* [PATCH 1/5] ARM: ccmx51: Remove SDRAM size settings @ 2013-01-22 11:08 Alexander Shiyan 2013-01-22 11:08 ` [PATCH 2/5] ARM: ccmx51: Fix ethernet devices control by MC13892 GPOs Alexander Shiyan ` (4 more replies) 0 siblings, 5 replies; 6+ messages in thread From: Alexander Shiyan @ 2013-01-22 11:08 UTC (permalink / raw) To: barebox This patch removes SDRAM memory size setting from board due to auto detect last one by ESDCTL. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> --- arch/arm/boards/ccxmx51/ccxmx51.c | 42 +++++++++++++++++------------------- arch/arm/boards/ccxmx51/ccxmx51.h | 1 - 2 files changed, 20 insertions(+), 23 deletions(-) diff --git a/arch/arm/boards/ccxmx51/ccxmx51.c b/arch/arm/boards/ccxmx51/ccxmx51.c index b3173a4..acd2aef 100644 --- a/arch/arm/boards/ccxmx51/ccxmx51.c +++ b/arch/arm/boards/ccxmx51/ccxmx51.c @@ -50,26 +50,26 @@ #include "ccxmx51.h" static struct ccxmx51_ident ccxmx51_ids[] = { -/* 0x00 */ { "Unknown", 0, 0, 0, 0, 0 }, -/* 0x01 */ { "Not supported", 0, 0, 0, 0, 0 }, -/* 0x02 */ { "i.MX515@800MHz, Wireless, PHY, Ext. Eth, Accel", SZ_512M, 0, 1, 1, 1 }, -/* 0x03 */ { "i.MX515@800MHz, PHY, Ext. Eth, Accel", SZ_512M, 0, 1, 1, 0 }, -/* 0x04 */ { "i.MX515@600MHz, Wireless, PHY, Ext. Eth, Accel", SZ_512M, 1, 1, 1, 1 }, -/* 0x05 */ { "i.MX515@600MHz, PHY, Ext. Eth, Accel", SZ_512M, 1, 1, 1, 0 }, -/* 0x06 */ { "i.MX515@800MHz, Wireless, PHY, Accel", SZ_512M, 0, 1, 0, 1 }, -/* 0x07 */ { "i.MX515@800MHz, PHY, Accel", SZ_512M, 0, 1, 0, 0 }, -/* 0x08 */ { "i.MX515@800MHz, Wireless, PHY, Accel", SZ_256M, 0, 1, 0, 1 }, -/* 0x09 */ { "i.MX515@800MHz, PHY, Accel", SZ_256M, 0, 1, 0, 0 }, -/* 0x0a */ { "i.MX515@600MHz, Wireless, PHY, Accel", SZ_256M, 1, 1, 0, 1 }, -/* 0x0b */ { "i.MX515@600MHz, PHY, Accel", SZ_256M, 1, 1, 0, 0 }, -/* 0x0c */ { "i.MX515@800MHz, Wireless, PHY, Accel", SZ_128M, 0, 1, 0, 1 }, -/* 0x0d */ { "i.MX512@800MHz", SZ_128M, 0, 0, 0, 0 }, -/* 0x0e */ { "i.MX515@800MHz, Wireless, PHY, Accel", SZ_512M, 0, 1, 0, 1 }, -/* 0x0f */ { "i.MX515@600MHz, PHY, Accel", SZ_128M, 1, 1, 0, 0 }, -/* 0x10 */ { "i.MX515@600MHz, Wireless, PHY, Accel", SZ_128M, 1, 1, 0, 1 }, -/* 0x11 */ { "i.MX515@800MHz, PHY, Accel", SZ_128M, 0, 1, 0, 0 }, -/* 0x12 */ { "i.MX515@600MHz, Wireless, PHY, Accel", SZ_512M, 1, 1, 0, 1 }, -/* 0x13 */ { "i.MX515@800MHz, PHY, Accel", SZ_512M, 0, 1, 0, 0 }, +/* 0x00 */ { "Unknown", 0, 0, 0, 0 }, +/* 0x01 */ { "Not supported", 0, 0, 0, 0 }, +/* 0x02 */ { "i.MX515@800MHz, Wireless, PHY, Ext. Eth, Accel", 0, 1, 1, 1 }, +/* 0x03 */ { "i.MX515@800MHz, PHY, Ext. Eth, Accel", 0, 1, 1, 0 }, +/* 0x04 */ { "i.MX515@600MHz, Wireless, PHY, Ext. Eth, Accel", 1, 1, 1, 1 }, +/* 0x05 */ { "i.MX515@600MHz, PHY, Ext. Eth, Accel", 1, 1, 1, 0 }, +/* 0x06 */ { "i.MX515@800MHz, Wireless, PHY, Accel", 0, 1, 0, 1 }, +/* 0x07 */ { "i.MX515@800MHz, PHY, Accel", 0, 1, 0, 0 }, +/* 0x08 */ { "i.MX515@800MHz, Wireless, PHY, Accel", 0, 1, 0, 1 }, +/* 0x09 */ { "i.MX515@800MHz, PHY, Accel", 0, 1, 0, 0 }, +/* 0x0a */ { "i.MX515@600MHz, Wireless, PHY, Accel", 1, 1, 0, 1 }, +/* 0x0b */ { "i.MX515@600MHz, PHY, Accel", 1, 1, 0, 0 }, +/* 0x0c */ { "i.MX515@800MHz, Wireless, PHY, Accel", 0, 1, 0, 1 }, +/* 0x0d */ { "i.MX512@800MHz", 0, 0, 0, 0 }, +/* 0x0e */ { "i.MX515@800MHz, Wireless, PHY, Accel", 0, 1, 0, 1 }, +/* 0x0f */ { "i.MX515@600MHz, PHY, Accel", 1, 1, 0, 0 }, +/* 0x10 */ { "i.MX515@600MHz, Wireless, PHY, Accel", 1, 1, 0, 1 }, +/* 0x11 */ { "i.MX515@800MHz, PHY, Accel", 0, 1, 0, 0 }, +/* 0x12 */ { "i.MX515@600MHz, Wireless, PHY, Accel", 1, 1, 0, 1 }, +/* 0x13 */ { "i.MX515@800MHz, PHY, Accel", 0, 1, 0, 0 }, }; struct ccxmx51_ident *ccxmx51_id; @@ -408,8 +408,6 @@ static int ccxmx51_devices_init(void) break; } printf("Module Serial : %c%d\n", manloc, ((hwid[2] & 0x3f) << 24) | (hwid[3] << 16) | (hwid[4] << 8) | hwid[5]); - if ((ccxmx51_id->mem_sz - SZ_128M) > 0) - arm_add_mem_device("ram1", MX51_CSD0_BASE_ADDR + SZ_128M, ccxmx51_id->mem_sz - SZ_128M); } imx51_add_uart1(); diff --git a/arch/arm/boards/ccxmx51/ccxmx51.h b/arch/arm/boards/ccxmx51/ccxmx51.h index 3feacac..ef40b7f 100644 --- a/arch/arm/boards/ccxmx51/ccxmx51.h +++ b/arch/arm/boards/ccxmx51/ccxmx51.h @@ -23,7 +23,6 @@ struct ccxmx51_hwid { struct ccxmx51_ident { const char *id_string; - const int mem_sz; const char industrial; const char eth0; const char eth1; -- 1.7.3.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 2/5] ARM: ccmx51: Fix ethernet devices control by MC13892 GPOs 2013-01-22 11:08 [PATCH 1/5] ARM: ccmx51: Remove SDRAM size settings Alexander Shiyan @ 2013-01-22 11:08 ` Alexander Shiyan 2013-01-22 11:08 ` [PATCH 3/5] ARM: ccmx51: Set MAC address before FEC device registration Alexander Shiyan ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Alexander Shiyan @ 2013-01-22 11:08 UTC (permalink / raw) To: barebox LAN9221 is eth1, FEC is eth0, so fix power/reset control by MC13892 GPOs. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> --- arch/arm/boards/ccxmx51/ccxmx51.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/boards/ccxmx51/ccxmx51.c b/arch/arm/boards/ccxmx51/ccxmx51.c index acd2aef..1ca966e 100644 --- a/arch/arm/boards/ccxmx51/ccxmx51.c +++ b/arch/arm/boards/ccxmx51/ccxmx51.c @@ -363,12 +363,12 @@ static int ccxmx51_power_init(void) /* De-assert reset of external devices on GP01, GPO2, GPO3 and GPO4 */ mc13xxx_reg_read(mc13xxx_dev, MC13892_REG_POWER_MISC, &val); /* GPO1 - External */ - /* GP02 - LAN9221 */ - /* GP03 - FEC */ - /* GP04 - Wireless */ - if (IS_ENABLED(CONFIG_DRIVER_NET_SMC911X) && ccxmx51_id->eth0) + /* GP02 - LAN9221 Power */ + /* GP03 - FEC Reset */ + /* GP04 - Wireless Power */ + if (IS_ENABLED(CONFIG_DRIVER_NET_SMC911X) && ccxmx51_id->eth1) val |= (1 << 8); - if (IS_ENABLED(CONFIG_DRIVER_NET_FEC_IMX) && ccxmx51_id->eth1) + if (IS_ENABLED(CONFIG_DRIVER_NET_FEC_IMX) && ccxmx51_id->eth0) val |= (1 << 10); if (ccxmx51_id->wless) val |= (1 << 12); -- 1.7.3.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 3/5] ARM: ccmx51: Set MAC address before FEC device registration 2013-01-22 11:08 [PATCH 1/5] ARM: ccmx51: Remove SDRAM size settings Alexander Shiyan 2013-01-22 11:08 ` [PATCH 2/5] ARM: ccmx51: Fix ethernet devices control by MC13892 GPOs Alexander Shiyan @ 2013-01-22 11:08 ` Alexander Shiyan 2013-01-22 11:08 ` [PATCH 4/5] ARM: ccmx51js: Define reset pin for USB Host1 Alexander Shiyan ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Alexander Shiyan @ 2013-01-22 11:08 UTC (permalink / raw) To: barebox Signed-off-by: Alexander Shiyan <shc_work@mail.ru> --- arch/arm/boards/ccxmx51/ccxmx51.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/boards/ccxmx51/ccxmx51.c b/arch/arm/boards/ccxmx51/ccxmx51.c index 1ca966e..a9bf16a 100644 --- a/arch/arm/boards/ccxmx51/ccxmx51.c +++ b/arch/arm/boards/ccxmx51/ccxmx51.c @@ -433,8 +433,8 @@ static int ccxmx51_devices_init(void) #ifdef CONFIG_DRIVER_NET_FEC_IMX if (ccxmx51_id->eth0 && !pwr) { - imx51_add_fec(&fec_info); eth_register_ethaddr(0, hwid); + imx51_add_fec(&fec_info); } #endif -- 1.7.3.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 4/5] ARM: ccmx51js: Define reset pin for USB Host1 2013-01-22 11:08 [PATCH 1/5] ARM: ccmx51: Remove SDRAM size settings Alexander Shiyan 2013-01-22 11:08 ` [PATCH 2/5] ARM: ccmx51: Fix ethernet devices control by MC13892 GPOs Alexander Shiyan 2013-01-22 11:08 ` [PATCH 3/5] ARM: ccmx51: Set MAC address before FEC device registration Alexander Shiyan @ 2013-01-22 11:08 ` Alexander Shiyan 2013-01-22 11:08 ` [PATCH 5/5] ARM: ccmx51: Update defconfig Alexander Shiyan 2013-01-23 7:35 ` [PATCH 1/5] ARM: ccmx51: Remove SDRAM size settings Sascha Hauer 4 siblings, 0 replies; 6+ messages in thread From: Alexander Shiyan @ 2013-01-22 11:08 UTC (permalink / raw) To: barebox Signed-off-by: Alexander Shiyan <shc_work@mail.ru> --- arch/arm/boards/ccxmx51/ccxmx51js.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/boards/ccxmx51/ccxmx51js.c b/arch/arm/boards/ccxmx51/ccxmx51js.c index c947a1e..8c1d2dc 100644 --- a/arch/arm/boards/ccxmx51/ccxmx51js.c +++ b/arch/arm/boards/ccxmx51/ccxmx51js.c @@ -59,6 +59,7 @@ static iomux_v3_cfg_t ccxmx51js_pads[] = { MX51_PAD_USBH1_DATA5__USBH1_DATA5, MX51_PAD_USBH1_DATA6__USBH1_DATA6, MX51_PAD_USBH1_DATA7__USBH1_DATA7, + MX51_PAD_DISPB2_SER_RS__GPIO3_8, /* Reset */ }; static struct esdhc_platform_data sdhc1_pdata = { -- 1.7.3.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 5/5] ARM: ccmx51: Update defconfig 2013-01-22 11:08 [PATCH 1/5] ARM: ccmx51: Remove SDRAM size settings Alexander Shiyan ` (2 preceding siblings ...) 2013-01-22 11:08 ` [PATCH 4/5] ARM: ccmx51js: Define reset pin for USB Host1 Alexander Shiyan @ 2013-01-22 11:08 ` Alexander Shiyan 2013-01-23 7:35 ` [PATCH 1/5] ARM: ccmx51: Remove SDRAM size settings Sascha Hauer 4 siblings, 0 replies; 6+ messages in thread From: Alexander Shiyan @ 2013-01-22 11:08 UTC (permalink / raw) To: barebox Signed-off-by: Alexander Shiyan <shc_work@mail.ru> --- arch/arm/configs/ccmx51_defconfig | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-) diff --git a/arch/arm/configs/ccmx51_defconfig b/arch/arm/configs/ccmx51_defconfig index d14de55..9677403 100644 --- a/arch/arm/configs/ccmx51_defconfig +++ b/arch/arm/configs/ccmx51_defconfig @@ -2,54 +2,61 @@ CONFIG_ARCH_IMX=y CONFIG_ARCH_IMX51=y CONFIG_MACH_CCMX51=y CONFIG_AEABI=y +CONFIG_CMD_ARM_MMUINFO=y CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y +CONFIG_MMU=y CONFIG_MALLOC_SIZE=0x2000000 CONFIG_LONGHELP=y CONFIG_GLOB=y CONFIG_HUSH_FANCY_PROMPT=y CONFIG_CMDLINE_EDITING=y CONFIG_AUTO_COMPLETE=y -CONFIG_PARTITION=y +CONFIG_DEFAULT_ENVIRONMENT_COMPRESSED_LZO=y CONFIG_DEFAULT_ENVIRONMENT_GENERIC=y CONFIG_DEFAULT_ENVIRONMENT_PATH="defaultenv arch/arm/boards/ccxmx51/env" +CONFIG_DEBUG_LL=y CONFIG_CMD_EDIT=y CONFIG_CMD_SLEEP=y CONFIG_CMD_SAVEENV=y -CONFIG_CMD_LOADENV=y CONFIG_CMD_EXPORT=y CONFIG_CMD_PRINTENV=y CONFIG_CMD_READLINE=y CONFIG_CMD_ECHO_E=y CONFIG_CMD_MEMINFO=y -CONFIG_CMD_MTEST=y CONFIG_CMD_FLASH=y -CONFIG_CMD_BOOTM_ZLIB=y -CONFIG_CMD_BOOTM_BZLIB=y CONFIG_CMD_BOOTM_SHOW_TYPE=y +CONFIG_CMD_BOOTZ=y CONFIG_CMD_RESET=y CONFIG_CMD_GO=y +CONFIG_CMD_NANDTEST=y +CONFIG_CMD_MTEST=y CONFIG_CMD_TIMEOUT=y CONFIG_CMD_PARTITION=y +CONFIG_CMD_MAGICVAR=y +CONFIG_CMD_MAGICVAR_HELP=y CONFIG_CMD_GPIO=y -CONFIG_CMD_UNLZO=y CONFIG_CMD_I2C=y +CONFIG_CMD_SPI=y +CONFIG_CMD_CLK=y CONFIG_NET=y CONFIG_NET_DHCP=y CONFIG_NET_PING=y -CONFIG_NET_TFTP=y CONFIG_DRIVER_NET_SMC911X=y CONFIG_DRIVER_NET_FEC_IMX=y -CONFIG_DRIVER_SPI_IMX=y CONFIG_I2C=y CONFIG_I2C_IMX=y CONFIG_MTD=y CONFIG_NAND=y CONFIG_NAND_IMX=y CONFIG_USB=y +CONFIG_USB_IMX_CHIPIDEA=y CONFIG_USB_EHCI=y +CONFIG_USB_ULPI=y +CONFIG_USB_STORAGE=y CONFIG_MCI=y -# CONFIG_MCI_WRITE is not set CONFIG_MCI_IMX_ESDHC=y CONFIG_FS_CRAMFS=y CONFIG_FS_FAT=y +CONFIG_FS_FAT_WRITE=y CONFIG_FS_FAT_LFN=y +CONFIG_LZO_DECOMPRESS=y -- 1.7.3.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/5] ARM: ccmx51: Remove SDRAM size settings 2013-01-22 11:08 [PATCH 1/5] ARM: ccmx51: Remove SDRAM size settings Alexander Shiyan ` (3 preceding siblings ...) 2013-01-22 11:08 ` [PATCH 5/5] ARM: ccmx51: Update defconfig Alexander Shiyan @ 2013-01-23 7:35 ` Sascha Hauer 4 siblings, 0 replies; 6+ messages in thread From: Sascha Hauer @ 2013-01-23 7:35 UTC (permalink / raw) To: Alexander Shiyan; +Cc: barebox On Tue, Jan 22, 2013 at 03:08:31PM +0400, Alexander Shiyan wrote: > This patch removes SDRAM memory size setting from board due > to auto detect last one by ESDCTL. > > Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Applied, thanks Sascha > --- > arch/arm/boards/ccxmx51/ccxmx51.c | 42 +++++++++++++++++------------------- > arch/arm/boards/ccxmx51/ccxmx51.h | 1 - > 2 files changed, 20 insertions(+), 23 deletions(-) > > diff --git a/arch/arm/boards/ccxmx51/ccxmx51.c b/arch/arm/boards/ccxmx51/ccxmx51.c > index b3173a4..acd2aef 100644 > --- a/arch/arm/boards/ccxmx51/ccxmx51.c > +++ b/arch/arm/boards/ccxmx51/ccxmx51.c > @@ -50,26 +50,26 @@ > #include "ccxmx51.h" > > static struct ccxmx51_ident ccxmx51_ids[] = { > -/* 0x00 */ { "Unknown", 0, 0, 0, 0, 0 }, > -/* 0x01 */ { "Not supported", 0, 0, 0, 0, 0 }, > -/* 0x02 */ { "i.MX515@800MHz, Wireless, PHY, Ext. Eth, Accel", SZ_512M, 0, 1, 1, 1 }, > -/* 0x03 */ { "i.MX515@800MHz, PHY, Ext. Eth, Accel", SZ_512M, 0, 1, 1, 0 }, > -/* 0x04 */ { "i.MX515@600MHz, Wireless, PHY, Ext. Eth, Accel", SZ_512M, 1, 1, 1, 1 }, > -/* 0x05 */ { "i.MX515@600MHz, PHY, Ext. Eth, Accel", SZ_512M, 1, 1, 1, 0 }, > -/* 0x06 */ { "i.MX515@800MHz, Wireless, PHY, Accel", SZ_512M, 0, 1, 0, 1 }, > -/* 0x07 */ { "i.MX515@800MHz, PHY, Accel", SZ_512M, 0, 1, 0, 0 }, > -/* 0x08 */ { "i.MX515@800MHz, Wireless, PHY, Accel", SZ_256M, 0, 1, 0, 1 }, > -/* 0x09 */ { "i.MX515@800MHz, PHY, Accel", SZ_256M, 0, 1, 0, 0 }, > -/* 0x0a */ { "i.MX515@600MHz, Wireless, PHY, Accel", SZ_256M, 1, 1, 0, 1 }, > -/* 0x0b */ { "i.MX515@600MHz, PHY, Accel", SZ_256M, 1, 1, 0, 0 }, > -/* 0x0c */ { "i.MX515@800MHz, Wireless, PHY, Accel", SZ_128M, 0, 1, 0, 1 }, > -/* 0x0d */ { "i.MX512@800MHz", SZ_128M, 0, 0, 0, 0 }, > -/* 0x0e */ { "i.MX515@800MHz, Wireless, PHY, Accel", SZ_512M, 0, 1, 0, 1 }, > -/* 0x0f */ { "i.MX515@600MHz, PHY, Accel", SZ_128M, 1, 1, 0, 0 }, > -/* 0x10 */ { "i.MX515@600MHz, Wireless, PHY, Accel", SZ_128M, 1, 1, 0, 1 }, > -/* 0x11 */ { "i.MX515@800MHz, PHY, Accel", SZ_128M, 0, 1, 0, 0 }, > -/* 0x12 */ { "i.MX515@600MHz, Wireless, PHY, Accel", SZ_512M, 1, 1, 0, 1 }, > -/* 0x13 */ { "i.MX515@800MHz, PHY, Accel", SZ_512M, 0, 1, 0, 0 }, > +/* 0x00 */ { "Unknown", 0, 0, 0, 0 }, > +/* 0x01 */ { "Not supported", 0, 0, 0, 0 }, > +/* 0x02 */ { "i.MX515@800MHz, Wireless, PHY, Ext. Eth, Accel", 0, 1, 1, 1 }, > +/* 0x03 */ { "i.MX515@800MHz, PHY, Ext. Eth, Accel", 0, 1, 1, 0 }, > +/* 0x04 */ { "i.MX515@600MHz, Wireless, PHY, Ext. Eth, Accel", 1, 1, 1, 1 }, > +/* 0x05 */ { "i.MX515@600MHz, PHY, Ext. Eth, Accel", 1, 1, 1, 0 }, > +/* 0x06 */ { "i.MX515@800MHz, Wireless, PHY, Accel", 0, 1, 0, 1 }, > +/* 0x07 */ { "i.MX515@800MHz, PHY, Accel", 0, 1, 0, 0 }, > +/* 0x08 */ { "i.MX515@800MHz, Wireless, PHY, Accel", 0, 1, 0, 1 }, > +/* 0x09 */ { "i.MX515@800MHz, PHY, Accel", 0, 1, 0, 0 }, > +/* 0x0a */ { "i.MX515@600MHz, Wireless, PHY, Accel", 1, 1, 0, 1 }, > +/* 0x0b */ { "i.MX515@600MHz, PHY, Accel", 1, 1, 0, 0 }, > +/* 0x0c */ { "i.MX515@800MHz, Wireless, PHY, Accel", 0, 1, 0, 1 }, > +/* 0x0d */ { "i.MX512@800MHz", 0, 0, 0, 0 }, > +/* 0x0e */ { "i.MX515@800MHz, Wireless, PHY, Accel", 0, 1, 0, 1 }, > +/* 0x0f */ { "i.MX515@600MHz, PHY, Accel", 1, 1, 0, 0 }, > +/* 0x10 */ { "i.MX515@600MHz, Wireless, PHY, Accel", 1, 1, 0, 1 }, > +/* 0x11 */ { "i.MX515@800MHz, PHY, Accel", 0, 1, 0, 0 }, > +/* 0x12 */ { "i.MX515@600MHz, Wireless, PHY, Accel", 1, 1, 0, 1 }, > +/* 0x13 */ { "i.MX515@800MHz, PHY, Accel", 0, 1, 0, 0 }, > }; > > struct ccxmx51_ident *ccxmx51_id; > @@ -408,8 +408,6 @@ static int ccxmx51_devices_init(void) > break; > } > printf("Module Serial : %c%d\n", manloc, ((hwid[2] & 0x3f) << 24) | (hwid[3] << 16) | (hwid[4] << 8) | hwid[5]); > - if ((ccxmx51_id->mem_sz - SZ_128M) > 0) > - arm_add_mem_device("ram1", MX51_CSD0_BASE_ADDR + SZ_128M, ccxmx51_id->mem_sz - SZ_128M); > } > > imx51_add_uart1(); > diff --git a/arch/arm/boards/ccxmx51/ccxmx51.h b/arch/arm/boards/ccxmx51/ccxmx51.h > index 3feacac..ef40b7f 100644 > --- a/arch/arm/boards/ccxmx51/ccxmx51.h > +++ b/arch/arm/boards/ccxmx51/ccxmx51.h > @@ -23,7 +23,6 @@ struct ccxmx51_hwid { > > struct ccxmx51_ident { > const char *id_string; > - const int mem_sz; > const char industrial; > const char eth0; > const char eth1; > -- > 1.7.3.4 > > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-01-23 7:35 UTC | newest] Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2013-01-22 11:08 [PATCH 1/5] ARM: ccmx51: Remove SDRAM size settings Alexander Shiyan 2013-01-22 11:08 ` [PATCH 2/5] ARM: ccmx51: Fix ethernet devices control by MC13892 GPOs Alexander Shiyan 2013-01-22 11:08 ` [PATCH 3/5] ARM: ccmx51: Set MAC address before FEC device registration Alexander Shiyan 2013-01-22 11:08 ` [PATCH 4/5] ARM: ccmx51js: Define reset pin for USB Host1 Alexander Shiyan 2013-01-22 11:08 ` [PATCH 5/5] ARM: ccmx51: Update defconfig Alexander Shiyan 2013-01-23 7:35 ` [PATCH 1/5] ARM: ccmx51: Remove SDRAM size settings Sascha Hauer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox