1. 8632b36 command: Introduce functions to obtain command arguments by Simon Glass · 1 year ago
  2. 1047b53 bootstd: Introduce programmatic boot by Simon Glass · 1 year ago
  3. 984e6fe bootm: Reduce arguments to bootm_find_other() by Simon Glass · 1 year ago
  4. 65f0bfe bootm: Add a function to check overlap by Simon Glass · 1 year ago
  5. 3ac85bd bootm: Adjust the parameters of bootm_find_images() by Simon Glass · 1 year ago
  6. b020254 bootm: optee: Drop special call to bootm_find_other() by Simon Glass · 1 year ago
  7. e2fc90e bootm: efi: Drop special call to bootm_find_other() by Simon Glass · 1 year ago
  8. 46aee25 bootm: Simplify Android ramdisk addr in bootm_find_images() by Simon Glass · 1 year ago
  9. 9645628 bootm: Reduce arguments to boot_get_loadables() by Simon Glass · 1 year ago
  10. 745367b bootm: Reduce arguments to boot_get_fpga() by Simon Glass · 1 year ago
  11. 0aa923a bootm: Reduce arguments to boot_get_fdt() by Simon Glass · 1 year ago
  12. ba5e3f7 bootm: Pass image buffer to boot_get_fdt() by Simon Glass · 1 year ago
  13. 972d524 bootm: Drop #ifdef in bootm_find_images() by Simon Glass · 1 year ago
  14. 813f75d fdt: Allow use of fdt_support inside if() statements by Simon Glass · 1 year ago
  15. 8eda15b bootm: Reduce arguments to boot_get_ramdisk() by Simon Glass · 1 year ago
  16. 3e3bd5b bootm: Reduce arguments to bootm_find_os() by Simon Glass · 1 year ago
  17. b13e948 bootm: Move error printing out of boot_get_kernel() by Simon Glass · 1 year ago
  18. bdfa1b6 bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO by Simon Glass · 1 year ago
  19. 4c76f5e bootm: Use the error return from boot_get_kernel() by Simon Glass · 1 year ago
  20. 4f77169 bootm: Adjust position of unmap_sysmem() in boot_get_kernel() by Simon Glass · 1 year ago
  21. 7721e71 bootm: Adjust boot_get_kernel() to return an error by Simon Glass · 1 year ago
  22. 429acb3 image: Document error codes from fit_image_load() by Simon Glass · 1 year ago
  23. 820110c bootm: Reduce arguments to boot_get_kernel() by Simon Glass · 1 year ago
  24. 530cc47 image: Tidy up genimg_get_kernel_addr_fit() by Simon Glass · 1 year ago
  25. 7f3b1ee bootm: Move boot_get_kernel() higher in the file by Simon Glass · 1 year ago
  26. 921070b bootm: Simplify arguments for bootm_pre_load() by Simon Glass · 1 year ago
  27. a50e886 bootm: Drop arguments from bootm_start() by Simon Glass · 1 year ago
  28. e62714c bootstd: Add missing header file from bootdev.h by Simon Glass · 1 year ago
  29. 10c398d treewide: Tidy up semicolon after command macros by Simon Glass · 1 year ago
  30. f7fac5e mmc: env: Unify the U_BOOT_ENV_LOCATION conditions by Simon Glass · 1 year ago
  31. 1d38722 README: Correct docs for CONFIG_SPL_BUILD by Simon Glass · 1 year ago
  32. b1f8b56 arm: x86: Drop discarding of command linker-lists by Simon Glass · 1 year ago
  33. 1125e29 bootm: Enable legacy VxWorks booting from FITs by Sean Anderson · 1 year, 1 month ago
  34. be07246 Merge tag 'u-boot-stm32-20231113' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · 1 year, 1 month ago
  35. 01a7019 stm32mp2: initial support by Patrice Chotard · 1 year, 1 month ago
  36. 970d167 ARM: dts: stm32: Add STM32MP257F Evaluation board support by Patrice Chotard · 1 year, 1 month ago
  37. 778f4ea pinctrl: pinctrl_stm32: Add stm32mp2 support by Patrice Chotard · 1 year, 1 month ago
  38. 6261cf6 serial: stm32: Fix AARCH64 compilation warnings by Patrice Chotard · 1 year, 1 month ago
  39. 3e0b12a stm32mp: bsec: Fix AARCH64 compilation warnings by Patrice Chotard · 1 year, 1 month ago
  40. 75ba0fd stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MP by Patrice Chotard · 1 year, 1 month ago
  41. ee15c72 stm32mp: dram_init: Fix AARCH64 compilation warnings by Patrick Delaunay · 1 year, 1 month ago
  42. dba8d92 stm32mp: dram_init: Get RAM size from DT if no RAM driver found by Patrice Chotard · 1 year, 1 month ago
  43. 2f9886c arm: caches: Make DCACHE_DEFAULT_OPTION accessible for ARM64 arch by Patrice Chotard · 1 year, 1 month ago
  44. 3b6db69 Merge branch '2023-11-10-improve-semihosting-armv6' into next by Tom Rini · 1 year, 1 month ago
  45. 47cfdb2 arm: semihosting: Support semihosting fallback on 32-bit ARM by Sean Anderson · 1 year, 1 month ago
  46. 6ef83ab arm: semihosting: Fix returning from traps on ARMv6 and lower by Sean Anderson · 1 year, 1 month ago
  47. 298c26c arm: Fix software interrupt handler by Sean Anderson · 1 year, 1 month ago
  48. b630f8b scsi: Forceably finish migration to DM_SCSI by Tom Rini · 1 year, 1 month ago
  49. 1e4d9dd Merge branch '2023-11-07-assorted-big-cleanups' into next by Tom Rini · 1 year, 1 month ago
  50. d7f592d x86: Drop <common.h> from remaining header files by Tom Rini · 1 year, 1 month ago
  51. e8acfd2 arm: Drop <common.h> from remaining header files by Tom Rini · 1 year, 1 month ago
  52. 4935b15 sandbox: Drop <common.h> by Tom Rini · 1 year, 1 month ago
  53. ac23bb6 ti: k3: Drop <common.h> usage by Tom Rini · 1 year, 1 month ago
  54. 7f38e9c include: Drop <common.h> from include lists by Tom Rini · 1 year, 1 month ago
  55. c675222 include/linux/mii.h: Add <linux/types.h> by Tom Rini · 1 year, 1 month ago
  56. 678be88 fsl-mc: Add prototype for bd_info by Tom Rini · 1 year, 1 month ago
  57. 43f8542 ls2080aqds: Add missing headers to eth_ls1088aqds.c by Tom Rini · 1 year, 1 month ago
  58. 71b68b2 ls1088a: Add missing headers to eth_ls1088aqds.c by Tom Rini · 1 year, 1 month ago
  59. 322ca74 pg-wcom-ls102xa: Include <config.h> in the board file by Tom Rini · 1 year, 1 month ago
  60. 8db127d powerpc: Rework <asm/fsl_lbc.h> includes by Tom Rini · 1 year, 1 month ago
  61. 2dbb496 qe: Add <asm/ppc.h> on PowerPC by Tom Rini · 1 year, 1 month ago
  62. 639eab4 mpc85xx: Add missing include in mpc85xx_sleep.c by Tom Rini · 1 year, 1 month ago
  63. dd1365c powerpc: mpc83xx: Rework includes slightly by Tom Rini · 1 year, 1 month ago
  64. 362d84c spi: Add <errno.h> to spi-mem-nodm.c by Tom Rini · 1 year, 1 month ago
  65. 3cb2e7c omap3: Add <asm/arch/omap3.h> to <asm/arch/cpu.h> by Tom Rini · 1 year, 1 month ago
  66. 5faf66a fsl_qe: Drop common.h by Tom Rini · 1 year, 1 month ago
  67. dcda1f2 display_options.h: Correct includes by Tom Rini · 1 year, 1 month ago
  68. 704b6d8 powerpc: Switch <asm/global_data.h> to <linux/types.h> by Tom Rini · 1 year, 1 month ago
  69. 2a7ea65 m68k: Remove CONFIG_FSLDMAFEC by Tom Rini · 1 year, 1 month ago
  70. 56ea7c8 CI, pytest: Add a test for sandbox without LTO by Tom Rini · 1 year, 1 month ago
  71. 703b5b3 sandbox: Add a test for disabling CONFIG_CMDLINE by Simon Glass · 1 year, 1 month ago
  72. d563bb5 clk_k210.c: Clean up how we handle nop by Tom Rini · 1 year, 1 month ago
  73. eff0aa4 sandbox: Add <asm/barrier.h> by Tom Rini · 1 year, 1 month ago
  74. 512369a sandbox: Avoid requiring CMDLINE by Simon Glass · 1 year, 1 month ago
  75. 909b15c sandbox: Disable CONFIG_DISTRO_DEFAULTS by Simon Glass · 1 year, 1 month ago
  76. f1b6715 block: rkmtd: select CONFIG_RANDOM_UUID explicitly by AKASHI Takahiro · 1 year, 1 month ago
  77. a4dc3d5 lib: uuid: move CONFIG_RANDOM_UUID by AKASHI Takahiro · 1 year, 1 month ago
  78. 3165565 fastboot: Depend on CMDLINE by Tom Rini · 1 year, 1 month ago
  79. 88d9b26 cmd: Make most commands depend on CMDLINE by Simon Glass · 1 year, 1 month ago
  80. dbdb4b3 boot: Make preboot and bootcmd require CMDLINE by Tom Rini · 1 year, 1 month ago
  81. 558787f bootmeth_script: Depend on CMDLINE by Tom Rini · 1 year, 1 month ago
  82. 0b59c13 bootmeth_cros: Require bootm.o and bootm_os.o by Tom Rini · 1 year, 1 month ago
  83. 9d298c9 boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT by Tom Rini · 1 year, 1 month ago
  84. 2180a45 boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabled by Tom Rini · 1 year, 1 month ago
  85. fc97d93 boot: Make DISTRO_DEFAULTS select CMDLINE by Tom Rini · 1 year, 1 month ago
  86. 5bcfc7a autoboot: Correct dependencies on CMDLINE by Simon Glass · 1 year, 1 month ago
  87. 0bb4abd bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFI by Tom Rini · 1 year, 1 month ago
  88. 422822c efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGR by Simon Glass · 1 year, 1 month ago
  89. 2cb52fb cli_simple: Rework this support slightly by Tom Rini · 1 year, 1 month ago
  90. d83f4e6 video: Don't require the font command by Simon Glass · 1 year, 1 month ago
  91. 8b88891 test: Make UNIT_TEST depend on CMDLINE by Simon Glass · 1 year, 1 month ago
  92. d972192 env: Move env_set() out of cmd/nvedit.c and in to env/common.c by Tom Rini · 1 year, 1 month ago
  93. d900449 Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/Kconfig by Tom Rini · 1 year, 1 month ago
  94. bfaa048 qemu: Correct CMD_QFW dependencies in Kconfig by Tom Rini · 1 year, 1 month ago
  95. 54ecce2 version: Separate our version string from the version command by Tom Rini · 1 year, 1 month ago
  96. 9f8b150 dfu: Make DFU_TFTP depend on NETDEVICES by Tom Rini · 1 year, 1 month ago
  97. a8a53cf virtio: Make VIRTIO_NET depend on NETDEVICES by Tom Rini · 1 year, 1 month ago
  98. dc31418 buildman: Use oldconfig when adjusting the config by Simon Glass · 1 year, 1 month ago
  99. 3af0e95 Prepare v2024.01-rc2 by Tom Rini · 1 year, 1 month ago
  100. 9e0864f configs: Resync with savedefconfig by Tom Rini · 1 year, 1 month ago