summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* armv7: add PL310 support to u-bootAneesh V2011-07-042-0/+116
* arm: minor fixes for cache and mmu handlingAneesh V2011-07-042-2/+18
* armv7: integrate cache maintenance supportAneesh V2011-07-043-5/+13
* armv7: rename cache related CONFIG flagsAneesh V2011-07-043-6/+4
* arm: make default implementation of cache_flush() weakly linkedAneesh V2011-07-041-1/+3
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-06-231-3/+4
|\
| * run arm_pci_init after relocationMichael Schwingen2011-06-231-3/+3
* | ARM: drop unsupported 'trab' boardWolfgang Denk2011-06-221-16/+0
|/
* Minor coding style cleanup.Wolfgang Denk2011-05-191-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-04-274-1/+374
|\
| * Don't grab memory for LCD if FB address is definedMinkyu Kang2011-04-271-0/+4
| * ARM: fix stack pointer adjustment in board_init_f()Eric Cooper2011-04-271-1/+1
| * arm: Use optimized memcpy and memset from linuxMatthias Weisser2011-04-273-0/+369
* | Respect memreserve regions specified in the device treeGrant Likely2011-04-251-0/+2
* | Stop passing around bootmem_base value.Grant Likely2011-04-251-2/+1
|/
* arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang2011-03-271-1/+1
* arm: get_sp() should always be compiledPo-Yu Chuang2011-02-211-3/+1
* Replace "FLASH" strings with "Flash" or "flash"Peter Tyser2011-01-191-1/+1
* arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher2010-12-081-1/+1
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-5/+5
* ARMV7: Fix build for non-OMAP3 boardsSteve Sakoman2010-11-041-1/+1
* Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk2010-10-293-253/+0
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-32/+0
* arm, bootm: Fix compile warningHeiko Schocher2010-10-261-2/+0
* Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2010-10-261-1/+1
* ARM: fix relocation support for onenand device.Enric Balletbo i Serra2010-10-231-0/+3
* Merge branch 'elf_reloc'Wolfgang Denk2010-10-192-4/+6
|\
| * armv7, beagle: add support for ELF relocationsHeiko Schocher2010-10-131-1/+1
| * arm: implement ELF relocationsAlbert Aribaud2010-10-131-3/+5
* | ARM: add flat device tree supportJohn Rigby2010-10-181-16/+121
* | env_mmc: Fix crashing bug encountered after enabling ARM relocationSteve Sakoman2010-10-131-5/+5
* | davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddrBen Gardiner2010-10-111-19/+0
|/
* ARM: add relocation supportHeiko Schocher2010-09-193-5/+519
* ARM (ARM11): add data cache support, test on Qong boardHeiko Schocher2010-09-191-1/+1
* ARM V7 (OMAP): add data cache support, test on Beagle boardHeiko Schocher2010-09-191-0/+5
* ARM (ARM926ejs): add data cache support, tested on magnesium and tx25 boardHeiko Schocher2010-09-191-0/+6
* ARM: cp15: setup mmu and enable dcacheHeiko Schocher2010-09-191-0/+51
* Save environment data to mmc.Terry Lv2010-09-191-5/+10
* Rename getenv_r() into getenv_f()Wolfgang Denk2010-08-041-1/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-042-2/+2
* ARM: remove unused VIDEOLFB ATAGMinkyu Kang2010-06-231-40/+3
* ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaintsWolfgang Denk2010-05-151-0/+5
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-1316-0/+1823
OpenPOWER on IntegriCloud