diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2012-03-25 18:14:02 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-03-27 18:37:57 +0200 |
commit | c0c5ac7c906c0123f29938900084233957ce3be0 (patch) | |
tree | b55e7a3add983155a27fd806f2fc5fda2cf373f9 /src/northbridge/rdc/Kconfig | |
parent | 1c89e90d5c5be51c8f2fd5ca0869af2891d81dfb (diff) | |
download | coreboot-c0c5ac7c906c0123f29938900084233957ce3be0.tar.xz |
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>
Diffstat (limited to 'src/northbridge/rdc/Kconfig')
-rw-r--r-- | src/northbridge/rdc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/rdc/Kconfig b/src/northbridge/rdc/Kconfig new file mode 100644 index 0000000000..73ac740abd --- /dev/null +++ b/src/northbridge/rdc/Kconfig @@ -0,0 +1 @@ +source src/northbridge/rdc/r8610/Kconfig |