1. 6ec3890 i2c: rzg2l: include u-boot/schedule.h by Rasmus Villemoes · Thu Oct 03 23:27:59 2024 +0200
  2. 87378a7 lib/sha*: include u-boot/schedule.h instead of cyclic.h by Rasmus Villemoes · Thu Oct 03 23:27:58 2024 +0200
  3. f3dda00 watchdog.h: change include of cyclic.h to u-boot/schedule.h by Rasmus Villemoes · Thu Oct 03 23:27:57 2024 +0200
  4. 3c27ef6 cyclic: make cyclic_run static by Rasmus Villemoes · Thu Oct 03 23:27:56 2024 +0200
  5. 370261b test: dm: wdt: replace cyclic_run() by schedule() by Rasmus Villemoes · Thu Oct 03 23:27:55 2024 +0200
  6. f17ec0a fs/cramfs: use schedule instead of cyclic_run as callback by Rasmus Villemoes · Thu Oct 03 23:27:54 2024 +0200
  7. 0d063f3 m68k: asm/ptrace.h: include linux/types.h by Rasmus Villemoes · Thu Oct 03 23:27:53 2024 +0200
  8. 1654d38 led: include cyclic.h in led_sw_blink.c by Rasmus Villemoes · Thu Oct 03 23:27:52 2024 +0200
  9. cde8c95 cyclic: introduce u-boot/schedule.h by Rasmus Villemoes · Thu Oct 03 23:27:51 2024 +0200
  10. a8beb0f doc: cyclic: remove reference to WATCHDOG_RESET by Rasmus Villemoes · Thu Oct 03 23:27:50 2024 +0200
  11. 617f5d2 drivers: watchdog: Add DaVinci's watchdog support by Bastien Curutchet · Thu Oct 03 10:42:55 2024 +0200
  12. 776442e watchdog: gpio_wdt: add support for stoppable devices by Rasmus Villemoes · Wed Oct 02 21:23:23 2024 +0200
  13. cd28dea Merge tag 'video-20241022' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Tue Oct 22 14:11:20 2024 -0600
  14. 5a08efd video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n by Eva Kurchatova · Wed Oct 09 16:48:28 2024 +0800
  15. 84085d2 board: ti: am62x: evm: Update simple-framebuffer node in device-tree by Devarsh Thakkar · Wed Sep 25 20:43:54 2024 +0530
  16. 7074ba6 boot: fdt_simplefb: Remove conditional compilation checks for VIDEO Kconfig by Devarsh Thakkar · Wed Sep 25 20:43:53 2024 +0530
  17. ee3dad4 boot/Kconfig: Add Video Kconfig as dependency for FDT_SIMPLEFB by Devarsh Thakkar · Wed Sep 25 20:43:52 2024 +0530
  18. 5e058e5 video: Fix VNBYTES() macro comment by Miquel Raynal · Tue Sep 10 11:11:59 2024 +0200
  19. 6825460 envtools: make them build again by Rasmus Villemoes · Wed Oct 16 17:10:35 2024 +0200
  20. 8e3df06 Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver" by Tom Rini · Mon Oct 21 17:53:11 2024 -0600
  21. 3477d92 drivers/crypto: aspeed: Add Caliptra ECDSA384 support by Chia-Wei Wang · Mon Oct 14 17:56:20 2024 +0800
  22. 1bc4222 image-fit-sig: Remove padding check by Chia-Wei Wang · Mon Oct 14 17:56:19 2024 +0800
  23. 7868595 lib: ecdsa: Add ECDSA384 support by Chia-Wei Wang · Mon Oct 14 17:56:18 2024 +0800
  24. 4cdbdbd Merge patch series "Add AVS support for J721S2" by Tom Rini · Mon Oct 21 17:52:40 2024 -0600
  25. 5d42861 configs: j721s2_evm_r5_defconfig: Add AVS Configs by Manorit Chawdhry · Tue Oct 15 16:22:23 2024 +0530
  26. 353b88c arm: dts: j721s2: Add VTM node in R5 by Manorit Chawdhry · Tue Oct 15 16:22:22 2024 +0530
  27. 0f7866b arm: mach-k3: j721s2_init: Initialize AVS Class 0 by Manorit Chawdhry · Tue Oct 15 16:22:21 2024 +0530
  28. 9234ab9 drivers: misc: k3_avs: Extract MPU clk and dev ID from DT by Manorit Chawdhry · Tue Oct 15 16:22:20 2024 +0530
  29. f23728b arm: dts: k3-*-r5: Add MPU clock in clocks property by Manorit Chawdhry · Tue Oct 15 16:22:19 2024 +0530
  30. 0c60ab8 drivers: misc: k3_avs: Check return code while programming AVS by Manorit Chawdhry · Tue Oct 15 16:22:18 2024 +0530
  31. bebdc33 power: pmic: tps65941: Add DM_PMIC dependency by Manorit Chawdhry · Tue Oct 15 16:22:17 2024 +0530
  32. 74c9d0d Merge patch series "Add TI K3 PCIe Controller support for J7200" by Tom Rini · Mon Oct 21 17:51:55 2024 -0600
  33. c5aafaf configs: j7200_evm_a72_defconfig: Enable configs for PCI support by Siddharth Vadapalli · Mon Oct 14 11:09:24 2024 +0530
  34. 445dbb6 pci: Add TI K3 Cadence PCIe Controller by Siddharth Vadapalli · Mon Oct 14 11:09:23 2024 +0530
  35. 3ce50f0 Merge patch series "dwc3: gadget: properly fix cache operations" by Tom Rini · Mon Oct 21 15:27:38 2024 -0600
  36. bba944b usb: dwc3: invalidate dcache on buffer used in interrupt handling by Neil Armstrong · Fri Oct 11 16:38:26 2024 +0200
  37. 474d6f4 usb: dwc3: fix dcache flush range calculation by Neil Armstrong · Fri Oct 11 16:38:25 2024 +0200
  38. bd5e3ca usb: dwc3: allocate setup_buf with dma_alloc_coherent() by Neil Armstrong · Fri Oct 11 16:38:24 2024 +0200
  39. 0e6bab2 Merge tag 'i2c-tag-v2025.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · Mon Oct 21 08:30:12 2024 -0600
  40. 3292933 i2c: i2c-gpio: add support for i2c-gpio,sda-output-only by Alex Shumsky · Tue Oct 15 23:29:31 2024 +0300
  41. 3b1aa79 i2c: muxes: pca954x: Add MAX735x/MAX736x support by Maksim Kiselev · Thu Sep 19 19:06:56 2024 +0300
  42. 442acda Merge tag 'efi-2025-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun Oct 20 08:27:15 2024 -0600
  43. 7d6db31 Merge tag 'dm-pull-17oct24-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Fri Oct 18 22:32:45 2024 -0600
  44. 4b384a4 mtd: spi-nor: Move SR3 WPS bit definition in the correct location by Marek Vasut · Tue Oct 15 22:14:53 2024 +0200
  45. 24cd101 mbedtls: fix defects in coverity scan by Raymond Mao · Wed Oct 16 16:48:26 2024 -0700
  46. 149d4581 cmd: upl: correct printf code by Heinrich Schuchardt · Fri Oct 18 04:46:57 2024 +0200
  47. a202567 lmb: notify when adjacent regions are added by Caleb Connolly · Fri Oct 18 15:51:07 2024 +0200
  48. 0f9e31a x86: cpu: Add missing header inclusion by Andy Shevchenko · Sat Oct 05 22:12:00 2024 +0300
  49. 6ab207b x86: cpu: Add a few prototypes to the header file by Andy Shevchenko · Sat Oct 05 22:11:59 2024 +0300
  50. 3173142 x86: cpu: Mark a few functions static by Andy Shevchenko · Sat Oct 05 22:11:58 2024 +0300
  51. ede2bf6 x86: cpu: Use default print_cpuinfo() for all by Andy Shevchenko · Sat Oct 05 22:11:57 2024 +0300
  52. 8310c1e x86: Enable RTC command by default by Simon Glass · Mon Oct 14 16:32:12 2024 -0600
  53. 2f347f7 doc: Update coreboot's CI information by Simon Glass · Mon Oct 14 16:32:06 2024 -0600
  54. 78b9c8a docker: Update coreboot by Simon Glass · Mon Oct 14 16:32:05 2024 -0600
  55. 04f021f expo: Add forward declaration for udevice to cedit by Simon Glass · Mon Oct 14 16:32:03 2024 -0600
  56. f957785 expo: Drop scene_title_set() by Simon Glass · Mon Oct 14 16:32:02 2024 -0600
  57. 1f4bbff expo: Drop unneceesary calls to expo_str() by Simon Glass · Mon Oct 14 16:32:01 2024 -0600
  58. 6f3e87a expo: Support menu-item values in cedit by Simon Glass · Mon Oct 14 16:32:00 2024 -0600
  59. 330aa1e expo: Add a little more cedit CMOS logging by Simon Glass · Mon Oct 14 16:31:59 2024 -0600
  60. 100389f expo: Allow menu items to have values by Simon Glass · Mon Oct 14 16:31:58 2024 -0600
  61. 53a0a2f expo: Use standard numbering for save and discard by Simon Glass · Mon Oct 14 16:31:57 2024 -0600
  62. 5c6926c expo: Set the initial next_id to 1 by Simon Glass · Mon Oct 14 16:31:56 2024 -0600
  63. 377f18e expo: Place menu items to the right of all labels by Simon Glass · Mon Oct 14 16:31:55 2024 -0600
  64. aea571d video: Avoid starting a new line to close to the bottom by Simon Glass · Mon Oct 14 16:31:54 2024 -0600
  65. bda3adc video: Add a dark-grey console colour by Simon Glass · Mon Oct 14 16:31:53 2024 -0600
  66. 95b860b sandbox: dts: Add missing sandbox, emul phandle to sandbox-pmic by Marek Vasut · Sat Oct 05 16:33:37 2024 +0200
  67. 6a0f481 binman: Add a tutorial on resolving test-coverage bugs by Simon Glass · Mon Sep 30 12:51:38 2024 -0600
  68. 9469d70 binman: Support getting test-coverage on just one test by Simon Glass · Mon Sep 30 12:51:37 2024 -0600
  69. 0ce8fed u_boot_pylib: Support running coverage on selected functions by Simon Glass · Mon Sep 30 12:51:36 2024 -0600
  70. 9d246ae sandbox_spl: Restrict use of UPL when not enabled by Simon Glass · Wed Sep 25 12:44:53 2024 +0200
  71. 1f3a122 buildman: Correct some warnings about regex strings by Simon Glass · Sat Sep 21 19:57:57 2024 +0200
  72. a730a28 binman: implement signing FIT images during image build by Alexander Kochetkov · Mon Sep 16 11:24:46 2024 +0300
  73. 197ee8b image-host: fix 'unknown error' error message by Alexander Kochetkov · Mon Sep 16 11:24:45 2024 +0300
  74. ce39e05 binman: fix passing loadables to mkimage on first run by Alexander Kochetkov · Mon Sep 16 11:24:44 2024 +0300
  75. 1d80964 bootstd: Avoid calling unavailable block functions by Simon Glass · Sun Sep 01 16:27:28 2024 -0600
  76. b9f3406 blk: Make functions available unconditionally by Simon Glass · Sun Sep 01 16:27:27 2024 -0600
  77. 637137f x86: coreboot: Enable receiving timestamps from coreboot by Simon Glass · Wed Aug 28 14:13:55 2024 -0600
  78. 1563250 x86: coreboot: Add timestamps from coreboot to bootstage by Simon Glass · Wed Aug 28 14:13:54 2024 -0600
  79. 6df9239 x86: coreboot: Update the timestamp code to use sysinfo by Simon Glass · Wed Aug 28 14:13:53 2024 -0600
  80. 18c2ccc x86: Add msr command by Simon Glass · Tue Aug 27 19:44:29 2024 -0600
  81. 8af719c x86: Add a cpuid command by Simon Glass · Tue Aug 27 19:44:28 2024 -0600
  82. 8c37e2b x86: Sync up tsc_timer with Linux by Simon Glass · Tue Aug 27 19:44:27 2024 -0600
  83. c2cd301 x86: Avoid timer-clock overflow by Simon Glass · Tue Aug 27 19:44:26 2024 -0600
  84. 3ebdefc x86: Ensure the CPU identity exists for timer init by Simon Glass · Tue Aug 27 19:44:25 2024 -0600
  85. 5684fe1 x86: Show the CPU vendor in bdinfo by Simon Glass · Tue Aug 27 19:44:24 2024 -0600
  86. 4c0d8ec virtio: blk: introduce virtio-block erase support by Dmitrii Merkurev · Wed Mar 06 18:59:18 2024 +0000
  87. 1e37ad0 x86: Make default_print_cpuinfo be a weak alias for print_cpuinfo by Tom Rini · Mon Jan 22 09:35:12 2024 -0500
  88. 2fc5d8c coreboot: Switch to a monospaced font by Simon Glass · Sun Jan 07 17:14:55 2024 -0700
  89. 4f0336d video: Allow querying the font size by Simon Glass · Sun Jan 07 17:14:54 2024 -0700
  90. da87af9 efi_driver: use blk_create_devicef() by Heinrich Schuchardt · Fri Oct 18 03:30:14 2024 +0200
  91. 353db82 efi_loader: remove ERROR:, WARNING: prefixes in messages by Heinrich Schuchardt · Thu Oct 17 20:13:05 2024 +0200
  92. f39486a efi_loader: add missing lf in error message by Heinrich Schuchardt · Thu Oct 17 20:05:07 2024 +0200
  93. 7eef94d Merge tag 'u-boot-imx-master-20241018a' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Fri Oct 18 09:05:04 2024 -0600
  94. a0ba973 Merge tag 'u-boot-at91-fixes-2025.01-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 by Tom Rini · Fri Oct 18 09:04:20 2024 -0600
  95. ca34b5c Azure: Update to latest containers by Tom Rini · Mon Oct 14 19:33:10 2024 -0600
  96. 963d7cc efi_loader: reduce noisiness if ESP is missing by Heinrich Schuchardt · Fri Oct 18 03:18:36 2024 +0200
  97. 37d14c8 efi_loader: avoid #ifdef in efi_setup.c by Heinrich Schuchardt · Wed Oct 16 12:17:39 2024 +0200
  98. 7df74d8 cmd: wget: CONFIG_CMD_WGET must depend on CONFIG_CMD_NET by Heinrich Schuchardt · Wed Oct 16 11:50:39 2024 +0200
  99. 2356c22 doc: blkmap: Fix typo in command example by Ken Kurematsu · Thu Sep 26 09:26:05 2024 +0000
  100. 2a8c7af doc: board: ti: am62x_sk: Add document for Ethernet boot on AM62x SoC. by Chintan Vankar · Thu Sep 26 10:31:38 2024 +0530