..
arch
Don't know if this is the correct fix, but it fixes compilation of the PPC
2009-03-17 15:15:15 +00:00
boot
Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931.
2009-02-10 03:02:05 +00:00
config
add YABEL flag to options to decide wether access to devices other than the one yabel is running for is possible
2009-03-18 16:25:34 +00:00
console
fix warning in vga console code (trivial)
2008-08-01 11:38:23 +00:00
cpu
Some updates for core/core duo/core2/core2 duo cpus.
2009-03-06 19:54:15 +00:00
devices
fix typo in pci_device.c (trivial)
2009-03-16 15:27:00 +00:00
drivers
This, ladies and gentlement, is commit #4000 .
2009-03-13 15:42:27 +00:00
include
This patch adds "high coreboot table support" to coreboot version 2.
2009-03-17 14:38:48 +00:00
lib
use pointers instead of size_t when dealing with pointers. Also fix a few
2009-03-06 17:22:35 +00:00
mainboard
- TOM2 is filled in by the dynamic ACPI code. Don't hardcode it in the
2009-03-17 01:47:25 +00:00
northbridge
Fix all build problems on PPC except the _SDA_BASE issues caused by the
2009-03-15 10:04:41 +00:00
pc80
This patch converts __FUNCTION__ to __func__, since __func__ is standard.
2009-02-12 21:30:06 +00:00
pmc/altimus /mpc7410
Please bear with me - another rename checkin. This qualifies as trivial, no
2008-01-18 10:35:56 +00:00
ram
use printk, when possible. (trivial)
2008-08-01 12:12:37 +00:00
sdram
fix typo in commend of generic_sdram.c (trivial)
2008-08-01 11:36:40 +00:00
southbridge
This, ladies and gentlement, is commit #4000 .
2009-03-13 15:42:27 +00:00
stream
This patch converts __FUNCTION__ to __func__, since __func__ is standard.
2009-02-12 21:30:06 +00:00
superio
This patch reverts SuperIO changes that I was too hasty with. Even though the
2009-03-13 17:20:59 +00:00