Add the support for RDC R8610 Northbridge
authorRudolf Marek <r.marek@assembler.cz>
Sun, 25 Mar 2012 16:14:02 +0000 (18:14 +0200)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 27 Mar 2012 16:37:57 +0000 (18:37 +0200)
commitc0c5ac7c906c0123f29938900084233957ce3be0
treeb55e7a3add983155a27fd806f2fc5fda2cf373f9
parent1c89e90d5c5be51c8f2fd5ca0869af2891d81dfb
Add the support for RDC R8610 Northbridge

So far the it just setups the internal resource management for coreboot and
detects the memory size.

Change-Id: I8506390fa6656abfa40d92b8f6ede9b91fe98680
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Reviewed-on: http://review.coreboot.org/807
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/northbridge/Kconfig
src/northbridge/Makefile.inc
src/northbridge/rdc/Kconfig [new file with mode: 0644]
src/northbridge/rdc/Makefile.inc [new file with mode: 0644]
src/northbridge/rdc/r8610/Kconfig [new file with mode: 0644]
src/northbridge/rdc/r8610/Makefile.inc [new file with mode: 0644]
src/northbridge/rdc/r8610/chip.h [new file with mode: 0644]
src/northbridge/rdc/r8610/northbridge.c [new file with mode: 0644]