aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
2011-09-04armv7: cache: remove flush on un-aligned invalidateAneesh V1-6/+9
2011-09-04arm: do not force d-cache enable on all boardsAneesh V2-5/+15
2011-09-03arm: fix bd pointer dereference prior initializationIgor Grinberg1-4/+5
2011-09-03arm, lib/board.c: use gd->ram_size instead of bd->bi_memsizeHeiko Schocher1-1/+1
2011-09-03arm: lib: memcpy: Do not copy to same addressMatthias Weisser1-0/+3
2011-08-04cosmetic: arm: lib/board.c: Coding Style cleanupHeiko Schocher1-105/+111
2011-07-28unify version_stringAndreas Bießmann1-8/+0
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V1-1/+1
2011-07-26scaled down version of generic libraries for SPLAneesh V1-0/+2
2011-07-17arm: add CONFIG_MACH_TYPE setting and documentationIgor Grinberg1-0/+4
2011-07-04armv7: add PL310 support to u-bootAneesh V2-0/+116
2011-07-04arm: minor fixes for cache and mmu handlingAneesh V2-2/+18
2011-07-04armv7: integrate cache maintenance supportAneesh V3-5/+13
2011-07-04armv7: rename cache related CONFIG flagsAneesh V3-6/+4
2011-07-04arm: make default implementation of cache_flush() weakly linkedAneesh V1-1/+3
2011-06-23Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-3/+4
2011-06-23run arm_pci_init after relocationMichael Schwingen1-3/+3
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk1-16/+0
2011-05-19Minor coding style cleanup.Wolfgang Denk1-1/+0
2011-04-27Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk4-1/+374
2011-04-27Don't grab memory for LCD if FB address is definedMinkyu Kang1-0/+4
2011-04-27ARM: fix stack pointer adjustment in board_init_f()Eric Cooper1-1/+1
2011-04-27arm: Use optimized memcpy and memset from linuxMatthias Weisser3-0/+369
2011-04-25Respect memreserve regions specified in the device treeGrant Likely1-0/+2
2011-04-25Stop passing around bootmem_base value.Grant Likely1-2/+1
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang1-1/+1
2011-02-21arm: get_sp() should always be compiledPo-Yu Chuang1-3/+1
2011-01-19Replace "FLASH" strings with "Flash" or "flash"Peter Tyser1-1/+1
2010-12-08arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher1-1/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-5/+5
2010-11-04ARMV7: Fix build for non-OMAP3 boardsSteve Sakoman1-1/+1
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk3-253/+0
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-32/+0
2010-10-26arm, bootm: Fix compile warningHeiko Schocher1-2/+0
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-1/+1
2010-10-23ARM: fix relocation support for onenand device.Enric Balletbo i Serra1-0/+3
2010-10-19Merge branch 'elf_reloc'Wolfgang Denk2-4/+6
2010-10-18ARM: add flat device tree supportJohn Rigby1-16/+121
2010-10-13env_mmc: Fix crashing bug encountered after enabling ARM relocationSteve Sakoman1-5/+5
2010-10-13armv7, beagle: add support for ELF relocationsHeiko Schocher1-1/+1
2010-10-13arm: implement ELF relocationsAlbert Aribaud1-3/+5
2010-10-11davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddrBen Gardiner1-19/+0
2010-09-19ARM: add relocation supportHeiko Schocher3-5/+519
2010-09-19ARM (ARM11): add data cache support, test on Qong boardHeiko Schocher1-1/+1
2010-09-19ARM V7 (OMAP): add data cache support, test on Beagle boardHeiko Schocher1-0/+5
2010-09-19ARM (ARM926ejs): add data cache support, tested on magnesium and tx25 boardHeiko Schocher1-0/+6
2010-09-19ARM: cp15: setup mmu and enable dcacheHeiko Schocher1-0/+51
2010-09-19Save environment data to mmc.Terry Lv1-5/+10
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk2-2/+2