1. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  2. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  3. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  4. 49bd67e ARM: bootm: take into account gd->ram_top by Patrice Chotard · 4 years, 10 months ago
  5. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  6. 370382c common: Move some SMP functions out of common.h by Simon Glass · 5 years ago
  7. b1f1b23 boot: arm: Enable support for custom board_prep_linux by Lokesh Vutla · 5 years ago
  8. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  9. 79a7cb1 arm: lib: bootm: Push the Starting kernel print to the end by Keerthy · 6 years ago
  10. feaab8e arm: bootm: fix sp detection at end of address range by Simon Goldschmidt · 6 years ago
  11. 64fabcc bootm: fix 'memory-fixup' for vxWorks boot by Hannes Schmelzer · 7 years ago
  12. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  13. 70b551c vxworks: fixed cpu enable using PSCI on armv8 by Vasyl Vavrychuk · 7 years ago
  14. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  15. 1a0b805 ARM: bootm: don't assume sp is in DRAM bank 0 by Stephen Warren · 7 years ago
  16. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  17. 5530df3 Revert "armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel" by Tom Rini · 7 years ago
  18. f8b5c56 armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel by tnishinaga.dev@gmail.com · 7 years ago
  19. 30db774 arm: Add declarations to avoid needing to include headers by Simon Glass · 8 years ago
  20. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · 8 years ago
  21. ffb3c0b arm/lib/bootm.c: keep ARM v7M in thumb mode during boot_jump_linux() by Patrice Chotard · 8 years ago
  22. 8ab5a1b arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup() by Stefan Roese · 8 years ago
  23. eb2088d armv8: aarch64: Fix the warning about x1-x3 nonzero issue by Alison Wang · 8 years ago
  24. 05725ed ARMv8: Setup PSCI memory and device tree by macro.wave.z@gmail.com · 8 years ago
  25. f6aa39e libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  26. 876c7e1 armv8: fsl-layerscape: SMP support for loading 32-bit OS by Alison Wang · 8 years ago
  27. 73818d5 armv8: Support loading 32-bit OS in AArch32 execution state by Alison Wang · 8 years ago
  28. 2ebeb44 ls2080: Exit dpaa only right before exiting U-Boot by Alexander Graf · 8 years ago
  29. 413ca3d vexpress: Check TC2 firmware support before defaulting to nonsec booting by Jon Medhurst \(Tixy\) · 8 years ago
  30. 8ff8689 libfdt: Introduce new ARCH_FIXUP_FDT option by Michal Simek · 8 years ago
  31. 9c74372 spl: zImage support in Falcon mode by Ladislav Michl · 8 years ago
  32. 113094e ARM: bootm: Try to use relocated ramdisk by Jeffy Chen · 9 years ago
  33. c4485e7 common: bootm: check return value of strict_strtoul by Peng Fan · 9 years ago
  34. ac31b5a ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions by Jan Kiszka · 10 years ago
  35. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  36. 1ce575f armv8/fsl-lsch3: Convert flushing L3 to assembly to avoid using stack by York Sun · 10 years ago
  37. 68bc8f5 ARM: bootm: do not add PSCI to fdt when booting in secure mode. by Ian Campbell · 10 years ago
  38. 63fb548 ARM: bootm: Allow booting in secure mode on hyp capable systems by Hans de Goede · 10 years ago
  39. 72c2875 Revert "lib: bootm: add missing include" by Michal Simek · 10 years ago
  40. f0e1f8d Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 10 years ago
  41. 506f0e5 lib: bootm: add missing include by Jeroen Hofstee · 10 years ago
  42. b7c236b ARM: prevent compiler warnings from bootm.c by Eric Nelson · 10 years ago
  43. 67d604e arm64: Correct passing of Linux kernel args by Tom Rini · 10 years ago
  44. 6235824 ARM: convert arch_fixup_memory_node to a generic FDT fixup function by Ma Haijun · 10 years ago
  45. 855ca66 ARM: HYP/non-sec: allow relocation to secure RAM by Marc Zyngier · 10 years ago
  46. 915a09e ARM: HYP/non-sec: move switch to non-sec to the last boot phase by Marc Zyngier · 10 years ago
  47. 5625c8b bootstage: arm: fix fdt stashing code by Mela Custodio · 11 years ago
  48. b7ebd10 armv8: Flush dcache before switching to EL2 by York Sun · 11 years ago
  49. f041083 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  50. 85fd5f1 arm64: core support by David Feng · 11 years ago
  51. 1bd5456 common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface. by Miao Yan · 11 years ago
  52. 8de142c ARM: extend non-secure switch to also go into HYP mode by Andre Przywara · 11 years ago
  53. fe7d925 ARM: trigger non-secure state switch during bootm execution by Andre Przywara · 11 years ago
  54. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  55. 5f1afdd bootm: Clean up bootz_setup() function by Simon Glass · 11 years ago
  56. 3c26c58 arm: Implement the 'fake' go command by Simon Glass · 11 years ago
  57. 653909f arm: Use image_setup_linux() instead of local code by Simon Glass · 12 years ago
  58. 50ad221 arm: Refactor bootm to reduce #ifdefs by Simon Glass · 12 years ago
  59. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  60. 5ebe4f1 arm bootm: Allow to pass board specified atags by Pali Rohár · 12 years ago
  61. a29c787 Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  62. ceea077 arm: Add CONFIG_OF_BOARD_SETUP support to bootm by Joe Hershberger · 12 years ago
  63. 13137f3 ARM: increase lmb stack space reservation to 4KB by Rob Herring · 12 years ago
  64. 0fa36a4 bootstage: Store boot timings in device tree by Simon Glass · 12 years ago
  65. 6d32e64 arm: restore fdt_fixup_ethernet call to do_bootm_linux by Stephen Warren · 13 years ago
  66. c570fba arm: fix bootm with device tree by Stephen Warren · 13 years ago
  67. cf41a9b BOOT: Add "bootz" command to boot Linux zImage on ARM by Marek Vasut · 13 years ago
  68. 6a597b9 arm: Add Prep subcommand support to bootm by Simon Schwarz · 13 years ago
  69. ef980a7 bootstage: arm: Add bootstage calls in board and bootm by Simon Glass · 13 years ago
  70. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  71. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  72. 95b644b arm, fdt: update ethernet mac address before booting Linux by Heiko Schocher · 13 years ago
  73. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
  74. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  75. e6b836e arm: get_sp() should always be compiled by Po-Yu Chuang · 14 years ago
  76. 977c77f arm, bootm: Fix compile warning by Heiko Schocher · 14 years ago
  77. ab51f1e ARM: add flat device tree support by John Rigby · 14 years ago
  78. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  79. 977e3b6 ARM: remove unused VIDEOLFB ATAG by Minkyu Kang · 14 years ago
  80. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago[Renamed from lib_arm/bootm.c]
  81. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  82. bcbc8e4 lib_arm: do_bootm_linux() - correct a small mistake by Ilko Iliev · 16 years ago
  83. 18178bc bootm: Add subcommands by Kumar Gala · 16 years ago
  84. 20ec367 lib_arm/bootm.c: fix compile warnings by Wolfgang Denk · 16 years ago
  85. 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
  86. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  87. 93467bc bootm: refactor entry point code by Kumar Gala · 16 years ago
  88. 026e4ac Fix fallout from autostart revert by Kumar Gala · 16 years ago
  89. 4921ad9 Remove unused code from lib_arm/bootm.c by Gururaja Hebbar K R · 16 years ago
  90. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
  91. df8ff33 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
  92. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  93. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  94. aa0826b [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  95. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  96. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  97. 2429d4f Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · 17 years ago
  98. 9541850 [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  99. 79fcab8 [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago[Renamed from lib_arm/armlinux.c]
  100. b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago