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
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c
index ecff677..8728a9c 100644
--- a/src/boot/hardwaremain.c
+++ b/src/boot/hardwaremain.c
@@ -27,7 +27,6 @@
 
 
 #include <console/console.h>
-#include <mem.h>
 #include <version.h>
 #include <boot/tables.h>
 #include <device/device.h>
@@ -35,6 +34,7 @@
 #include <delay.h>
 #include <stdlib.h>
 #include <part/hard_reset.h>
+#include <part/init_timer.h>
 #include <boot/elf.h>
 
 void hardwaremain(int boot_complete)