index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
i386
/
smp
Age
Commit message (
Expand
)
Author
2009-10-15
Add CONFIG_GENERATE_* for tables so that the user can select which tables not
Myles Watson
2009-09-29
Remove some warnings.
Myles Watson
2009-08-25
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-12
Kconfig!
Patrick Georgi
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-24
Remove duplicate code.
Patrick Georgi
2009-04-21
fix a warning for a misnamed define, and make a debug message printk_debug
Stefan Reinauer
2009-03-06
fix a bunch of cast and type warnings and don't call the apic "nvram", that
Stefan Reinauer
2009-02-28
coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
Stefan Reinauer
2009-02-12
This patch converts __FUNCTION__ to __func__, since __func__ is standard.
Myles Watson
2009-02-09
Remove some warnings, mainly from format strings which didn't match the
Myles Watson
2008-10-01
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
Carl-Daniel Hailfinger
2008-08-01
fix warnings, make mptable struct members explicitly packed, as they're
Stefan Reinauer
2008-02-20
Route device IRQ through PCI bridge instead in mptable.
Yinghai Lu
2006-07-19
move mptable to 960k to 1M
Stefan Reinauer
2004-10-16
- HDAMA boots!
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-04-15
code reformat
Li-Ta Lo
2004-03-11
- Moved hlt() to it's own header.
Eric Biederman
2003-09-01
- Updates to config.g so that it works more reliably and has initial support
Eric Biederman
2003-07-25
Mods for YhLu to enable calls for mainboard init.
Ronald G. Minnich
2003-07-19
- Major cleanup of the bootpath
Eric Biederman
2003-06-24
Fixes to various config files.
Ronald G. Minnich
2003-06-17
added config and other test files.
Ronald G. Minnich
2003-04-24
- Small step forward Linux boots and almost works...
Eric Biederman
2003-04-22
- Initial checkin of the freebios2 tree
Eric Biederman