summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* booting: more flexible Linux bootargs generationSascha Hauer2012-05-142-2/+3
* Merge branch 'binfmt' of git://git.jcrosoft.org/barebox into nextSascha Hauer2012-04-181-1/+21
|\
| * arm: bootm: add barebox, zImage and aImage binfmt supportJean-Christophe PLAGNIOL-VILLARD2012-04-181-1/+21
* | arm: bootm: zImage: add error message when can not request the memoryJean-Christophe PLAGNIOL-VILLARD2012-04-181-0/+2
|/
* arm: fix zImage support when a oftree is concatenatedJean-Christophe PLAGNIOL-VILLARD2012-04-131-0/+69
* arm: add Android boot image supportJean-Christophe PLAGNIOL-VILLARD2012-04-131-0/+147
* ARM linker script: Fix barebox_image_sizeSascha Hauer2012-03-231-1/+1
* Merge branch 'work/thumb2' into nextSascha Hauer2012-03-062-2/+22
|\
| * ARM: Allow to compile in thumb-2 modeSascha Hauer2012-03-061-1/+16
| * ARM: get runtime offset of board_init_lowlevel_return by using separate sectionSascha Hauer2012-02-281-0/+2
| * ARM: move exception vectors away from start of binarySascha Hauer2012-02-281-1/+4
* | commands: remove struct command pointer from commandsSascha Hauer2012-02-272-2/+2
* | ARM boot[zu]: return COMMAND_ERROR_USAGE instead of calling barebox_cmd_usageSascha Hauer2012-02-272-8/+4
|/
* ARM: Fix oftree bootingSascha Hauer2012-02-131-0/+1
* Merge branch 'pu/debug' into nextSascha Hauer2012-01-271-1/+1
|\
| * ARM: panic on div 0Sascha Hauer2012-01-261-1/+1
* | introduce barebox_bare_init_size to known the bare_init size and check itJean-Christophe PLAGNIOL-VILLARD2012-01-231-0/+3
|/
* ARM: update string functions from Linux KernelSascha Hauer2012-01-024-41/+85
* ARM: import memcpy_from/toio and memset_io from linuxJean-Christophe PLAGNIOL-VILLARD2012-01-022-0/+51
* ARM zImage: fix missing setting of load_addressSascha Hauer2011-12-211-0/+1
* bootm: use new uimage codeSascha Hauer2011-12-151-15/+207
* ARM: call start_linux directly with initrd start/size and oftreeSascha Hauer2011-12-154-13/+25
* Merge branch 'pu/resources' into nextSascha Hauer2011-12-051-1/+1
|\
| * fix malloc space sizesSascha Hauer2011-12-031-1/+1
* | add armlinux specific magicvar descriptionsSascha Hauer2011-12-051-0/+5
|/
* arm bootm: remove unnecessary includeSascha Hauer2011-11-291-1/+0
* armlinux: remove unnecessary includeSascha Hauer2011-11-291-1/+0
* bootm: use initrd_address and initrd_sizeSascha Hauer2011-11-291-5/+5
* bootm: push relocate_image up to the generic commandSascha Hauer2011-11-291-7/+0
* ARM bootm: remove now obsolete argsSascha Hauer2011-11-291-29/+0
* armlinux: cleanup linux varsSascha Hauer2011-11-291-27/+65
* add magicvar commandSascha Hauer2011-11-291-0/+4
* Merge branch 'master' into nextSascha Hauer2011-10-231-4/+4
|\
| * Really fix the 'bootz' commandJuergen Beisert2011-10-181-3/+3
| * 'bootz' command fails to load the zImage's headerJuergen Beisert2011-10-141-1/+1
* | ARM Linux: Add device tree supportSascha Hauer2011-10-191-3/+12
* | arm/bootm: enable multi uimage supportJean-Christophe PLAGNIOL-VILLARD2011-10-091-5/+0
|/
* ARM: switch to generic memory banksSascha Hauer2011-09-232-11/+12
* rename include/mem_malloc.h to include/memory.hSascha Hauer2011-09-231-1/+1
* arm: export arch_number to envJean-Christophe PLAGNIOL-VILLARD2011-09-201-0/+7
* ARM linux: support Linux images with CONFIG_AUTO_ZRELADDRSascha Hauer2011-08-241-15/+44
* Merge branch 'pu-remove-gd_t' into nextSascha Hauer2011-08-032-2/+0
|\
| * remove unused global_data.hSascha Hauer2011-08-012-2/+0
* | ARM: move armlinux_add_dram to location which is always compiledSascha Hauer2011-08-011-17/+2
|/
* armlinux: mem tag switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-201-2/+2
* ARM: compile in image size and magic into barebox imageSascha Hauer2011-05-061-0/+1
* ARM: move bootu code to its own fileSascha Hauer2011-04-043-33/+39
* ARM: move bootz code to its own fileSascha Hauer2011-04-043-95/+101
* ARM: move bootm code to its own fileSascha Hauer2011-04-043-80/+93
* ARM: factor out a start_linux functionSascha Hauer2011-04-042-20/+21