switch-coreboot/device
Ronald G. Minnich 44c092f57d With the current set of changes, bochs bios sees the right amount of
memory. qemu does not, which is odd. 

in bochs, we get this. 

find_lb_table: header test: L I I O
find_lb_table: Found candidate at: 00000500
find_lb_table: header checksum o.k.
find_lb_table: table checksum o.k.
find_lb_table: record count o.k.
collect_linuxbios_info: collect_linuxbios_info: yes
collect_linuxbios_info: Found LinuxBIOS table at: 00000500
malloc_diag: alloc: 0 bytes (0 blocks), free: 16376 bytes (1 blocks)
malloc_diag: alloc: 72 bytes (1 blocks), free: 16304 bytes (1 blocks)
convert_memmap: 0x00000000000000 0x000000000005a4 16
convert_memmap: 0x000000000005a4 0x000000000efa5c 1
convert_memmap: 0x000000000f0000 0x00000001f10000 1
convert_memmap: 0x000000000f0000 0x00000000000000 16
collect_sys_info: after collect info->memrange 00119418
collect_sys_info: 00000000000005a4-00000000000f0000
collect_sys_info: 00000000000f0000-0000000002000000
collect_sys_info: RAM 32 MB

Some further changes are coming, aimed at making it easier for people to
understand how things fit together. 

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@185 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-03-05 03:42:12 +00:00
..
agp_device.c * rename devices to device for consistency 2007-02-23 11:23:37 +00:00
cardbus_device.c This one is going to break all your changes, but fix up a lot of code. 2007-02-27 14:03:20 +00:00
device.c fix a stupid bug in malloc. 2007-03-03 00:39:30 +00:00
device_util.c With the current set of changes, bochs bios sees the right amount of 2007-03-05 03:42:12 +00:00
hypertransport.c This one is going to break all your changes, but fix up a lot of code. 2007-02-27 14:03:20 +00:00
Makefile Add the author of the respective changes by coresystems GmbH. 2007-02-27 21:49:28 +00:00
pci_device.c fix a stupid bug in malloc. 2007-03-03 00:39:30 +00:00
pci_ops.c add pci ops so that we can do something. 2007-03-02 18:17:02 +00:00
pci_rom.c * rename devices to device for consistency 2007-02-23 11:23:37 +00:00
pciexp_device.c * rename devices to device for consistency 2007-02-23 11:23:37 +00:00
pcix_device.c * rename devices to device for consistency 2007-02-23 11:23:37 +00:00
pnp_device.c This one is going to break all your changes, but fix up a lot of code. 2007-02-27 14:03:20 +00:00
root_device.c This set of changes gets us here. 2007-03-01 09:20:25 +00:00
smbus_ops.c This one is going to break all your changes, but fix up a lot of code. 2007-02-27 14:03:20 +00:00