uboot-mt623x/board/pxa255_idp
Marcel Ziswiler 2a4741d9a1 fix pxa255_idp board
The pxa255_idp being an old unmaintained board showed several issues:
1. CONFIG_INIT_CRITICAL was still defined.
2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
3. Symbol flash_addr was undeclared.
4. The boards lowlevel_init function was still called memsetup.
5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
6. Using -march=armv5 instead of -march=armv5te resulted in lots of
'target CPU does not support interworking' warnings on recent compilers.
7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
indexes rather than the register definitions from the pxa-regs header
file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
avoid any ambiguities.
8. There were several redefinition warnings concerning ICMR, OSMR3,
OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
9. The board configuration file was rather outdated.
10. The part header file defined the vendor, product and revision arrays
as unsigned chars instead of just chars in the block_dev_desc_t
structure.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
2007-10-23 16:40:40 +02:00
..
Makefile fix pxa255_idp board 2007-10-23 16:40:40 +02:00
README Add Vibren (was Accelent) PXA255 IDP Support 2005-09-25 15:59:01 +02:00
config.mk fix pxa255_idp board 2007-10-23 16:40:40 +02:00
idp_notes.txt Add Vibren (was Accelent) PXA255 IDP Support 2005-09-25 15:59:01 +02:00
lowlevel_init.S fix pxa255_idp board 2007-10-23 16:40:40 +02:00
pxa_idp.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
pxa_reg_calcs.out Add Vibren (was Accelent) PXA255 IDP Support 2005-09-25 15:59:01 +02:00
pxa_reg_calcs.py Add Vibren (was Accelent) PXA255 IDP Support 2005-09-25 15:59:01 +02:00
u-boot.lds fix pxa255_idp board 2007-10-23 16:40:40 +02:00

README

Tested:

- MMC
- Ethernet
- BL console (on serial port connector J5)
- flash support

Todo:

- display support
- PCMCIA support