summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: extend non-secure switch to also go into HYP modeAndre Przywara2013-10-031-1/+6
* ARM: trigger non-secure state switch during bootm executionAndre Przywara2013-10-031-0/+13
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-13/+1
* bootm: Clean up bootz_setup() functionSimon Glass2013-07-101-6/+8
* arm: Implement the 'fake' go commandSimon Glass2013-06-261-9/+18
* arm: Use image_setup_linux() instead of local codeSimon Glass2013-05-141-56/+1
* arm: Refactor bootm to reduce #ifdefsSimon Glass2013-05-141-64/+20
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-071-1/+0
* arm bootm: Allow to pass board specified atagsPali Rohár2012-10-301-0/+4
* Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-stagingTom Rini2012-10-151-0/+3
|\
| * bootstage: Store boot timings in device treeSimon Glass2012-10-021-0/+3
* | arm: Add CONFIG_OF_BOARD_SETUP support to bootmJoe Hershberger2012-10-041-0/+3
* | ARM: increase lmb stack space reservation to 4KBRob Herring2012-10-041-2/+2
|/
* arm: restore fdt_fixup_ethernet call to do_bootm_linuxStephen Warren2012-04-231-0/+1
* arm: fix bootm with device treeStephen Warren2012-04-231-1/+10
* BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut2012-03-301-0/+30
* arm: Add Prep subcommand support to bootmSimon Schwarz2012-03-271-169/+180
* bootstage: arm: Add bootstage calls in board and bootmSimon Glass2012-03-181-0/+4
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-181-1/+1
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-181-1/+1
* arm, fdt: update ethernet mac address before booting LinuxHeiko Schocher2011-12-191-0/+2
* 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: get_sp() should always be compiledPo-Yu Chuang2011-02-211-3/+1
* arm, bootm: Fix compile warningHeiko Schocher2010-10-261-2/+0
* ARM: add flat device tree supportJohn Rigby2010-10-181-16/+121
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-1/+1
* ARM: remove unused VIDEOLFB ATAGMinkyu Kang2010-06-231-40/+3
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-131-0/+279
OpenPOWER on IntegriCloud