1. ed8603d bootm: Skip command-line substitution if !CONFIG_CMDLINE by Simon Glass · Mon Mar 15 18:11:23 2021 +1300
  2. cac744e bootm: Fix duplicate debugging in bootm_process_cmdline() by Simon Glass · Sat Feb 06 09:57:35 2021 -0700
  3. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  4. 529e208 bootm: Support string substitution in bootargs by Simon Glass · Thu Nov 05 10:33:48 2020 -0700
  5. b4e1b6d bootm: Allow updating the bootargs in a buffer by Simon Glass · Thu Nov 05 10:33:45 2020 -0700
  6. 63660dc bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · Thu Nov 05 10:33:44 2020 -0700
  7. c38406e bootm: Split out bootargs environment reading / writing by Simon Glass · Thu Nov 05 10:33:43 2020 -0700
  8. 7a8a429 bootm: Use size rather than length for CONSOLE_ARG by Simon Glass · Thu Nov 05 10:33:42 2020 -0700
  9. d87002f bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · Thu Nov 05 10:33:41 2020 -0700
  10. a50b6dd bootm: Rename fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:40 2020 -0700
  11. 2eab017 bootm: Update fixup_silent_linux() to return an error by Simon Glass · Thu Nov 05 10:33:39 2020 -0700
  12. 07a8886 bootm: Add tests for fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:38 2020 -0700
  13. 80ffb81 bootm: fix wrong conditions about images overlap by Jaehoon Chung · Wed Oct 21 14:17:03 2020 +0900
  14. 6d29e0d bootm: update image OS image size when decompressing by Heinrich Schuchardt · Sun Aug 30 11:34:12 2020 +0200
  15. 0608694 common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image by Tero Kristo · Fri Jun 12 15:41:20 2020 +0300
  16. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  17. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  18. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  19. 81d1387 image: Load the correct configuration in fit_check_sign by Simon Glass · Wed Mar 18 11:44:02 2020 -0600
  20. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · Thu Nov 14 12:57:42 2019 -0700
  21. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  22. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  23. 47ef986 common: Move bootm_decomp_image() to image.c (as image_decomp()) by Julius Werner · Wed Jul 24 19:37:54 2019 -0700
  24. c220bd9 configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT by Tom Rini · Thu May 23 07:14:07 2019 -0400
  25. d00d6b5 Make FIT support really optional by Fabrice Fontaine · Fri May 03 22:37:05 2019 +0200
  26. 1403f39 image: android: allow booting lz4-compressed kernels by Eugeniu Rosca · Mon Apr 08 17:35:27 2019 +0200
  27. 92e51d0 bootm: Simplying cache flush code by Trent Piepho · Wed Mar 27 23:50:09 2019 +0000
  28. aa0b11b efi_loader: refactor switch to non-secure mode by Heinrich Schuchardt · Tue Jan 08 18:13:06 2019 +0100
  29. 8890e7d lmb: handle more than one DRAM BANK by Simon Goldschmidt · Sat Jan 26 22:13:04 2019 +0100
  30. f882a5a bootm: use new common function lmb_init_and_reserve by Simon Goldschmidt · Mon Jan 14 22:38:20 2019 +0100
  31. 6127ac0 image: fix compiling without CMD_FDT by Simon Goldschmidt · Mon Dec 17 20:14:42 2018 +0100
  32. b00a9de sandbox: Fix set_working_fdt_addr users by Alexander Graf · Wed Sep 26 14:07:41 2018 +0200
  33. 2142579 bootm: Handle kernel_noload on arm64 by Marek Vasut · Wed Jun 13 06:13:33 2018 +0200
  34. f55305a Define board_quiesce_devices() in a shared location by Simon Glass · Wed May 16 09:42:25 2018 -0600
  35. 6c96f5d bootm.c: Correct the flush_len used in bootm_load_os() by Tom Rini · Tue May 01 12:32:37 2018 -0400
  36. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  37. 600388e bootm: Align cache flush begin address by Bryan O'Donoghue · Sun Apr 15 11:48:17 2018 +0100
  38. 9179c81 fpga: allow programming fpga from FIT image for all FPGA drivers by Goldschmidt Simon · Fri Nov 10 14:17:41 2017 +0000
  39. 25c9bee common: Remove genimg_get_image() by Tuomas Tynkkynen · Tue Oct 10 21:59:43 2017 +0300
  40. da1a134 env: Rename some other getenv()-related functions by Simon Glass · Thu Aug 03 12:22:15 2017 -0600
  41. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  42. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  43. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · Thu Aug 03 12:22:10 2017 -0600
  44. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  45. 31eb47d bootm: fix passing argc to standalone apps by Zubair Lutfullah Kakakhel · Fri Sep 09 09:18:58 2016 +0100
  46. 36f067f cmd: Split 'bootz' and 'booti' out from 'bootm' by Tom Rini · Fri Aug 12 08:31:15 2016 -0400
  47. 8f9cc4c bootm: fixup silent Linux out of BOOTM_STATE_LOADOS state by Hector Palacios · Mon Jul 11 12:34:37 2016 +0200
  48. adc47bf bootm: Align cache flush end address correctly by Simon Glass · Thu May 05 07:28:07 2016 -0600
  49. ebae78b image: Add boot_get_fpga() to load fpga with bootm by Michal Simek · Tue May 17 14:03:50 2016 +0200
  50. 8b42692 fdt: Allow libfdt to be used in SPL by Simon Glass · Mon Feb 22 22:55:45 2016 -0700
  51. e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · Mon Feb 22 22:55:43 2016 -0700
  52. 5b539a0 image: Correct the OS location code to work on sandbox by Simon Glass · Wed Feb 24 09:14:42 2016 -0700
  53. ddf69ac bootm: fix size arg of flush_cache() in bootm_load_os(). by Purna Chandra Mandal · Wed Jan 20 14:07:39 2016 +0530
  54. f41a3ca Add support for LZ4 decompression algorithm by Julius Werner · Tue Oct 06 20:03:53 2015 -0700
  55. 1167a6c net: avoid eth_unregister() call when function is unavailable by Bernhard Nortmann · Mon Sep 14 15:29:45 2015 +0200
  56. d686ce9 Combine bootm_find_<thing> functions together by Karl Apsite · Thu May 21 09:52:49 2015 -0400
  57. 1b21c28 add boot_get_loadables() to load listed images by Karl Apsite · Thu May 21 09:52:48 2015 -0400
  58. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  59. 3d4ea4c cmd_fdt: Actually fix fdt command in sandbox by Joe Hershberger · Wed Feb 04 21:56:53 2015 -0600
  60. 4f6e6d7 bootm: Factor out common parts of image decompression code by Simon Glass · Tue Dec 02 13:17:37 2014 -0700
  61. 632570c bootm: Use print_decomp_msg() in all cases by Simon Glass · Tue Dec 02 13:17:36 2014 -0700
  62. 5aeccc2 bootm: Export bootm_decomp_image() by Simon Glass · Tue Dec 02 13:17:33 2014 -0700
  63. 10ae419 bootm: Move compression progress/error messages into a function by Simon Glass · Tue Dec 02 13:17:30 2014 -0700
  64. 9d42830 x86: image: Add new image type for x64_64 by Simon Glass · Fri Oct 10 08:21:57 2014 -0600
  65. 9a1cb5d image: Fix Android boot image support by Ahmad Draidi · Thu Oct 23 20:50:07 2014 +0300
  66. 0129b52 x86: Support loading kernel setup from a FIT by Simon Glass · Sun Oct 19 21:11:24 2014 -0600
  67. c82ea37 bootm: make sure pass NULL when argc < 1 by Bryan Wu · Fri Aug 15 16:51:39 2014 -0700
  68. f5c377a image: fix bootm failure for FIT image by Bryan Wu · Fri Aug 15 16:51:38 2014 -0700
  69. 77bc927 bootm: use genimg_get_kernel_addr() by Bryan Wu · Thu Jul 31 17:40:00 2014 -0700
  70. a51991d Enhance fit_check_sign to check all images by Simon Glass · Thu Jun 12 07:24:53 2014 -0600
  71. 686f3bb bootm: Move decompression code into its own function by Simon Glass · Thu Jun 12 07:24:52 2014 -0600
  72. 0232ba7 Allow compiling common/bootm.c on with HOSTCC by Simon Glass · Thu Jun 12 07:24:51 2014 -0600
  73. 9504010 bootm: Support android boot on sandbox by Simon Glass · Thu Jun 12 07:24:48 2014 -0600
  74. a0c0b63 image: Remove the fit_load_image() property parameter by Simon Glass · Thu Jun 12 07:24:47 2014 -0600
  75. 3b5866d bootm: Split out code from cmd_bootm.c by Simon Glass · Thu Jun 12 07:24:46 2014 -0600