39cb4f3c | 04-Oct-2018 |
Marek Vasut <marex@denx.de> |
arm: mx5: Add M53Menlo board
Add Menlosystems M53 board, based on the M53 SoM. This board has Ethernet, USB host, USB gadget, UART and LCD on it.
Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stef
arm: mx5: Add M53Menlo board
Add Menlosystems M53 board, based on the M53 SoM. This board has Ethernet, USB host, USB gadget, UART and LCD on it.
Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de>
show more ...
|
55e83d2e | 16-Jan-2018 |
Patrick Bruenn <p.bruenn@beckhoff.com> |
arm: imx: mx53loco: remove usage of mx53_dram_size
Static variables are not available during board_init_f(). 'static uint32_t mx53_dram_size[2];' was used in board specific dram_init(), dram_init_ba
arm: imx: mx53loco: remove usage of mx53_dram_size
Static variables are not available during board_init_f(). 'static uint32_t mx53_dram_size[2];' was used in board specific dram_init(), dram_init_banksize() and get_effective_memsize() to avoid multiple calls to get_ram_size().
Reused dram initialization functions from arch/arm/mach-imx/mx5/mx53_dram.c
Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
show more ...
|
9d9baacb | 16-Jan-2018 |
Patrick Bruenn <p.bruenn@beckhoff.com> |
arm: imx: m53evk: remove usage of mx53_dram_size
Static variables are not available during board_init_f(). 'static uint32_t mx53_dram_size[2];' was used in board specific dram_init(), dram_init_bank
arm: imx: m53evk: remove usage of mx53_dram_size
Static variables are not available during board_init_f(). 'static uint32_t mx53_dram_size[2];' was used in board specific dram_init(), dram_init_banksize() and get_effective_memsize() to avoid multiple calls to get_ram_size().
Reused dram initialization functions from arch/arm/mach-imx/mx5/mx53_dram.c
Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
show more ...
|