Add support for RDC R8610 Southbridge
authorRudolf Marek <r.marek@assembler.cz>
Sun, 25 Mar 2012 16:16:11 +0000 (18:16 +0200)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 27 Mar 2012 16:39:05 +0000 (18:39 +0200)
commit6b89b4c75f86f9cbb32cccf728c9a623a205963d
tree772b3968a342abb8a69df7ff3b90330ddcc253fc
parentc0c5ac7c906c0123f29938900084233957ce3be0
Add support for RDC R8610 Southbridge

So far it just setups things right for Bifferboard. We may change it
in the future to fit other hardware.

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