coreboot/src/mainboard/amd
Stefan Reinauer 9fe4d797a3 coreboot used to have two different "APIs" for memory accesses:
read32(unsigned long addr) vs readl(void *addr)
and
write32(unsigned long addr, uint32_t value) vs writel(uint32_t value, void *addr)

read32 was only available in __PRE_RAM__ stage, while readl was used in stage2.
Some unclean implementations then made readl available to __PRE_RAM__ too which
results in really messy includes and code.

This patch fixes all code to use the read32/write32 variant, so that we can
remove readl/writel in another patch.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5022 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-01-16 17:53:38 +00:00
..
db800 coreboot used to have two different "APIs" for memory accesses: 2010-01-16 17:53:38 +00:00
dbm690t Clean up amd/dbm690t and kontron/986lcd-m some more (not 2009-12-18 16:43:30 +00:00
norwich Major cleanups of the hard_reset() code and config in coreboot. 2009-10-24 19:17:24 +00:00
pistachio Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID 2009-11-27 11:03:20 +00:00
rumba * Explicitly add __PRE_RAM__ where it should be added. 2010-01-05 13:03:02 +00:00
serengeti_cheetah Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID 2009-11-27 11:03:20 +00:00
serengeti_cheetah_fam10 romcc: 2009-12-31 12:56:53 +00:00
Kconfig Remaining boards are Kconfig'd now. Whether they work 2009-10-09 14:10:28 +00:00