sizeram removal/conversion.
authorEric Biederman <ebiederm@xmission.com>
Wed, 27 Oct 2004 08:53:57 +0000 (08:53 +0000)
committerEric Biederman <ebiederm@xmission.com>
Wed, 27 Oct 2004 08:53:57 +0000 (08:53 +0000)
commit6e53f50082cfac4ec2d06d2ff6515781190ad1c0
treec352bf640df56343a303c5e5d04042ae2f90ebc8
parent20fc678d65b4cdf6b24bdff45ef04933c538e2e8
sizeram removal/conversion.
- mem.h and sizeram.h and all includes killed because the are no longer needed.
- linuxbios_table.c updated to directly look at the device tree for occupied memory areas.
- first very incomplete stab a converting the ppc code to work with the dynamic device tree
- Ignore resources before we have read them from devices, (if the device is disabled ignore it's resources).
- First stab at Pentium-M support
- add part/init_timer.h making init_timer conditional until there is a better way of handling it.
- Converted all of the x86 sizeram to northbridge set_resources functions.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1722 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
28 files changed:
src/arch/i386/boot/linuxbios_table.c
src/arch/i386/boot/linuxbios_table.h
src/arch/ppc/boot/linuxbios_table.c
src/arch/ppc/boot/tables.c
src/arch/ppc/lib/cpu.c
src/arch/ppc/lib/cpuid.c
src/boot/hardwaremain.c
src/config/Options.lb
src/cpu/amd/model_fxx/Config.lb
src/cpu/x86/tsc/Config.lb
src/devices/device.c
src/include/mem.h [deleted file]
src/include/part/fallback_boot.h
src/include/part/init_timer.h [new file with mode: 0644]
src/include/part/sizeram.h [deleted file]
src/mainboard/arima/hdama/Options.lb
src/mainboard/arima/hdama/auto.c
src/mainboard/digitallogic/adl855pc/Config.lb
src/mainboard/emulation/qemu-i386/Config.lb
src/northbridge/amd/amdk8/northbridge.c
src/northbridge/emulation/qemu-i386/northbridge.c
src/northbridge/intel/e7501/northbridge.c
src/northbridge/intel/i855pm/northbridge.c
src/northbridge/motorola/mpc107/mpc107.c
src/northbridge/transmeta/tm5800/northbridge.c
src/northbridge/via/vt8601/northbridge.c
src/northbridge/via/vt8623/northbridge.c
src/southbridge/intel/i82870/p64h2_pci_parity.c