coreboot-kgpe-d16/src/northbridge
Kyösti Mälkki ef84401149 Add directive __SIMPLE_DEVICE__
The tests for __PRE_RAM__ or __SMM__ were repeatedly used
for detection if dev->ops in the devicetree are not available
and simple device model functions need be used.

If a source file build for ramstage had __PRE_RAM__ inserted
at the beginning, the struct device would no longer match the
allocation the object had taken. This problem is fixed by
replacing such cases with explicit __SIMPLE_DEVICE__.

Change-Id: Ib74c9b2d8753e6e37e1a23fcfaa2f3657790d4c0
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/3555
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
2013-08-01 15:57:11 +02:00
..
amd AMD Fam15tn: Split DSDT into common sections 2013-07-16 16:14:56 +02:00
dmp Set PCI bus operations at buildtime for ramstage 2013-07-11 01:29:35 +02:00
intel Add directive __SIMPLE_DEVICE__ 2013-08-01 15:57:11 +02:00
rdc Set PCI bus operations at buildtime for ramstage 2013-07-11 01:29:35 +02:00
via Set PCI bus operations at buildtime for ramstage 2013-07-11 01:29:35 +02:00
Kconfig Add support for DMP Vortex86EX PCI northbridge. 2013-06-22 17:33:27 +02:00
Makefile.inc Add support for DMP Vortex86EX PCI northbridge. 2013-06-22 17:33:27 +02:00