1. f727cc1 spl: Convert ext to use spl_load by Sean Anderson · 1 year, 1 month ago
  2. 3a4a2b7 spl: Add generic spl_load function by Sean Anderson · 1 year, 1 month ago
  3. 8cba988 test: spl: Support testing LEGACY_LZMA filesystem images by Sean Anderson · 1 year, 1 month ago
  4. ce9ffb9 spl: legacy: Split off LZMA decompression into its own function by Sean Anderson · 1 year, 1 month ago
  5. 06dce4c spl: nand: Remove spl_nand_legacy_read by Sean Anderson · 1 year, 1 month ago
  6. 35f15fe spl: Only support bl_len when we have to by Sean Anderson · 1 year, 1 month ago
  7. fcb9176 spl: Remove filename from spl_load_info by Sean Anderson · 1 year, 1 month ago
  8. b27c5f8 spl: Set FAT bl_len to ARCH_DMA_MINALIGN by Sean Anderson · 1 year, 1 month ago
  9. 7d8d613 spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · 1 year, 1 month ago
  10. f97fc6d spl: Take advantage of bl_len's power-of-twoness by Sean Anderson · 1 year, 1 month ago
  11. 2b5f9c8 spl: Remove dev from spl_load_info by Sean Anderson · 1 year, 1 month ago
  12. 05a9e04 spl: Remove NULL assignments in spl_load_info by Sean Anderson · 1 year, 1 month ago
  13. 0087ec0 spl: semihosting: Don't close fd before spl_load_simple_fit by Sean Anderson · 1 year, 1 month ago
  14. 4d9e0f6 spl: Make SHOW_ERRORS depend on LIBCOMMON by Sean Anderson · 1 year, 1 month ago
  15. 9330878 arm: Disable SPL_FS_FAT when it isn't used by Sean Anderson · 1 year, 1 month ago
  16. cc35160 spl: blk_fs: Fix uninitialized return value when we can't get a blk_desc by Sean Anderson · 1 year, 1 month ago
  17. 9bab2f1 Merge patch series "nand: Add sandbox tests" by Tom Rini · 1 year ago
  18. 97c0aaf arm: Enable SYS_THUMB_BUILD on AT91 by Sean Anderson · 1 year, 1 month ago
  19. 765dc6a test: spl: Add a test for NAND by Sean Anderson · 1 year, 1 month ago
  20. 326422b nand: Add sandbox driver by Sean Anderson · 1 year, 1 month ago
  21. 988996f arch: sandbox: Add function to create temporary files by Sean Anderson · 1 year, 1 month ago
  22. 28e2eaf nand: Allow reinitialization by Sean Anderson · 1 year, 1 month ago
  23. 96fc205 nand: Add function to unregister NAND devices by Sean Anderson · 1 year, 1 month ago
  24. 55d6f04 mtd: Add some fallbacks for add/del_mtd_device by Sean Anderson · 1 year, 1 month ago
  25. 34ec166 mtd: Rename SPL_MTD_SUPPORT to SPL_MTD by Sean Anderson · 1 year, 1 month ago
  26. 6f5be66 spl: nand: Map memory before accessing it by Sean Anderson · 1 year, 1 month ago
  27. 23230f7 cmd: nand: Map memory before accessing it by Sean Anderson · 1 year, 1 month ago
  28. 8805f9d spl: nand: Set bl_len to page size by Sean Anderson · 1 year, 1 month ago
  29. ef3d458 spl: legacy: Honor bl_len when decompressing by Sean Anderson · 1 year, 1 month ago
  30. ec66ca8 nand: spl_loaders: Only read enough pages to load the image by Sean Anderson · 1 year, 1 month ago
  31. 11a4c70 nand: Calculate SYS_NAND_BLOCK_PAGES (neé SYS_NAND_PAGE_COUNT) automatically by Sean Anderson · 1 year, 1 month ago
  32. e476f11 nand: Don't dereference NULL manufacturer_desc by Sean Anderson · 1 year, 1 month ago
  33. 5efc7ce spl: nand: Fix NULL-pointer dereference by Sean Anderson · 1 year, 1 month ago
  34. 34d4a82 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. d29531c stm32mp2: initial support by Patrice Chotard · 1 year, 1 month ago
  36. ca7289e ARM: dts: stm32: Add STM32MP257F Evaluation board support by Patrice Chotard · 1 year, 1 month ago
  37. 692f872 pinctrl: pinctrl_stm32: Add stm32mp2 support by Patrice Chotard · 1 year, 1 month ago
  38. f93f92b serial: stm32: Fix AARCH64 compilation warnings by Patrice Chotard · 1 year, 1 month ago
  39. 1115c30 stm32mp: bsec: Fix AARCH64 compilation warnings by Patrice Chotard · 1 year, 1 month ago
  40. 5501e38 stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MP by Patrice Chotard · 1 year, 1 month ago
  41. 4c06377 stm32mp: dram_init: Fix AARCH64 compilation warnings by Patrick Delaunay · 1 year, 1 month ago
  42. 0f0faea stm32mp: dram_init: Get RAM size from DT if no RAM driver found by Patrice Chotard · 1 year, 1 month ago
  43. 4d776d0 arm: caches: Make DCACHE_DEFAULT_OPTION accessible for ARM64 arch by Patrice Chotard · 1 year, 1 month ago
  44. 2cd0f78 Merge branch '2023-11-10-improve-semihosting-armv6' into next by Tom Rini · 1 year, 1 month ago
  45. bf641f2 arm: semihosting: Support semihosting fallback on 32-bit ARM by Sean Anderson · 1 year, 1 month ago
  46. 6ae865f arm: semihosting: Fix returning from traps on ARMv6 and lower by Sean Anderson · 1 year, 1 month ago
  47. e82259c arm: Fix software interrupt handler by Sean Anderson · 1 year, 1 month ago
  48. 15a2ab5 scsi: Forceably finish migration to DM_SCSI by Tom Rini · 1 year, 1 month ago
  49. 4071efe Merge branch '2023-11-07-assorted-big-cleanups' into next by Tom Rini · 1 year, 1 month ago
  50. 91a503f x86: Drop <common.h> from remaining header files by Tom Rini · 1 year, 1 month ago
  51. bf05dea arm: Drop <common.h> from remaining header files by Tom Rini · 1 year, 1 month ago
  52. 9dbd24e sandbox: Drop <common.h> by Tom Rini · 1 year, 1 month ago
  53. 3e073c1 ti: k3: Drop <common.h> usage by Tom Rini · 1 year, 1 month ago
  54. 528bca8 include: Drop <common.h> from include lists by Tom Rini · 1 year, 1 month ago
  55. dcf4de1 include/linux/mii.h: Add <linux/types.h> by Tom Rini · 1 year, 1 month ago
  56. 0427440 fsl-mc: Add prototype for bd_info by Tom Rini · 1 year, 1 month ago
  57. 44de6a9 ls2080aqds: Add missing headers to eth_ls1088aqds.c by Tom Rini · 1 year, 1 month ago
  58. b08c38f ls1088a: Add missing headers to eth_ls1088aqds.c by Tom Rini · 1 year, 1 month ago
  59. 1017b0c pg-wcom-ls102xa: Include <config.h> in the board file by Tom Rini · 1 year, 1 month ago
  60. d8d716a powerpc: Rework <asm/fsl_lbc.h> includes by Tom Rini · 1 year, 1 month ago
  61. cbac7b2 qe: Add <asm/ppc.h> on PowerPC by Tom Rini · 1 year, 1 month ago
  62. aa956e5 mpc85xx: Add missing include in mpc85xx_sleep.c by Tom Rini · 1 year, 1 month ago
  63. 7a21355 powerpc: mpc83xx: Rework includes slightly by Tom Rini · 1 year, 1 month ago
  64. e8ea29d spi: Add <errno.h> to spi-mem-nodm.c by Tom Rini · 1 year, 1 month ago
  65. 25a19ec omap3: Add <asm/arch/omap3.h> to <asm/arch/cpu.h> by Tom Rini · 1 year, 1 month ago
  66. 742c856 fsl_qe: Drop common.h by Tom Rini · 1 year, 1 month ago
  67. b5a3ed3 display_options.h: Correct includes by Tom Rini · 1 year, 1 month ago
  68. 10599d6 powerpc: Switch <asm/global_data.h> to <linux/types.h> by Tom Rini · 1 year, 1 month ago
  69. fa9af72 m68k: Remove CONFIG_FSLDMAFEC by Tom Rini · 1 year, 1 month ago
  70. 773f1ed CI, pytest: Add a test for sandbox without LTO by Tom Rini · 1 year, 1 month ago
  71. eb0a7eb sandbox: Add a test for disabling CONFIG_CMDLINE by Simon Glass · 1 year, 1 month ago
  72. 9576a3b clk_k210.c: Clean up how we handle nop by Tom Rini · 1 year, 1 month ago
  73. 55e9619 sandbox: Add <asm/barrier.h> by Tom Rini · 1 year, 1 month ago
  74. c13bbdc sandbox: Avoid requiring CMDLINE by Simon Glass · 1 year, 1 month ago
  75. b1dee9e sandbox: Disable CONFIG_DISTRO_DEFAULTS by Simon Glass · 1 year, 1 month ago
  76. 6b94749 block: rkmtd: select CONFIG_RANDOM_UUID explicitly by AKASHI Takahiro · 1 year, 1 month ago
  77. d1e3158 lib: uuid: move CONFIG_RANDOM_UUID by AKASHI Takahiro · 1 year, 1 month ago
  78. dff6817 fastboot: Depend on CMDLINE by Tom Rini · 1 year, 1 month ago
  79. d4ebc6b cmd: Make most commands depend on CMDLINE by Simon Glass · 1 year, 1 month ago
  80. dc3bf2d boot: Make preboot and bootcmd require CMDLINE by Tom Rini · 1 year, 1 month ago
  81. 9bf470a bootmeth_script: Depend on CMDLINE by Tom Rini · 1 year, 1 month ago
  82. 350198e bootmeth_cros: Require bootm.o and bootm_os.o by Tom Rini · 1 year, 1 month ago
  83. ec8d160 boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT by Tom Rini · 1 year, 1 month ago
  84. 984bfdc boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabled by Tom Rini · 1 year, 1 month ago
  85. 045245b boot: Make DISTRO_DEFAULTS select CMDLINE by Tom Rini · 1 year, 1 month ago
  86. 7dee9dc autoboot: Correct dependencies on CMDLINE by Simon Glass · 1 year, 1 month ago
  87. 3c9b3b5 bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFI by Tom Rini · 1 year, 1 month ago
  88. d1e46f0 efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGR by Simon Glass · 1 year, 1 month ago
  89. 5a34753 cli_simple: Rework this support slightly by Tom Rini · 1 year, 1 month ago
  90. 9faa7a3 video: Don't require the font command by Simon Glass · 1 year, 1 month ago
  91. 2a4df7c test: Make UNIT_TEST depend on CMDLINE by Simon Glass · 1 year, 1 month ago
  92. b8ca93f env: Move env_set() out of cmd/nvedit.c and in to env/common.c by Tom Rini · 1 year, 1 month ago
  93. 90818d5 Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/Kconfig by Tom Rini · 1 year, 1 month ago
  94. bbf245d qemu: Correct CMD_QFW dependencies in Kconfig by Tom Rini · 1 year, 1 month ago
  95. 6885dc8 version: Separate our version string from the version command by Tom Rini · 1 year, 1 month ago
  96. 492e818 dfu: Make DFU_TFTP depend on NETDEVICES by Tom Rini · 1 year, 1 month ago
  97. 21c91c9 virtio: Make VIRTIO_NET depend on NETDEVICES by Tom Rini · 1 year, 1 month ago
  98. d6c1ec8 buildman: Use oldconfig when adjusting the config by Simon Glass · 1 year, 1 month ago
  99. 6351f41 Prepare v2024.01-rc2 by Tom Rini · 1 year, 1 month ago
  100. 15ba722 configs: Resync with savedefconfig by Tom Rini · 1 year, 1 month ago