1. 2a58783 configs: Use old hush for several boards by Francis Laniel · 10 months ago
  2. 78912cf cmd: Set modern hush as default shell by Francis Laniel · 10 months ago
  3. c24cb3e cli: modern_hush: Add upstream commits up to 2nd October 2023. by Francis Laniel · 10 months ago
  4. 2223c49 test: hush: Fix loop tests for modern hush by Francis Laniel · 10 months ago
  5. e252f50 cli: hush_modern: Enable loops by Francis Laniel · 10 months ago
  6. 374b77e cli: hush_modern: Enable if keyword by Francis Laniel · 10 months ago
  7. d8b2563 cli: hush_modern: Enable using < and > as string compare operators by Francis Laniel · 10 months ago
  8. 410e78d test: hush: Fix variable expansion tests for modern hush by Francis Laniel · 10 months ago
  9. 6d3914f test: hush: Fix instructions list tests for modern hush by Francis Laniel · 10 months ago
  10. 3ea3c57 cli: add modern hush as parser for run_command*() by Francis Laniel · 10 months ago
  11. 3b13faf cli: hush_modern: Add functions to be called from run_command() by Francis Laniel · 10 months ago
  12. 74e4254 cli: hush_modern: Enable variables expansion for modern hush by Francis Laniel · 10 months ago
  13. 9a06837 cli: Enables using modern hush parser as command line parser by Francis Laniel · 10 months ago
  14. 6bb39f5 cmd: Add new cli command by Francis Laniel · 10 months ago
  15. 603a814 global_data.h: add GD_FLG_HUSH_OLD_PARSER flag by Francis Laniel · 10 months ago
  16. 30dcef8 cli: Add menu for hush parser by Francis Laniel · 10 months ago
  17. 8197f01 cli: Port upstream Busybox hush to U-Boot by Francis Laniel · 10 months ago
  18. b234f7e cli: Add Busybox upstream hush.c file by Francis Laniel · 10 months ago
  19. 432c997 test: hush: Test hush loops by Francis Laniel · 10 months ago
  20. 2a70fea test: hush: Test hush commands list by Francis Laniel · 10 months ago
  21. 261d29e test: hush: Test hush variable expansion by Francis Laniel · 10 months ago
  22. 4dc305f test/py: hush_if_test: Remove the test file by Francis Laniel · 10 months ago
  23. d3bc2c5 test: hush: Test hush if/else by Francis Laniel · 10 months ago
  24. cb1277c test: Add framework to test hush behavior by Francis Laniel · 10 months ago
  25. 4b15156 bootmeth: pass size to efi_binary_run() by Heinrich Schuchardt · 10 months ago
  26. 7c4647b Merge patch series "Complete decoupling of bootm logic from commands" by Tom Rini · 10 months ago
  27. d37086a bootm: Create a new boot_run() function to handle booting by Simon Glass · 10 months ago
  28. e7683c3 bootm: Create a function to run through the booti states by Simon Glass · 10 months ago
  29. e4cee64 stm32: Use bootm_run() and bootz_run() by Simon Glass · 10 months ago
  30. 3405c9b bootm: Create a function to run through the bootz states by Simon Glass · 10 months ago
  31. 6b50aff stm32: Use local vars in stm32prog for initrd and fdt by Simon Glass · 10 months ago
  32. e1a24c0 bootm: Create a function to run through the bootm states by Simon Glass · 10 months ago
  33. 725ddf1 bootm: Tidy up boot_selected_os() by Simon Glass · 10 months ago
  34. b5d397f bootm: Rename do_bootm_states() to bootm_run_states() by Simon Glass · 10 months ago
  35. a6c4916 bootm: Drop arguments from do_bootm_states() by Simon Glass · 10 months ago
  36. 31fda96 bootz: Avoid use of #ifdef by Simon Glass · 10 months ago
  37. 0c96b68 booti: Avoid use of #ifdef by Simon Glass · 10 months ago
  38. e370e3d bootm: Move do_bootm_states() comment to header file by Simon Glass · 10 months ago
  39. c2211ff bootm: Add more fields to bootm_info by Simon Glass · 10 months ago
  40. a48336e bootm: Adjust arguments of boot_os_fn by Simon Glass · 10 months ago
  41. c492162 bootm: Create a struct for argument information by Simon Glass · 10 months ago
  42. 59ca40a sandbox: bootm: Enable more bootm OS methods by Simon Glass · 10 months ago
  43. 6443a3d bootm: Adjust how the board is reset by Simon Glass · 10 months ago
  44. c35bfd0 riscv: Add a reset_cpu() function by Simon Glass · 10 months ago
  45. 6557eb7 nios2: Add a reset_cpu() function by Simon Glass · 10 months ago
  46. 5ee545a ppc: Add a reset_cpu() function by Simon Glass · 10 months ago
  47. 79353aa m68k: Add a reset_cpu() function by Simon Glass · 10 months ago
  48. 4f4490a mips: Add a reset_cpu() function by Simon Glass · 10 months ago
  49. ced928b Merge branch '2023-12-21-assorted-updates-and-fixes' into next by Tom Rini · 10 months ago
  50. fa78301 lib: rsa: Print detailed error info in rsa_engine_init() on engine resolution failure by Csókás Bence · 10 months ago
  51. 63a2a50 board/keymile/kmcent2: fix update-nor indentation by Tomas Alvarez Vanoli · 10 months ago
  52. d3db45c iommu: add qcom-hyp-smmu by Caleb Connolly · 10 months ago
  53. 76c53da iommu: add a connect op by Caleb Connolly · 10 months ago
  54. e96ecbe iommu: fix compilation when CONFIG_PCI disabled by Caleb Connolly · 10 months ago
  55. f1b809c configs: verdin-am62: Disable SPL FIT Overlay by Francesco Dolcini · 10 months ago
  56. e91d660 boot: add support for fdt_fixup command in environment by Matthias Schiffer · 10 months ago
  57. 0d72b0f include: env: ti: ti_common: Run main_cpsw0_qsgmii_phyinit conditionally by Manorit Chawdhry · 10 months ago
  58. cd57cf9 fs: Fix SPL build if FS_LOADER is enabled by Mayuresh Chitale · 11 months ago
  59. ae797e0 Merge branch '2023-12-21-header-inclusion-cleanup' into next by Tom Rini · 10 months ago
  60. 467382c lib: Remove <common.h> inclusion from these files by Tom Rini · 10 months ago
  61. 1e8ce11 include: Further cleanup includes by Tom Rini · 10 months ago
  62. 4abbed7 display_options: Clean up headers by Tom Rini · 10 months ago
  63. c38cb22 efi_loader: Remove <common.h> by Tom Rini · 10 months ago
  64. d1f072a rmobile: Add <mach/rmobile.h> to cpu_info-rzg2l.c by Tom Rini · 10 months ago
  65. bc9c7cc lib/sha*.c: Update header list by Tom Rini · 10 months ago
  66. 071cf27 global: Rework architecture global_data.h to include <linux/types.h> by Tom Rini · 10 months ago
  67. f90dee1 m68k: Rework asm/global_data.h slightly by Tom Rini · 10 months ago
  68. 9d7f634 sandbox: Add <linux/types.h> to asm/global_data.h and asm/io.h by Tom Rini · 10 months ago
  69. 78e326d arm: Remove <asm/types.h> from asm/global_data.h by Tom Rini · 10 months ago
  70. ac2370a global: Remove duplicate common.h inclusions by Tom Rini · 10 months ago
  71. cb3ce95 global: Drop common.h inclusion by Tom Rini · 10 months ago
  72. 460b2c0 sandbox: Audit config.h and common.h usage by Tom Rini · 10 months ago
  73. 7776960 arm: Partial cleanup and audit usage of <config.h> by Tom Rini · 10 months ago
  74. 28388f4 arc: Cleanup and audit usage of <config.h> by Tom Rini · 10 months ago
  75. 10be393 qe: Add <config.h> to linux/immap_qe.h by Tom Rini · 10 months ago
  76. b106961 global: Restrict use of '#include <linux/kconfig.h>' by Tom Rini · 10 months ago
  77. 36d3db6 Merge branch '2023-12-20-assorted-general-updates' into next by Tom Rini · 10 months ago
  78. a0d0e13 Merge tag 'u-boot-imx-next-20231220' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · 10 months ago
  79. 97135d9 cmd: part: Cover both part type entries with GUID ifdef by Marek Vasut · 10 months ago
  80. 738b346 smbios: Fallback to the default DT if sysinfo nodes are missing by Ilias Apalodimas · 11 months ago
  81. a986cce smbios: Simplify reporting of unknown values by Ilias Apalodimas · 11 months ago
  82. 4268ef9 pxe_utils: Increase feedback to user when fdt file is not found by Michael Trimarchi · 11 months ago
  83. 8a72d19 colibri-imx8x: configure usb hub to bypass mode by Andrejs Cainikovs · 10 months ago
  84. 9c59447 colibri-imx8x: remove -u-boot.dtsi include by Andrejs Cainikovs · 10 months ago
  85. 6a77fb3 apalis-imx8: remove -u-boot.dtsi include by Andrejs Cainikovs · 10 months ago
  86. e2449ee board: phytec: phytec_som_detection: fix uninitialized bug by Yannic Moog · 10 months ago
  87. aa7858f board: phytec: som_detection: move definitions to source file by Yannic Moog · 10 months ago
  88. 71714cd board: phytec: phytec_som_detection: fix eeprom_data zero check by Yannic Moog · 10 months ago
  89. da37f78 board: phytec: imx8m_som_detection: fix uninitialized pointer bug by Yannic Moog · 10 months ago
  90. e2be177 board: phytec: imx8m_som_detection: change phytec_imx8m_detect return type by Yannic Moog · 10 months ago
  91. cd3387f configs: imx8m{m, n, p}_venice_defconfig: add arch_misc_init by Tim Harvey · 10 months ago
  92. c068919 arm: dts: imx8mp-venice-gw72xx: add TPM device by Tim Harvey · 11 months ago
  93. b1c40d0 arm: dts: imx8mm-venice-gw72xx: add TPM device by Tim Harvey · 11 months ago
  94. 2264bfb mxs: Fix VDDx brownout interrupt disable/enable by Cody Green · 1 year, 4 months ago
  95. 0de448d command: Move command completion temporary buffer to stack by Marek Vasut · 11 months ago
  96. 400cb2a command: Allocate history buffer using calloc() by Marek Vasut · 11 months ago
  97. 921f63e bootflow: Allow setting a cmdline arg with no value by Simon Glass · 11 months ago
  98. 7481632 bootm: Fix flags used for bootargs string substitution by Piotr Kubik · 11 months ago
  99. 785834d arm: afs: Set the filesize env. var. on load by Robert Catherall · 11 months ago
  100. ece85cc rsa: use pkcs11 uri as defined in rfc7512 by Ayoub Zaki · 1 year, 2 months ago