index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
boot
/
hardwaremain.c
Age
Commit message (
Expand
)
Author
2012-11-13
Clean up stack checking code
Stefan Reinauer
2012-11-13
Add method for delaying adding of timestamps
Stefan Reinauer
2012-11-12
Store timestamps before resuming from suspend
Stefan Reinauer
2012-11-07
Add POST code for "All devices initialized"
Stefan Reinauer
2012-10-02
Fix compilation without CONFIG_WRITE_HIGH_TABLES.
Denis 'GNUtoo' Carikli
2012-07-24
Implement stack overflow checking for the BSP
Ronald G. Minnich
2012-05-11
Hook up MRC cache update
Stefan Reinauer
2012-05-08
Clean up #ifs
Patrick Georgi
2012-04-24
Make timestamp collection conditional in hardwaremain.c
Rudolf Marek
2012-03-30
Add more timestamps in coreboot.
Stefan Reinauer
2012-03-29
CBMEM CONSOLE: Add code using the new console driver.
Vadim Bendebury
2011-04-11
Unify use of post_code
Alexandru Gagniuc
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-02-22
This is a general cleanup patch
Stefan Reinauer
2010-02-09
Allow building images with different prefixes (ie. normal/romstage,
Patrick Georgi
2009-10-27
Add few missing prototypes, and remove few unused (thus lonelly) variables.
Maciej Pijanka
2009-10-26
CBMEM high table memory manager.
Stefan Reinauer
2009-10-03
Remove:
Patrick Georgi
2009-07-21
Example how simple it is to use printk instead of printk_something in
Stefan Reinauer
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-04-30
Remove warnings from compilation of the s2892 with and without CBFS.
Myles Watson
2009-04-30
Refactor copy_and_run so that it uses a single code base instead of
Patrick Georgi
2009-04-22
* move i386 / ACPI dependent code out of hardwaremain.c and into the i386
Stefan Reinauer
2009-04-14
v2/src romfs->cbfs rename
Peter Stuge
2009-04-14
fix up the tree.
Stefan Reinauer
2009-04-13
The wake_vec must be HAVE_ACPI_RESUME guarded because PPC uses -Werror on thi...
Rudolf Marek
2009-04-13
Following patch adds necessary hooks and as well the compile time checks for
Rudolf Marek
2009-04-03
the attached patch is the last infrastructure change necessary for
Patrick Georgi
2009-04-01
(trivial) add filo call back for those few mainboards that still (need to)
Stefan Reinauer
2009-04-01
This code adds support for coreboot images that use ROMFS.
Ronald G. Minnich
2008-01-18
Rename almost all occurences of LinuxBIOS to coreboot.
Stefan Reinauer
2006-12-15
Apply linuxbios-rename-other-payload-options.patch
Ed Swierk
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-54
arch import user (historical)
2004-12-03
allocating resource for legacy VGA frame buffer, it is not 100%
Li-Ta Lo
2004-11-04
removed the comment in the very beginning of hardwaremain(). I don't
Li-Ta Lo
2004-11-04
- Update abuild.sh so it will rebuild successfull builds
Eric Biederman
2004-10-27
sizeram removal/conversion.
Eric Biederman
2004-10-16
- First stab at running linuxbios without the old static device tree.
Eric Biederman
2004-10-14
- First pass through with with device tree enhancement merge. Most of the me...
Eric Biederman
2004-05-13
code reformat
Li-Ta Lo
2004-03-26
cleanup code to remove warnings
Greg Watson
2004-03-23
Doxidization, reformat
Li-Ta Lo
2004-03-17
filo boot load support
Greg Watson
2003-10-11
- O2, enums, and switch statements work in romcc
Eric Biederman
2003-09-30
more fixes for via ... plus a little more spew.
Ronald G. Minnich
2003-09-26
fix 'deprecated' warnings
Ronald G. Minnich
2003-09-03
moved init_timer() to static initialization
Greg Watson
2003-09-02
- Major update of the dynamic device tree so it can handle
Eric Biederman
2003-09-01
- Add back in the hard reset code from the freebios1 tree.
Eric Biederman
2003-09-01
- Updates to config.g so that it works more reliably and has initial support
Eric Biederman
2003-07-23
added post-pci pass
Greg Watson
2003-07-23
static devices
Greg Watson
2003-07-21
- First pass at s2880 support.
Eric Biederman
2003-07-19
- Major cleanup of the bootpath
Eric Biederman
2003-05-19
- Cleanups on the romcc side including a pci interface that uses
Eric Biederman
2003-04-24
- Small step forward Linux boots and almost works...
Eric Biederman
2003-04-22
- Initial checkin of the freebios2 tree
Eric Biederman