From 8bd522ce4afda3d4868ee8c913f5394094326be1 Mon Sep 17 00:00:00 2001 From: Dave Liu Date: Fri, 11 Jan 2008 18:48:24 +0800 Subject: mpc83xx: Add the support for MPC8315ERDB board The features list: - Boot from NOR Flash - DDR2 266MHz hardcoded configuration - Local bus NOR Flash R/W operation - I2C, UART, MII and RTC - eTSEC0/1 support - PCI host Signed-off-by: Dave Liu Signed-off-by: Kim Phillips --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8a888b9..8be0dfa 100644 --- a/Makefile +++ b/Makefile @@ -1861,6 +1861,9 @@ MPC8313ERDB_66_config: unconfig fi ; @$(MKCONFIG) -a MPC8313ERDB ppc mpc83xx mpc8313erdb freescale +MPC8315ERDB_config: unconfig + @$(MKCONFIG) -a MPC8315ERDB ppc mpc83xx mpc8315erdb freescale + MPC8323ERDB_config: unconfig @$(MKCONFIG) -a MPC8323ERDB ppc mpc83xx mpc8323erdb freescale -- cgit v1.1 From 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3 Mon Sep 17 00:00:00 2001 From: Kim Phillips Date: Wed, 16 Jan 2008 00:38:05 -0600 Subject: Add support for the MPC837xERDB MPC837xERDB board support includes: * DDR2 330MHz hardcoded (soldered on the board) * Local Bus NOR Flash * I2C, UART and RTC * eTSEC RGMII (TSEC0 - RTL8211B with MII; * TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware * load) Signed-off-by: Kevin Lam Signed-off-by: Joe D'Abbraccio Signed-off-by: Kim Phillips --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8be0dfa..1b3d2e6 100644 --- a/Makefile +++ b/Makefile @@ -1971,6 +1971,9 @@ MPC837XEMDS_HOST_config: unconfig fi ; @$(MKCONFIG) -a MPC837XEMDS ppc mpc83xx mpc837xemds freescale +MPC837XERDB_config: unconfig + @$(MKCONFIG) -a MPC837XERDB ppc mpc83xx mpc837xerdb freescale + sbc8349_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc83xx sbc8349 -- cgit v1.1