1. 7ffbb5b Add VPL options for BLOBLIST by Simon Glass · 1 year, 8 months ago
  2. d577459 test: Tidy up sandbox handling in test-main by Simon Glass · 1 year, 8 months ago
  3. 3b51080 lib: Add an SPL config for LIB_UUID by Simon Glass · 1 year, 8 months ago
  4. c7d53f0 sandbox: Tidy up I2C options by Simon Glass · 1 year, 8 months ago
  5. 9ee2f35 sandbox: Use the generic VPL option to enable VPL by Simon Glass · 1 year, 8 months ago
  6. dd8a290 sandbox: Tidy up RTC options by Simon Glass · 1 year, 8 months ago
  7. 05a8e1a lib: Fix build condition for tiny-printf by Simon Glass · 1 year, 8 months ago
  8. 5a6bc16 lib: Add VPL options for SHA1 and SHA256 by Simon Glass · 1 year, 8 months ago
  9. 40aa82d env: Allow VPL environment to be nowhere by Simon Glass · 1 year, 8 months ago
  10. 1c41958 bootstd: Correct 'VPL' typo by Simon Glass · 1 year, 8 months ago
  11. 3693ee9 event: Add Kconfig options for SPL by Simon Glass · 1 year, 8 months ago
  12. 85c66dc sandbox: Expand size for VPL image by Simon Glass · 1 year, 8 months ago
  13. ae625d9 lib: Add a Kconfig for SPL_BZIP2 by Simon Glass · 1 year, 8 months ago
  14. 1d46753 Correct SPL use of DM_RNG by Simon Glass · 1 year, 8 months ago
  15. da900e5 boot: Add Kconfigs for BOOTMETH_VBE_REQUEST by Simon Glass · 1 year, 8 months ago
  16. b51b1a8 Correct SPL uses of PHY_FIXED by Simon Glass · 1 year, 8 months ago
  17. cd3a35e Correct SPL use of PG_WCOM_UBOOT_UPDATE_SUPPORTED by Simon Glass · 1 year, 8 months ago
  18. b07be4a Correct SPL uses of MULTIPLEXER by Simon Glass · 1 year, 8 months ago
  19. 1be3077 Correct SPL uses of DISPLAY_AER_FULL by Simon Glass · 1 year, 8 months ago
  20. 714c8f2 bootstd: Disable QFW bootmeth in SPL by Simon Glass · 1 year, 8 months ago
  21. f1692c9 sh4: Drop unused twl6030 driver by Simon Glass · 1 year, 8 months ago
  22. 2aaba92 mtd: Drop unused CONFIG_ONENAND_U_BOOT by Simon Glass · 1 year, 8 months ago
  23. 83431d1 mtd: Drop unused kb9202_nand driver by Simon Glass · 1 year, 8 months ago
  24. f4ee45e s5p: Remove empty arch_misc_init by Tom Rini · 1 year, 8 months ago
  25. 1df23b4 mvebu: Drop empty arch_misc_init by Tom Rini · 1 year, 8 months ago
  26. f47c765 mvebe: Drop ARCH_MISC_INIT from alleycat 5 by Tom Rini · 1 year, 8 months ago
  27. cfc4c0c imx9: Remove ARCH_MISC_INIT by Tom Rini · 1 year, 8 months ago
  28. b7be876 common: Make ARCH_EARLY_INIT_R be selected only by Tom Rini · 1 year, 8 months ago
  29. 4c7df3b arm: rk3368: Select ARCH_EARLY_INIT_R when used by Tom Rini · 1 year, 8 months ago
  30. d0bfa29 arm: zynq: Move to select'ing ARCH_EARLY_INIT_R if we have FPGA by Tom Rini · 1 year, 8 months ago
  31. efb0aa7 arm: mvebu: Add select on ARCH_EARLY_INIT_R if ARM64 by Tom Rini · 1 year, 8 months ago
  32. e7348a7 common/Kconfig: Reword text for BOARD_TYPES by Tom Rini · 1 year, 8 months ago
  33. 49cba67 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · 1 year, 8 months ago
  34. 1dbeade doc/kwboot.1: Update example description by Pali Rohár · 1 year, 9 months ago
  35. e000089 arm: mvebu: Define SPL memory maps by Pali Rohár · 1 year, 9 months ago
  36. 056808a arm: mvebu: Define env_sf_get_env_addr() also for Proper U-Boot by Pali Rohár · 1 year, 9 months ago
  37. 7c40679 arm: mvebu: Fix comment about CPU_ATTR_BOOTROM mapping by Pali Rohár · 1 year, 9 months ago
  38. 117481d arm: mvebu: Remove A39x relicts by Pali Rohár · 1 year, 9 months ago
  39. 58bb10d arm: mvebu: clearfog: Add defconfig for SATA booting by Pali Rohár · 1 year, 9 months ago
  40. b5b2e2d arm: mvebu: db-88f6820-amc: Add defconfig for NAND booting by Pali Rohár · 1 year, 9 months ago
  41. 41d52f3 arm: mvebu: Fix description of MVEBU_SPL_BOOT_DEVICE_(SPI|MMC) options by Pali Rohár · 1 year, 9 months ago
  42. 50afad5 arm: mvebu: Add support for generating PEX kwbimage by Pali Rohár · 1 year, 9 months ago
  43. 67bd615 arm: mvebu: Add support for generating NAND kwbimage by Pali Rohár · 1 year, 9 months ago
  44. 3a521f0 tools: kwbimage: Add support for creating an image with no data by Pali Rohár · 1 year, 9 months ago
  45. b07965b tools: mkimage: Do not try to open datafile when it is skipped by Pali Rohár · 1 year, 9 months ago
  46. 2f6855a tools: mkimage: Print human readable error when -d is not specified by Pali Rohár · 1 year, 9 months ago
  47. cccc5b4 tools: kwbimage: Add support for XIP SPI/NOR images by Pali Rohár · 1 year, 9 months ago
  48. 27670ac tools: mkimage: Do not fill legacy_img_hdr for non-legacy XIP images by Pali Rohár · 1 year, 9 months ago
  49. 9b4531f tools: kwbimage: Fix invalid secure boot header signature by Pali Rohár · 1 year, 9 months ago
  50. bf78a57 tools: kwbimage: Fix generating secure boot data image signature by Pali Rohár · 1 year, 9 months ago
  51. 39c7872 tools: kwbimage: Rename imagesz to dataoff by Pali Rohár · 1 year, 9 months ago
  52. dd13ac5 tools: kwbimage: Simplify add_secure_header_v1() by Pali Rohár · 1 year, 9 months ago
  53. 443894a tools: kwbimage: Print image data offset when printing kwbimage header by Pali Rohár · 1 year, 9 months ago
  54. 63cf0d7 tools: kwbimage: Print binary image offset as size by Pali Rohár · 1 year, 9 months ago
  55. 0a3a392 tools: kwbimage: Add support for dumping NAND_BLKSZ for v0 images by Pali Rohár · 1 year, 9 months ago
  56. 0201244 tools: kwbimage: Reject mkimage -F option by Pali Rohár · 1 year, 9 months ago
  57. 9f39f19 tools: kwbimage: Fix endianity when printing kwbimage header by Pali Rohár · 1 year, 9 months ago
  58. ee3da92 tools: kwbimage: Fix generating of kwbimage v0 header checksum by Pali Rohár · 1 year, 9 months ago
  59. 226abde tools: kwbimage: Fix dumping NAND_BLKSZ by Pali Rohár · 1 year, 9 months ago
  60. e060779 tools: kwbimage: Fix dumping NAND_BADBLK_LOCATION by Pali Rohár · 1 year, 9 months ago
  61. aab9b06 tools: kwbimage: Fix endianity when dumping NAND_PAGE_SIZE by Pali Rohár · 1 year, 9 months ago
  62. 908801d tools: kwbimage: Fix dumping register set / DATA commands by Pali Rohár · 1 year, 9 months ago
  63. 4941652 cmd: mvebu/bubt: Enable command by default by Pali Rohár · 1 year, 9 months ago
  64. c624c1c cmd: mvebu/bubt: Fix warnings: unused variable 'secure_mode' and 'fuse_read_u64' defined but not used by Pali Rohár · 1 year, 8 months ago
  65. 329393f cmd: mvebu/bubt: Better guess default MVEBU_*_BOOT option by Pali Rohár · 1 year, 9 months ago
  66. c766c09 cmd: mvebu/bubt: Set correct default image name for 32-bit Armada SoCs by Pali Rohár · 1 year, 9 months ago
  67. f5860c5 cmd: mvebu/bubt: Check also A8K boot image checksum by Pali Rohár · 1 year, 9 months ago
  68. 7d9c083 cmd: mvebu/bubt: Do not modify image in A8K check_image_header() by Pali Rohár · 1 year, 9 months ago
  69. 40e3204c cmd: mvebu/bubt: Mark all local symbols as static by Pali Rohár · 1 year, 9 months ago
  70. e7813da cmd: mvebu/bubt: Rename variable image_size to hdr_size by Pali Rohár · 1 year, 9 months ago
  71. 4bf91e2 cmd: mvebu/bubt: Add support for reading image from the SATA disk partition by Pali Rohár · 1 year, 9 months ago
  72. c8f5009 cmd: mvebu/bubt: Add support for writing image to SATA disk by Pali Rohár · 1 year, 9 months ago
  73. fc10a92 cmd: mvebu/bubt: Add support for selecting eMMC HW partition by Pali Rohár · 1 year, 9 months ago
  74. 5b039dc tools: kwboot: Show image type and error parsing reasons by Pali Rohár · 1 year, 9 months ago
  75. 7bfc15e tools: kwboot: Fix patching of SPI/NOR XIP images by Pali Rohár · 1 year, 9 months ago
  76. a190667 tools: kwboot: Add check that kwbimage contains DDR init code by Pali Rohár · 1 year, 10 months ago
  77. 53ee6ec tools: kwboot: Validate optional kwbimage v1 headers by Pali Rohár · 1 year, 10 months ago
  78. 7665ed2 tools: kwboot: Fix parsing UART image without data checksum by Pali Rohár · 1 year, 10 months ago
  79. fa03279 tools: kwboot: Add image type documentation by Pali Rohár · 1 year, 9 months ago
  80. 29b92bb tools: kwboot: Add more documentation references by Pali Rohár · 1 year, 10 months ago
  81. 913d756 arm: mvebu: spl: Fix support for loading U-Boot proper from SD card by Pali Rohár · 1 year, 9 months ago
  82. 718d1c7 spl: mmc: Allow to disable SYS_MMCSD_FS_BOOT_PARTITION by Pali Rohár · 1 year, 9 months ago
  83. 2f27db2 arm: mvebu: spl: Load proper U-Boot from selected eMMC boot partition by Pali Rohár · 1 year, 10 months ago
  84. 8b49e63 arm: mvebu: spl: Remove checks for BOOT_DEVICE_MMC2 and BOOT_DEVICE_MMC2_2 by Pali Rohár · 1 year, 10 months ago
  85. a2cd076 cmd: mvebu/bubt: Fix parsing SATA kwbimage by Pali Rohár · 1 year, 9 months ago
  86. d4aa210 arm: mvebu: spl: Fix parsing SATA kwbimage by Pali Rohár · 1 year, 9 months ago
  87. e1c4ed5 tools: kwboot: Fix parsing SATA kwbimage by Pali Rohár · 1 year, 9 months ago
  88. 954c94a tools: kwbimage: Fix generating, verifying and extracting SATA kwbimage by Pali Rohár · 1 year, 9 months ago
  89. eb2c8f3 cmd: mvebu/bubt: Fix parsing SDIO kwbimage by Pali Rohár · 1 year, 10 months ago
  90. 353bdae arm: mvebu: spl: Fix parsing SDIO kwbimage by Pali Rohár · 1 year, 10 months ago
  91. 8562a1c tools: kwboot: Fix parsing SDIO kwbimage by Pali Rohár · 1 year, 10 months ago
  92. 14b866e tools: kwbimage: Fix generating, verifying and extracting SDIO kwbimage by Pali Rohár · 1 year, 10 months ago
  93. f10905b Merge tag 'tpm-next-28022023' of https://source.denx.de/u-boot/custodians/u-boot-tpm into next by Tom Rini · 1 year, 8 months ago
  94. c12fe73 Merge tag 'u-boot-nand-20230227' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash into next by Tom Rini · 1 year, 8 months ago
  95. a11be4c tpm: Implement tpm_auto_start() for TPMv1.2 by Simon Glass · 1 year, 8 months ago
  96. 4fef657 tpm: Separate out the TPM tests for v1 and v2 by Simon Glass · 1 year, 8 months ago
  97. 1b11de7 test: add a test for the new tpm_auto_start() function by Ilias Apalodimas · 1 year, 8 months ago
  98. 87bc11d tpm: sandbox: Change the return code when device is already open by Ilias Apalodimas · 1 year, 8 months ago
  99. 78fd2f5 efi_loader: use tpm_auto_start for the tpm device by Ilias Apalodimas · 1 year, 9 months ago
  100. a595be3 tpm: add a function that performs selftest + startup by Ilias Apalodimas · 1 year, 9 months ago