summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/armlinux.c
Commit message (Expand)AuthorAgeFilesLines
* arm: armlinux: get the architecture before shutdown bareboxJean-Christophe PLAGNIOL-VILLARD2012-09-121-2/+1
* booting: more flexible Linux bootargs generationSascha Hauer2012-05-141-1/+1
* ARM: Allow to compile in thumb-2 modeSascha Hauer2012-03-061-1/+16
* ARM: Fix oftree bootingSascha Hauer2012-02-131-0/+1
* ARM: call start_linux directly with initrd start/size and oftreeSascha Hauer2011-12-151-10/+10
* add armlinux specific magicvar descriptionsSascha Hauer2011-12-051-0/+5
* armlinux: remove unnecessary includeSascha Hauer2011-11-291-1/+0
* bootm: use initrd_address and initrd_sizeSascha Hauer2011-11-291-5/+5
* armlinux: cleanup linux varsSascha Hauer2011-11-291-27/+65
* ARM Linux: Add device tree supportSascha Hauer2011-10-191-3/+12
* ARM: switch to generic memory banksSascha Hauer2011-09-231-5/+5
* arm: export arch_number to envJean-Christophe PLAGNIOL-VILLARD2011-09-201-0/+7
* Merge branch 'pu-remove-gd_t' into nextSascha Hauer2011-08-031-1/+0
|\
| * remove unused global_data.hSascha Hauer2011-08-011-1/+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: move bootu code to its own fileSascha Hauer2011-04-041-33/+0
* ARM: move bootz code to its own fileSascha Hauer2011-04-041-95/+0
* ARM: move bootm code to its own fileSascha Hauer2011-04-041-80/+0
* ARM: factor out a start_linux functionSascha Hauer2011-04-041-19/+20
* ARM: support big/little endian switching in "bootX".Krzysztof Halasa2011-01-071-15/+54
* armlinux: pass INIRTD tag to the kernelEric BĂ©nard2010-11-021-14/+16
* armlinux: sparse fixesSascha Hauer2010-10-211-1/+2
* image: remove confusing image_check_* functionsSascha Hauer2010-10-131-1/+1
* Replace direct header access with the API routinesJean-Christophe PLAGNIOL-VILLARD2010-10-081-3/+3
* Revert "Replace direct header access with the API routines"Sascha Hauer2010-10-071-3/+3
* Replace direct header access with the API routinesJean-Christophe PLAGNIOL-VILLARD2010-09-241-3/+3
* arm: allow to overwrite the system_rev via bootmJean-Christophe PLAGNIOL-VILLARD2010-09-221-4/+14
* arm: add support for the serial ATAGBaruch Siach2010-08-041-0/+19
* bootz: give a proper error on open() failureBaruch Siach2010-07-221-0/+5
* armlinux: reorder tag setupSascha Hauer2010-06-241-29/+22
* bootu: Allow passing in devices as parameterSascha Hauer2010-06-171-2/+8
* arm boot: FormattingMarc Reilly2010-05-171-1/+1
* arm: Add revision tag to boot parametersMarc Reilly2010-05-171-0/+23
* ARM: replace cleanup_before_linux with the generic shutdown_barebox functionSascha Hauer2010-03-301-3/+3
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-2/+2
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-9/+9
* list: remove duplicated list.hSascha Hauer2009-11-031-1/+1
* commands: remove maxargsSascha Hauer2009-10-191-2/+0
* arm: Add bootu commandSascha Hauer2009-08-191-1/+35
* arm: make 'bootz' configurableSascha Hauer2009-08-191-0/+4
* armlinux.c: refactorSascha Hauer2009-08-191-157/+83
* armlinux: remove unused atagsSascha Hauer2009-08-191-53/+0
* bootz: Speed up bootz commandSascha Hauer2009-08-131-5/+41
* Get rid of DEVICE_TYPE_DRAM usageSascha Hauer2009-07-211-9/+25
* remove SHOW_BOOT_PROGRESSSascha Hauer2009-03-191-10/+0
* ARM: Add a bootz commandSascha Hauer2009-02-061-0/+49
* [ARM] Remove CONFIG_ARCH_NUMBER from Kconfig system. Putting too manySascha Hauer2008-02-261-9/+29
* - Add functions to register image handlers for booting uImagesSascha Hauer2008-02-201-13/+35
* cleanup do_bootm_linux()Robert Schwebel2007-11-281-106/+121