summaryrefslogtreecommitdiffstats
path: root/include/configs/pxa255_idp.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix some more printf() format issues.Wolfgang Denk2008-07-131-5/+4
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Enable passing of ATAGs required by latest Linux kernel.Marcel Ziswiler2008-07-131-0/+4
|
* fix pxa255_idp boardMarcel Ziswiler2007-10-231-6/+7
| | | | | | | | | | | | | | | | | | | | | | | 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>
* include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-101-0/+9
| | | | | | | | | Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h used to be included but CONFIG_BOOTP_MASK was not defined. Remove lingering references to CFG_CMD_* symbols. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* include/configs: Use new CONFIG_CMD_* in various p* named board config files.Jon Loeliger2007-07-051-4/+10
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Add Vibren (was Accelent) PXA255 IDP SupportWolfgang Denk2005-09-251-0/+338
Patch by Cliff Brake, 04 Feb 2005
OpenPOWER on IntegriCloud