1. 0ef2875 sandbox: capsule: Add path to the public key ESL file by Sughosh Ganu · 1 year, 2 months ago
  2. c7d4dfc scripts/Makefile.lib: Embed capsule public key in platform's dtb by Sughosh Ganu · 1 year, 2 months ago
  3. a958988 scripts/Makefile.lib: Add dtsi include files as deps for building DTB by Sughosh Ganu · 1 year, 2 months ago
  4. 1fee487 scripts/Makefile.lib: Collate all dtsi files for inclusion by Sughosh Ganu · 1 year, 2 months ago
  5. 61cad8d sandbox: trace: Increase trace buffer size by Sughosh Ganu · 1 year, 2 months ago
  6. 3107f78 doc: Add documentation to highlight capsule generation related updates by Sughosh Ganu · 1 year, 2 months ago
  7. 56f243d test: capsule: Generate EFI capsules through binman by Sughosh Ganu · 1 year, 2 months ago
  8. b617611 binman: capsule: Add support for generating EFI capsules by Sughosh Ganu · 1 year, 2 months ago
  9. 3bd6fb9 btool: mkeficapsule: Add a bintool for EFI capsule generation by Sughosh Ganu · 1 year, 2 months ago
  10. 14a0e7c sandbox: capsule: Enable EFI capsule module on sandbox variants by Sughosh Ganu · 1 year, 2 months ago
  11. b74f629 sandbox: capsule: Add keys and certificates needed for capsule update testing by Sughosh Ganu · 1 year, 2 months ago
  12. b9e0f7a nuvoton: npcm845-evb: Add a newline at the end of file by Sughosh Ganu · 1 year, 2 months ago
  13. d71e711 binman: bintool: Build a tool from a list of commands by Sughosh Ganu · 1 year, 2 months ago
  14. 11cf91f Merge branch '2023-08-26-bootstd-chromeos-impreovements-and-move-to-gcc-13.2' into next by Tom Rini · 1 year, 2 months ago
  15. 453c3fb CI: Move to latest Ubuntu "Jammy" tag by Tom Rini · 1 year, 2 months ago
  16. 1193428 CI: Update to gcc-13.2.0 by Tom Rini · 1 year, 2 months ago
  17. f25820b CI: Add ChromiumOS utilities by Simon Glass · 1 year, 2 months ago
  18. 71f634b bootstd: cros: Allow detection of any kernel partition by Simon Glass · 1 year, 2 months ago
  19. 966b16c uuid: Add ChromiumOS partition types by Simon Glass · 1 year, 2 months ago
  20. 831405f bootstd: Support bootmeths which can scan any partition by Simon Glass · 1 year, 2 months ago
  21. f55aa44 part: Add a fallback for part_get_bootable() by Simon Glass · 1 year, 2 months ago
  22. d08db02 bootstd: Add a test for bootmeth_cros by Simon Glass · 1 year, 2 months ago
  23. 2b9adca bootstd: test: Allow binding and using any mmc device by Simon Glass · 1 year, 2 months ago
  24. c3867e2 bootflow: Show an empty filename when there is none by Simon Glass · 1 year, 2 months ago
  25. 00613bc test: Move 1MB.fat32.img and 2MB.ext2.img by Simon Glass · 1 year, 2 months ago
  26. e2d22f7 sandbox: Add a way to access persistent test files by Simon Glass · 1 year, 2 months ago
  27. 8d6337e uuid: Move function comments to header file by Simon Glass · 1 year, 2 months ago
  28. c837a14 dm: core: Correct error handling when event fails by Simon Glass · 1 year, 2 months ago
  29. fbd644e part: efi: Add debugging for the signature check by Simon Glass · 1 year, 2 months ago
  30. b2b7e6c part: Add an accessor for struct disk_partition sys_ind by Simon Glass · 1 year, 2 months ago
  31. bcd6454 part: Add accessors for struct disk_partition type_uuid by Simon Glass · 1 year, 2 months ago
  32. c5f1d00 part: Add accessors for struct disk_partition uuid by Simon Glass · 1 year, 2 months ago
  33. ade2316 part: Add comments for static functions by Simon Glass · 1 year, 2 months ago
  34. 060148a part: nac: Use desc instead of dev_desc by Simon Glass · 1 year, 2 months ago
  35. 06e293e part: iso: Use desc instead of dev_desc by Simon Glass · 1 year, 2 months ago
  36. 7ed781f part: efi: Use desc instead of dev_desc by Simon Glass · 1 year, 2 months ago
  37. cfdcd41 part: dos: Use desc instead of dev_desc by Simon Glass · 1 year, 2 months ago
  38. 3557e8d part: amiga: Use desc instead of dev_desc by Simon Glass · 1 year, 2 months ago
  39. 5aab05d part: Use desc instead of dev_desc by Simon Glass · 1 year, 2 months ago
  40. 05763b7 Merge branch '2023-08-25-add-persistent-config-editor-via-expo' into next by Tom Rini · 1 year, 2 months ago
  41. 84b08af expo: doc: Update documentation for persistent settings by Simon Glass · 1 year, 2 months ago
  42. cfc402d expo: cedit: Support reading settings from CMOS RAM by Simon Glass · 1 year, 2 months ago
  43. eb6c71b expo: cedit: Support writing settings to CMOS RAM by Simon Glass · 1 year, 2 months ago
  44. bcf2b72 expo: cedit: Support reading settings from environment vars by Simon Glass · 1 year, 2 months ago
  45. fc9c0e0 expo: cedit: Support writing settings to environment vars by Simon Glass · 1 year, 2 months ago
  46. 472317c expo: cedit: Support reading settings from a file by Simon Glass · 1 year, 2 months ago
  47. 2dee81f expo: cedit: Support writing settings to a file by Simon Glass · 1 year, 2 months ago
  48. 6e648fa expo: Export scene_menuitem_find() for use in internal code by Simon Glass · 1 year, 2 months ago
  49. d65ccbb doc: Expand documentation for the cedit command by Simon Glass · 1 year, 2 months ago
  50. 2045ca5 expo: Move cedit theme under bootstd by Simon Glass · 1 year, 2 months ago
  51. c5aacf5 expo: Add documentation for the configuration editor by Simon Glass · 1 year, 2 months ago
  52. d5737b3 expo: Tidy up the expo.py tool and usage by Simon Glass · 1 year, 2 months ago
  53. 8d0f890 expo: Add a function to prepare a cedit by Simon Glass · 1 year, 2 months ago
  54. f80ebb2 expo: Move cedit test into its own file and tidy by Simon Glass · 1 year, 2 months ago
  55. 040b046 expo: Split out cedit into its own header by Simon Glass · 1 year, 2 months ago
  56. 431b21f expo: Refactor menu_build() to return the object created by Simon Glass · 1 year, 2 months ago
  57. f2eb6ad expo: Provide a way to iterate through all scene objects by Simon Glass · 1 year, 2 months ago
  58. 34ecba1 abuf: Allow incrementing the size by Simon Glass · 1 year, 2 months ago
  59. 633b3dc expo: Make scene_obj_find() take a const scene by Simon Glass · 1 year, 2 months ago
  60. 7c6b18f Merge branch '2023-08-24-enable-more-features-in-qemu-arm' into next by Tom Rini · 1 year, 2 months ago
  61. 8def269 doc: qemu: arm: Add a section on booting Linux distros by Alper Nebi Yasak · 1 year, 2 months ago
  62. 05e2fa7 arm: qemu: Enable usb keyboard as an input device by Alper Nebi Yasak · 1 year, 2 months ago
  63. 120f540 arm: qemu: Enable PRE_CONSOLE_BUFFER by Alper Nebi Yasak · 1 year, 2 months ago
  64. 4d6641d arm: qemu: Enable Bochs video support by Alper Nebi Yasak · 1 year, 2 months ago
  65. 6de1a3eb8 Merge branch '2023-08-24-further-ufs-updates' into next by Tom Rini · 1 year, 2 months ago
  66. c5b3e5c ufs: Implement cache management by Marek Vasut · 1 year, 2 months ago
  67. 12675cb ufs: Use utp_transfer_req_desc pointer in ufshcd_get_tr_ocs by Marek Vasut · 1 year, 2 months ago
  68. 7f26fcb ufs: Pass hba pointer to ufshcd_prepare_req_desc_hdr() by Marek Vasut · 1 year, 2 months ago
  69. 2ff810a ufs: Handle UFS 3.0 controllers by Marek Vasut · 1 year, 2 months ago
  70. f430151 ufs: Add UFSHCD_QUIRK_HIBERN_FASTAUTO by Marek Vasut · 1 year, 2 months ago
  71. 91913a1 ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS by Marek Vasut · 1 year, 2 months ago
  72. 5dab730 ufs: Convert quirks to BIT() macro by Marek Vasut · 1 year, 2 months ago
  73. 97841de Merge branch '2023-08-22-assorted-code-cleanups' into next by Tom Rini · 1 year, 2 months ago
  74. 8f911a7 net: Fix the displayed value of bytes transferred by Siddharth Vadapalli · 1 year, 2 months ago
  75. 4f543e8 scsi: Add buffer_aligned check pass-through by Marek Vasut · 1 year, 2 months ago
  76. 75191f7 blk: Add bounce buffer support to read/write operations by Marek Vasut · 1 year, 2 months ago
  77. e2b5cc6 disk: dos: Infer MBR partition sector size from underlying drive sector size by Marek Vasut · 1 year, 2 months ago
  78. 3f9cff6 common: bouncebuf: Add missing cast to dma_addr_t by Marek Vasut · 1 year, 2 months ago
  79. 7f0fba9 disk: Make blk_get_ops() internal to blk uclass by Marek Vasut · 1 year, 2 months ago
  80. 804f7d6 disk: Move part_create_block_devices() to blk uclass by Marek Vasut · 1 year, 2 months ago
  81. 30a12e0 disk: Switch part_blk_*() functions to disk_blk_*() by Marek Vasut · 1 year, 2 months ago
  82. bfd98b9 disk: Extend disk_blk_part_validate() with range checking by Marek Vasut · 1 year, 2 months ago
  83. 2bc0dfe disk: Handle partition to block device offset conversion by Marek Vasut · 1 year, 2 months ago
  84. 9161c2c disk: Simplify disk_blk_{write, erase}() using blk_{write, erase}() by Marek Vasut · 1 year, 2 months ago
  85. 91d3066 disk: Simplify disk_blk_read() using blk_read() by Marek Vasut · 1 year, 2 months ago
  86. 5ff4609 disk: Drop always true conditional check by Marek Vasut · 1 year, 2 months ago
  87. 5ebe790 test: acpi: Handle both 32bit and 64bit ACPI tables by Marek Vasut · 1 year, 2 months ago
  88. c8659ca test: Fix the help for the ut command by Marek Vasut · 1 year, 2 months ago
  89. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 2 months ago
  90. 976fb2f Prepare v2023.10-rc3 by Tom Rini · 1 year, 2 months ago
  91. db72a57 Merge tag 'dm-pull-20aug23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 2 months ago
  92. 25a9be7 test: cpu: Handle both 32bit and 64bit CPUs by Marek Vasut · 1 year, 2 months ago
  93. ddfda55 configs: sandbox64: Enable PCI register multi-entry support by Marek Vasut · 1 year, 2 months ago
  94. eaa5b5d configs: sandbox64: Enable clock CCF driver by Marek Vasut · 1 year, 2 months ago
  95. 5d5d7e2 configs: sandbox64: Enable video 12x22 font support by Marek Vasut · 1 year, 2 months ago
  96. 539485f configs: sandbox64: Enable video 16bpp and 24bpp support by Marek Vasut · 1 year, 2 months ago
  97. d54c44b configs: sandbox64: Enable PINCTRL_SINGLE driver by Marek Vasut · 1 year, 2 months ago
  98. 2fff288 test: dm: pinmux: Handle %pa in pinctrl-single mux output by Marek Vasut · 1 year, 2 months ago
  99. 09c0b2e configs: sandbox64: Enable BUTTON_ADC driver by Marek Vasut · 1 year, 2 months ago
  100. 226ddc0 configs: sandbox64: Enable MC34708 driver by Marek Vasut · 1 year, 2 months ago