1. 915a09e ARM: HYP/non-sec: move switch to non-sec to the last boot phase by Marc Zyngier · 10 years ago
  2. 5625c8b bootstage: arm: fix fdt stashing code by Mela Custodio · 11 years ago
  3. b7ebd10 armv8: Flush dcache before switching to EL2 by York Sun · 11 years ago
  4. f041083 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  5. 85fd5f1 arm64: core support by David Feng · 11 years ago
  6. 1bd5456 common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface. by Miao Yan · 11 years ago
  7. 8de142c ARM: extend non-secure switch to also go into HYP mode by Andre Przywara · 11 years ago
  8. fe7d925 ARM: trigger non-secure state switch during bootm execution by Andre Przywara · 11 years ago
  9. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  10. 5f1afdd bootm: Clean up bootz_setup() function by Simon Glass · 11 years ago
  11. 3c26c58 arm: Implement the 'fake' go command by Simon Glass · 11 years ago
  12. 653909f arm: Use image_setup_linux() instead of local code by Simon Glass · 12 years ago
  13. 50ad221 arm: Refactor bootm to reduce #ifdefs by Simon Glass · 12 years ago
  14. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  15. 5ebe4f1 arm bootm: Allow to pass board specified atags by Pali Rohár · 12 years ago
  16. a29c787 Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  17. ceea077 arm: Add CONFIG_OF_BOARD_SETUP support to bootm by Joe Hershberger · 12 years ago
  18. 13137f3 ARM: increase lmb stack space reservation to 4KB by Rob Herring · 12 years ago
  19. 0fa36a4 bootstage: Store boot timings in device tree by Simon Glass · 12 years ago
  20. 6d32e64 arm: restore fdt_fixup_ethernet call to do_bootm_linux by Stephen Warren · 13 years ago
  21. c570fba arm: fix bootm with device tree by Stephen Warren · 13 years ago
  22. cf41a9b BOOT: Add "bootz" command to boot Linux zImage on ARM by Marek Vasut · 13 years ago
  23. 6a597b9 arm: Add Prep subcommand support to bootm by Simon Schwarz · 13 years ago
  24. ef980a7 bootstage: arm: Add bootstage calls in board and bootm by Simon Glass · 13 years ago
  25. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  26. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  27. 95b644b arm, fdt: update ethernet mac address before booting Linux by Heiko Schocher · 13 years ago
  28. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
  29. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  30. e6b836e arm: get_sp() should always be compiled by Po-Yu Chuang · 14 years ago
  31. 977c77f arm, bootm: Fix compile warning by Heiko Schocher · 14 years ago
  32. ab51f1e ARM: add flat device tree support by John Rigby · 14 years ago
  33. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  34. 977e3b6 ARM: remove unused VIDEOLFB ATAG by Minkyu Kang · 14 years ago
  35. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago[Renamed from lib_arm/bootm.c]
  36. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  37. bcbc8e4 lib_arm: do_bootm_linux() - correct a small mistake by Ilko Iliev · 16 years ago
  38. 18178bc bootm: Add subcommands by Kumar Gala · 16 years ago
  39. 20ec367 lib_arm/bootm.c: fix compile warnings by Wolfgang Denk · 16 years ago
  40. 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
  41. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  42. 93467bc bootm: refactor entry point code by Kumar Gala · 16 years ago
  43. 026e4ac Fix fallout from autostart revert by Kumar Gala · 16 years ago
  44. 4921ad9 Remove unused code from lib_arm/bootm.c by Gururaja Hebbar K R · 16 years ago
  45. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
  46. df8ff33 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
  47. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  48. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  49. aa0826b [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  50. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  51. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  52. 2429d4f Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · 17 years ago
  53. 9541850 [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  54. 79fcab8 [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago[Renamed from lib_arm/armlinux.c]
  55. b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  56. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  57. 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  58. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  59. 7fa6e90 Some code cleanup for GCC 4.x by Wolfgang Denk · 19 years ago
  60. 4dc1146 Add board support for armadillo HT1070 Patch by Rowel Atienza, 06 Apr 2005 by Wolfgang Denk · 19 years ago
  61. a21ad7b * Patch by Greg Ungerer, 19 May 2005: by wdenk · 20 years ago
  62. cb99da5 * Some Cleanup. by wdenk · 20 years ago
  63. 9ca7bbc * Clean up tools/bmp_logo.c to not add trailing white space by wdenk · 20 years ago
  64. 82db02f * Patch by George G. Davis, 06 Jul 2004: by wdenk · 20 years ago
  65. 19c8fb7 * Patch by Matthew S. McClintock, 14 Apr 2004: by wdenk · 21 years ago
  66. f16b516 * Patch by Phillippe Robin, 16 Mar 2004: by wdenk · 21 years ago
  67. 29e7f5a Add support for Siemens SX1 mobile phone; by wdenk · 21 years ago
  68. b98ac28 * Patch by Andrea Scian, 17 Feb 2004: by wdenk · 21 years ago
  69. bc01dd5 * Patch by Denis Peter, 8 Dec 2003 by wdenk · 21 years ago
  70. 4ea537d * Patches by David Müller, 14 Nov 2003: by wdenk · 21 years ago
  71. 8676590 * Patch by Nicolas Lacressonnière, 12 Nov 2003: by wdenk · 21 years ago
  72. b846356 * Allow crc32 to be used at address 0x000 by wdenk · 21 years ago
  73. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  74. 381669a * Patch by Nicolas Lacressonniere, 11 Jun 2003: by wdenk · 21 years ago
  75. 384ae02 * Patch by Robert Schwebel, 04 Nov 2002: by wdenk · 22 years ago
  76. 699b13a * Fix mdelay() on TRAB - this was still the debugging version with by wdenk · 22 years ago
  77. c609719 Initial revision by wdenk · 22 years ago