switch-coreboot/device
Ronald G. Minnich f28a44eb48 This now compiles (with many warnings but ...) and tries to build a rom
image, and fails: 
  LAR     build/coreboot.rom
Bootblock coreboot.bootblock does not appear to be a bootblock.
Error adding the bootblock to the LAR.
make: *** [/home/rminnich/src/bios/coreboot-v3/build/coreboot.rom] Error 
1

Next step is to get rid of all warnings that are not #warning. 

Then it is on to simnow. 

Anyone who wants to work on the warnings is most welcome to. 

DBE62 still builds with no problems. 

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@808 f3766cd6-281f-0410-b1cd-43a5c92072e9
2008-08-24 02:59:05 +00:00
..
agp_device.c The named unions in the device tree code are obnoxious and degrade 2008-08-10 00:20:24 +00:00
cardbus_device.c Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
device.c properly align bridge resources. 2008-04-29 03:52:57 +00:00
device_util.c Emergency patch for an ancient bug in device_util.c, self-acked: 2008-08-14 00:02:27 +00:00
hypertransport.c This now compiles (with many warnings but ...) and tries to build a rom 2008-08-24 02:59:05 +00:00
Kconfig Fix Kconfig dependencies and update defconfigs. 2008-08-18 16:48:27 +00:00
Makefile Emergency patch for an ancient bug in device_util.c, self-acked: 2008-08-14 00:02:27 +00:00
pci_device.c Improve/fix PCI device doxygen comments. 2008-08-22 11:10:04 +00:00
pci_ops.c The named unions in the device tree code are obnoxious and degrade 2008-08-10 00:20:24 +00:00
pci_rom.c The named unions in the device tree code are obnoxious and degrade 2008-08-10 00:20:24 +00:00
pcie_device.c The named unions in the device tree code are obnoxious and degrade 2008-08-10 00:20:24 +00:00
pcix_device.c The named unions in the device tree code are obnoxious and degrade 2008-08-10 00:20:24 +00:00
pnp_device.c The named unions in the device tree code are obnoxious and degrade 2008-08-10 00:20:24 +00:00
pnp_raw.c Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
root_device.c remove const from default root ops. device ops can not be const because they're 2008-04-04 03:46:39 +00:00
smbus_ops.c A lot of the v3 header files require other header files to be #included 2008-02-19 00:34:32 +00:00