
Hi all,
It's been a while since I was last on this list. Due to a lot of uncertainties in the codebase and a time shortage on my side, I decided that it was better to wait a while to try to get LPC2468 support in u-boot. I do at least have a lot more time now. I would like to have the code added (and accepted in git) in smaller blocks: 1. general startup code 2. a minimal board example 3. external flash support 4. I2C support 5. Ethernet support
I hope you agree with this split up in manageable chunks.
Currently I've ported the code to the latest git version. It compiles more or less, except for the following error: /usr/local/ELDK/usr/bin/../lib/gcc/arm-linux-gnueabi/4.2.2/soft-float/libgcc.a(_divdi3.o):(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0' /usr/local/ELDK/usr/bin/../lib/gcc/arm-linux-gnueabi/4.2.2/soft-float/libgcc.a(_udivdi3.o):(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'
How can I fix that? It seems it's the last small problem before I can send a patch set for the startup code.
Kind regards,
Remco Poelsta