1. bb07cdb bootm: Move arm64-image processing later by Simon Glass · 1 year, 2 months ago
  2. 30ad636 image: Show the load address when decompressing by Simon Glass · 1 year, 2 months ago
  3. cedcf38 image: Correct load_bug typo by Simon Glass · 1 year, 2 months ago
  4. 9e4b422 Merge tag 'efi-next-18112023' of https://source.denx.de/u-boot/custodians/u-boot-tpm into next by Tom Rini · 1 year, 2 months ago
  5. c022eed doc: uefi: add HTTP Boot support by Masahisa Kojima · 1 year, 2 months ago
  6. f01c961 cmd: efidebug: add uri device path by Masahisa Kojima · 1 year, 2 months ago
  7. d7d07a8 efi_loader: support boot from URI device path by Masahisa Kojima · 1 year, 2 months ago
  8. e0d1a1e efi_loader: add return to efibootmgr event group by Masahisa Kojima · 1 year, 2 months ago
  9. e23c8e8 efi_loader: add missing const classifier for event service by Masahisa Kojima · 1 year, 2 months ago
  10. 550862b efi_loader: Boot var automatic management by Raymond Mao · 1 year, 2 months ago
  11. d822255 blk: blkmap: add ramdisk creation utility function by Masahisa Kojima · 1 year, 2 months ago
  12. 8cf18da net: wget: add wget with dns utility function by Masahisa Kojima · 1 year, 2 months ago
  13. 04592ad net: wget: prevent overwriting reserved memory by Masahisa Kojima · 1 year, 2 months ago
  14. ae7ec8b Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · 1 year, 2 months ago
  15. b83fae6 blk: Drop reference to DM_SPL by Simon Glass · 1 year, 2 months ago
  16. a074083 dm: core: Correct reference to DM_SPL in SPL_DM_STATS by Simon Glass · 1 year, 2 months ago
  17. 6d6ea52 fs: btrfs: fix reading when length specified by Sam Edwards · 1 year, 2 months ago
  18. dfeb4f0 cmd: bcb: extend BCB C API to allow read/write the fields by Dmitrii Merkurev · 1 year, 2 months ago
  19. a654369 cmd: bcb: support various block device interfaces for BCB command by Dmitrii Merkurev · 1 year, 2 months ago
  20. 66a3618 poplar: provide more space for kernel image by Igor Opaniuk · 1 year, 2 months ago
  21. 01201db poplar: use random mac address by Igor Opaniuk · 1 year, 2 months ago
  22. 13248d6 treewide: use linux/time.h for time conversion defines by Igor Prusov · 1 year, 2 months ago
  23. 3542550 spi: meson_spifc_a1: Use define for time interval by Igor Prusov · 1 year, 2 months ago
  24. d7ce04c linux/time.h: Add Linux time conversion defines by Igor Prusov · 1 year, 2 months ago
  25. 7667bde fs: ext4: Remove unused parameter from ext4_mount by Sean Anderson · 1 year, 2 months ago
  26. da35ab6 sysreset: Fix unsupported request return values by Paul Barker · 1 year, 2 months ago
  27. 15e871f board: cssi: Remove usage of common.h by Christophe Leroy · 1 year, 2 months ago
  28. 80ac19f powerpc: mpc8xx: Remove usage of common.h by Christophe Leroy · 1 year, 2 months ago
  29. fa894a3 fs/squashfs: enable LZ4 compression support by David Oberhollenzer · 1 year, 2 months ago
  30. 99374ff fs/squashfs: remove unused declarations by David Oberhollenzer · 1 year, 2 months ago
  31. 2a1812d test: eth: Don't crash if env_get returns NULL by Sean Anderson · 1 year, 3 months ago
  32. 1125e29 bootm: Enable legacy VxWorks booting from FITs by Sean Anderson · 1 year, 3 months ago
  33. 6c1608b Merge patch series "spl: Use common function for loading/parsing images" by Tom Rini · 1 year, 2 months ago
  34. 54a8d84 spl: fat: Add option to disable DMA alignment by Sean Anderson · 1 year, 2 months ago
  35. 14509a2 spl: spi: Consolidate spi_load_image_os into spl_spi_load_image by Sean Anderson · 1 year, 2 months ago
  36. a04d5f6 spl: Convert spi to spl_load by Sean Anderson · 1 year, 2 months ago
  37. 9b9c6aa spl: Convert semihosting to spl_load by Sean Anderson · 1 year, 2 months ago
  38. 6029a0e spl: Convert NVMe to spl_load by Sean Anderson · 1 year, 2 months ago
  39. cbe8657 spl: Convert nor to spl_load by Sean Anderson · 1 year, 2 months ago
  40. 2e5476b spl: Convert net to spl_load by Sean Anderson · 1 year, 2 months ago
  41. 11f8346 spl: Convert nand to spl_load by Sean Anderson · 1 year, 2 months ago
  42. 5d3401a spl: Convert mmc to spl_load by Sean Anderson · 1 year, 2 months ago
  43. 682184e spl: Convert fat to spl_load by Sean Anderson · 1 year, 2 months ago
  44. b8ed722 spl: Convert ext to use spl_load by Sean Anderson · 1 year, 2 months ago
  45. 7750741 spl: Add generic spl_load function by Sean Anderson · 1 year, 2 months ago
  46. 5b3debc test: spl: Support testing LEGACY_LZMA filesystem images by Sean Anderson · 1 year, 2 months ago
  47. efe92cd spl: legacy: Split off LZMA decompression into its own function by Sean Anderson · 1 year, 2 months ago
  48. 0ddfa86 spl: nand: Remove spl_nand_legacy_read by Sean Anderson · 1 year, 2 months ago
  49. 5271e35 spl: Only support bl_len when we have to by Sean Anderson · 1 year, 2 months ago
  50. afdd2d9 spl: Remove filename from spl_load_info by Sean Anderson · 1 year, 2 months ago
  51. b63664b spl: Set FAT bl_len to ARCH_DMA_MINALIGN by Sean Anderson · 1 year, 2 months ago
  52. 73c40fc spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · 1 year, 2 months ago
  53. 33c8d01 spl: Take advantage of bl_len's power-of-twoness by Sean Anderson · 1 year, 2 months ago
  54. 5e6a112 Merge patch series "nand: Add sandbox tests" by Tom Rini · 1 year, 2 months ago
  55. 0c6c83e spl: Remove dev from spl_load_info by Sean Anderson · 1 year, 2 months ago
  56. feaeb8f spl: Remove NULL assignments in spl_load_info by Sean Anderson · 1 year, 2 months ago
  57. 517e708 spl: semihosting: Don't close fd before spl_load_simple_fit by Sean Anderson · 1 year, 2 months ago
  58. 06b1bca spl: Make SHOW_ERRORS depend on LIBCOMMON by Sean Anderson · 1 year, 2 months ago
  59. 3b46cdd arm: Disable SPL_FS_FAT when it isn't used by Sean Anderson · 1 year, 2 months ago
  60. 1e86296 spl: blk_fs: Fix uninitialized return value when we can't get a blk_desc by Sean Anderson · 1 year, 2 months ago
  61. a9a7379 arm: Enable SYS_THUMB_BUILD on AT91 by Sean Anderson · 1 year, 2 months ago
  62. 8502b5b test: spl: Add a test for NAND by Sean Anderson · 1 year, 2 months ago
  63. bc8e8a4 nand: Add sandbox driver by Sean Anderson · 1 year, 2 months ago
  64. 9181cb0 arch: sandbox: Add function to create temporary files by Sean Anderson · 1 year, 2 months ago
  65. 333d43f nand: Allow reinitialization by Sean Anderson · 1 year, 2 months ago
  66. c203482 nand: Add function to unregister NAND devices by Sean Anderson · 1 year, 2 months ago
  67. b37a920 mtd: Add some fallbacks for add/del_mtd_device by Sean Anderson · 1 year, 2 months ago
  68. b35df87 mtd: Rename SPL_MTD_SUPPORT to SPL_MTD by Sean Anderson · 1 year, 2 months ago
  69. bd9573c spl: nand: Map memory before accessing it by Sean Anderson · 1 year, 2 months ago
  70. d2e0a9a cmd: nand: Map memory before accessing it by Sean Anderson · 1 year, 2 months ago
  71. 38ef64e spl: nand: Set bl_len to page size by Sean Anderson · 1 year, 2 months ago
  72. 57d3da6 spl: legacy: Honor bl_len when decompressing by Sean Anderson · 1 year, 2 months ago
  73. cdc0434 nand: spl_loaders: Only read enough pages to load the image by Sean Anderson · 1 year, 2 months ago
  74. 601b890 nand: Calculate SYS_NAND_BLOCK_PAGES (neé SYS_NAND_PAGE_COUNT) automatically by Sean Anderson · 1 year, 2 months ago
  75. 23c2ebe nand: Don't dereference NULL manufacturer_desc by Sean Anderson · 1 year, 2 months ago
  76. 23fe0c0 spl: nand: Fix NULL-pointer dereference by Sean Anderson · 1 year, 2 months ago
  77. 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, 2 months ago
  78. 01a7019 stm32mp2: initial support by Patrice Chotard · 1 year, 3 months ago
  79. 970d167 ARM: dts: stm32: Add STM32MP257F Evaluation board support by Patrice Chotard · 1 year, 3 months ago
  80. 778f4ea pinctrl: pinctrl_stm32: Add stm32mp2 support by Patrice Chotard · 1 year, 3 months ago
  81. 6261cf6 serial: stm32: Fix AARCH64 compilation warnings by Patrice Chotard · 1 year, 3 months ago
  82. 3e0b12a stm32mp: bsec: Fix AARCH64 compilation warnings by Patrice Chotard · 1 year, 3 months ago
  83. 75ba0fd stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MP by Patrice Chotard · 1 year, 3 months ago
  84. ee15c72 stm32mp: dram_init: Fix AARCH64 compilation warnings by Patrick Delaunay · 1 year, 3 months ago
  85. dba8d92 stm32mp: dram_init: Get RAM size from DT if no RAM driver found by Patrice Chotard · 1 year, 3 months ago
  86. 2f9886c arm: caches: Make DCACHE_DEFAULT_OPTION accessible for ARM64 arch by Patrice Chotard · 1 year, 3 months ago
  87. 3b6db69 Merge branch '2023-11-10-improve-semihosting-armv6' into next by Tom Rini · 1 year, 2 months ago
  88. 47cfdb2 arm: semihosting: Support semihosting fallback on 32-bit ARM by Sean Anderson · 1 year, 3 months ago
  89. 6ef83ab arm: semihosting: Fix returning from traps on ARMv6 and lower by Sean Anderson · 1 year, 3 months ago
  90. 298c26c arm: Fix software interrupt handler by Sean Anderson · 1 year, 3 months ago
  91. b630f8b scsi: Forceably finish migration to DM_SCSI by Tom Rini · 1 year, 3 months ago
  92. 1e4d9dd Merge branch '2023-11-07-assorted-big-cleanups' into next by Tom Rini · 1 year, 2 months ago
  93. d7f592d x86: Drop <common.h> from remaining header files by Tom Rini · 1 year, 2 months ago
  94. e8acfd2 arm: Drop <common.h> from remaining header files by Tom Rini · 1 year, 2 months ago
  95. 4935b15 sandbox: Drop <common.h> by Tom Rini · 1 year, 2 months ago
  96. ac23bb6 ti: k3: Drop <common.h> usage by Tom Rini · 1 year, 2 months ago
  97. 7f38e9c include: Drop <common.h> from include lists by Tom Rini · 1 year, 2 months ago
  98. c675222 include/linux/mii.h: Add <linux/types.h> by Tom Rini · 1 year, 2 months ago
  99. 678be88 fsl-mc: Add prototype for bd_info by Tom Rini · 1 year, 2 months ago
  100. 43f8542 ls2080aqds: Add missing headers to eth_ls1088aqds.c by Tom Rini · 1 year, 2 months ago