Add support for E7505 northbridge.
authorKyösti Mälkki <kyosti.malkki@gmail.com>
Mon, 31 Oct 2011 12:18:33 +0000 (14:18 +0200)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Mon, 31 Oct 2011 14:34:04 +0000 (15:34 +0100)
commit0a0d5e8b86ccc8562ba9761bdd263ebf2667d3c6
treec3420430b3318499242368b27781118e1d46dbbc
parent20fc631ad2c483fd2bc12e56f3ca8a1572688fb5
Add support for E7505 northbridge.

Adapted from northbridge/intel/e7501 with only minor changes.
This commit provides minimal patch from e7501 and I prefer any
cosmetic clean-up to be done after initial merge.

Due the incomplete register specifications, it is safer to have
e7505 as a separate directory in case I improve it to support
wider range of memory configurations. I have no e7501 to test with.

Change-Id: Iba3bf9d69ff5e9d9ef3a6ebf8259f048c55d637d
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/295
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/northbridge/intel/Kconfig
src/northbridge/intel/Makefile.inc
src/northbridge/intel/e7505/Kconfig
src/northbridge/intel/e7505/chip.h
src/northbridge/intel/e7505/debug.c
src/northbridge/intel/e7505/e7501.h [deleted file]
src/northbridge/intel/e7505/e7505.h [new file with mode: 0644]
src/northbridge/intel/e7505/northbridge.c
src/northbridge/intel/e7505/raminit.c