[U-Boot] [PATCH v3 3/6] i.MX31: Add basic support for Freescale's i.MX31 PDK board.
Magnus Lilja
lilja.magnus at gmail.com
Tue Feb 10 08:24:38 CET 2009
Hi Wolfgang,
2009/2/9 Wolfgang Denk <wd at denx.de>:
> Dear Magnus Lilja,
>
> In message <1219998982-21289-4-git-send-email-lilja.magnus at gmail.com> you wrote:
>> Add support for the Freescale i.MX31 PDK (a.k.a 3DS) board. Ethernet and
>> MC13873 RTC support is enabled by this patch.
>>
>> Booting from NAND is not supported yet so U-boot relies on some other
>> initial boot loader to set up SDRAM and clocks and copying U-boot to SDRAM.
>>
>> Signed-off-by: Magnus Lilja <lilja.magnus at gmail.com>
>> ---
>> MAKEALL | 1 +
>> Makefile | 3 +
>> board/freescale/mx31pdk/Makefile | 53 ++++++++++
>> board/freescale/mx31pdk/config.mk | 1 +
>> board/freescale/mx31pdk/lowlevel_init.S | 30 ++++++
>> board/freescale/mx31pdk/mx31pdk.c | 76 +++++++++++++++
>> board/freescale/mx31pdk/u-boot.lds | 59 ++++++++++++
>> include/configs/mx31pdk.h | 159 +++++++++++++++++++++++++++++++
>> 8 files changed, 382 insertions(+), 0 deletions(-)
>
> I still have these patches marked as open in my list, but they
> probably need rebasing now anyway.
>
> Is it OK that I mark these patches as done?
Not sure what you mean by "done", but I'm planning to rebase and
re-submit once Maxim's patch for NAND-SPL boot for i.MX31 has been
merged into the tree.
Best Regards, Magnus
More information about the U-Boot
mailing list