This website works better with JavaScript.
Explore
Help
Sign In
Whitebox
/
u-boot
Watch
1
Star
0
Fork
You've already forked u-boot
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html
(AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
7400
Commits
3
Branches
0
Tags
148 MiB
Tree:
f11e6ff5b1
u-boot
/
board
/
pxa255_idp
/
config.mk
4 lines
62 B
Raw
Normal View
History
Unescape
Escape
Add Vibren (was Accelent) PXA255 IDP Support Patch by Cliff Brake, 04 Feb 2005
20 years ago
#TEXT_BASE = 0xa1700000
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>
18 years ago
TEXT_BASE
=
0xa3080000
Add Vibren (was Accelent) PXA255 IDP Support Patch by Cliff Brake, 04 Feb 2005
20 years ago
#TEXT_BASE = 0