Fix i945 based boards
authorStefan Reinauer <stepan@coresystems.de>
Wed, 25 Aug 2010 18:35:42 +0000 (18:35 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 25 Aug 2010 18:35:42 +0000 (18:35 +0000)
commitbc8613ecaf858419288f4cef784c562f3d8a5093
tree767aeddf79a40354af772f1800c8629651b03857
parent6f22ecc2c920b41f5c48d96030333d1874f67c8d
Fix i945 based boards

- prevent GCC from inlining do_ram_command - it will break RAM initialization.
- fix the PCIRST# mechanism in those boards that do it, it requires 200ms, not
  200us
- move PCIRST# as early as possible (before ich7_enable_lpc)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Corey Osgood <corey.osgood@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5740 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/getac/p470/romstage.c
src/mainboard/kontron/986lcd-m/romstage.c
src/mainboard/roda/rk886ex/romstage.c
src/northbridge/intel/i945/raminit.c