- A new test case for romcc
authorEric Biederman <ebiederm@xmission.com>
Wed, 18 Jun 2003 11:03:18 +0000 (11:03 +0000)
committerEric Biederman <ebiederm@xmission.com>
Wed, 18 Jun 2003 11:03:18 +0000 (11:03 +0000)
commitd3283ec05f51056faa18610e952ccc81cb738313
tree71279430d699e679cda9371fa7cf26005cc8b927
parent99acb49cf71ee7038216391ae2b0d09675ab6ce5
- A new test case for romcc
- Minor romcc fixes
- In smbus_wail_until_done a romcc glitch with || in romcc where it likes
  to run out of registers.  Use | to be explicit that I don't need the short
  circuiting behavior.
- Remove unused #defines from coherent_ht.c
- Update the test in auto.c to 512M
- Add definition of log2 to romcc_io.h
- Implement SPD memory sizing in raminit.c
- Reduce the number of memory devices back 2 to for the SOLO board.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@883 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/arch/i386/include/arch/romcc_io.h
src/mainboard/amd/solo/auto.c
src/northbridge/amd/amdk8/coherent_ht.c
src/northbridge/amd/amdk8/raminit.c
src/southbridge/amd/amd8111/amd8111_early_smbus.c
util/romcc/Makefile
util/romcc/romcc.c
util/romcc/tests/simple_test33.c [new file with mode: 0644]