coreboot/device
Stefan Reinauer 276a0e0ec9 * move post_code() to a seperate file
* statically link linuxbios.initram for now (depends on printk, post_code
  and die)
* greatly simplify all makefiles by creating a global Rules.make
* use $(dir $@) in Makefiles instead of absolute paths for mkdir..
* clean up Makefiles by calling components' code locally instead of in the
  Makefile. (Remember: one day, no code per mainboard)
* unconditionally create .xcompile in case it changed
* add NM to xcompile                          
* create $(obj)/linuxbios.map with all symbols of all stages

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@463 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-07-23 16:49:00 +00:00
..
agp_device.c Move include/console/console.h to include/console.h in order to 2007-05-05 20:18:28 +00:00
cardbus_device.c device code cleanup. this is the uncritical part of my device cleanup 2007-05-19 23:55:25 +00:00
device.c Drop the round() function, as it is an exact copy of align_up(). 2007-07-07 19:19:44 +00:00
device_util.c Drop the round() function, as it is an exact copy of align_up(). 2007-07-07 19:19:44 +00:00
hypertransport.c device code cleanup. this is the uncritical part of my device cleanup 2007-05-19 23:55:25 +00:00
Kconfig Various Kconfig file fixes (trivial). 2007-06-29 13:28:33 +00:00
Makefile * move post_code() to a seperate file 2007-07-23 16:49:00 +00:00
pci_device.c Fix various Doxygen warnings (trivial). 2007-06-07 00:07:39 +00:00
pci_ops.c Massive file rename and moving orgy: 2007-05-05 21:36:52 +00:00
pci_rom.c Move include/console/console.h to include/console.h in order to 2007-05-05 20:18:28 +00:00
pcie_device.c Some more PCIexp -> PCIe fixes and renames (trivial). 2007-05-20 20:28:04 +00:00
pcix_device.c fix output in pcie and pcix device code. rename pciexp as the official abbr. is 2007-05-20 17:53:19 +00:00
pnp_device.c device code cleanup. this is the uncritical part of my device cleanup 2007-05-19 23:55:25 +00:00
pnp_raw.c Various cosmetic license header fixes (trivial). 2007-06-28 14:06:39 +00:00
root_device.c device code cleanup. this is the uncritical part of my device cleanup 2007-05-19 23:55:25 +00:00
smbus_ops.c device code cleanup. this is the uncritical part of my device cleanup 2007-05-19 23:55:25 +00:00