dmp/vortex86ex: Merge northbridge and southbridge into soc
commit5caf89b9f848bbab199e7e6bd37897f6464e4d23
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 3 May 2016 23:26:05 +0000 (3 16:26 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 5 May 2016 18:06:33 +0000 (5 20:06 +0200)
treeeea935f4cff74566f531bf9d6f0c6b21a3885f81
parentf7dd6d5da13131d5161185c60e757ae4c4406f46
dmp/vortex86ex: Merge northbridge and southbridge into soc

Change-Id: I16c04452d2d6c3205aea29fe8aa8fad8fc485a46
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/14600
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
17 files changed:
src/mainboard/dmp/vortex86ex/Kconfig
src/mainboard/dmp/vortex86ex/devicetree.cb [moved from src/northbridge/dmp/vortex86ex/Makefile.inc with 58% similarity]
src/mainboard/dmp/vortex86ex/romstage.c
src/northbridge/dmp/vortex86ex/Kconfig [deleted file]
src/northbridge/dmp/vortex86ex/chip.h [deleted file]
src/soc/dmp/vortex86ex/Kconfig [moved from src/southbridge/dmp/vortex86ex/Kconfig with 92% similarity]
src/soc/dmp/vortex86ex/Makefile.inc [moved from src/southbridge/dmp/vortex86ex/Makefile.inc with 87% similarity]
src/soc/dmp/vortex86ex/audio.c [moved from src/southbridge/dmp/vortex86ex/audio.c with 100% similarity]
src/soc/dmp/vortex86ex/chip.h [moved from src/southbridge/dmp/vortex86ex/chip.h with 84% similarity]
src/soc/dmp/vortex86ex/hard_reset.c [moved from src/southbridge/dmp/vortex86ex/hard_reset.c with 100% similarity]
src/soc/dmp/vortex86ex/ide_sd_sata.c [moved from src/southbridge/dmp/vortex86ex/ide_sd_sata.c with 100% similarity]
src/soc/dmp/vortex86ex/northbridge.c [moved from src/northbridge/dmp/vortex86ex/northbridge.c with 100% similarity]
src/soc/dmp/vortex86ex/northbridge.h [moved from src/northbridge/dmp/vortex86ex/northbridge.h with 100% similarity]
src/soc/dmp/vortex86ex/raminit.c [moved from src/northbridge/dmp/vortex86ex/raminit.c with 100% similarity]
src/soc/dmp/vortex86ex/southbridge.c [moved from src/southbridge/dmp/vortex86ex/southbridge.c with 100% similarity]
src/soc/dmp/vortex86ex/southbridge.h [moved from src/southbridge/dmp/vortex86ex/southbridge.h with 100% similarity]
src/soc/dmp/vortex86ex/xgi_oprom.c [moved from src/northbridge/dmp/vortex86ex/xgi_oprom.c with 100% similarity]