coreboot-kgpe-d16/src
Carl-Daniel Hailfinger 3c45a96138 K8 RAM init debug messages are pretty short and sometimes cryptic. Make
them a bit more verbose and hopefully more understandable.

Old messages for my machine with 5 GB:
RAM: 0x00400000 kB
Ram3
[...]
Initializing memory:  done
RAM: 0x00500000 kB

New messages:
RAM end at 0x00400000 kB
Adjusting lower RAM end
Lower RAM end at 0x003f0000 kB
Ram3
[...]
Initializing memory:  done
Handling memory hole at 0x00300000 (default)
RAM end at 0x00500000 kB
Handling memory mapped above 4 GB
Upper RAM end at 0x00500000 kB
Correcting memory amount mapped below 4 GB
Adjusting lower RAM end
Lower RAM end at 0x00300000 kB

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Myles Watson <mylesgw@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4341 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-06-05 20:37:35 +00:00
..
arch Many Kudos go to Segher Boessenkool and Patrick Georgi for figuring this one 2009-05-30 15:12:33 +00:00
boot Attached patch moves the CBFS payload loader to selfboot.c as it's 2009-05-26 14:00:49 +00:00
config Many Kudos go to Segher Boessenkool and Patrick Georgi for figuring this one 2009-05-30 15:12:33 +00:00
console die() does never return. Annotate it as such. 2009-06-05 11:41:51 +00:00
cpu Revert "CMOS: Add set_option and rework get_option." 2009-06-03 14:19:33 +00:00
devices die() does never return. Annotate it as such. 2009-06-05 11:41:51 +00:00
drivers Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should 2009-04-01 13:43:21 +00:00
include Revert "CMOS: Add set_option and rework get_option." 2009-06-03 14:19:33 +00:00
lib Add lzma.o for CBFS, regardless if CONFIG_COMPRESSED_PAYLOAD_LZMA is 2009-05-28 22:18:25 +00:00
mainboard The point of the patch is to make it easier to understand the raminit 2009-06-04 20:18:42 +00:00
northbridge K8 RAM init debug messages are pretty short and sometimes cryptic. Make 2009-06-05 20:37:35 +00:00
pc80 Revert "CMOS: Add set_option and rework get_option." 2009-06-03 14:19:33 +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 die() does never return. Annotate it as such. 2009-06-05 11:41:51 +00:00
stream Refactor copy_and_run so that it uses a single code base instead of 2009-04-30 07:07:22 +00:00
superio Revert "CMOS: Add set_option and rework get_option." 2009-06-03 14:19:33 +00:00