- e0caea4 Merge branch '2023-10-16-assorted-cmd-updates' by Tom Rini · 1 year, 1 month ago
- b13eaf3 spl: fit: Add board level function to decide application of DTO by Marek Vasut · 1 year, 2 months ago
- dec5777 command.h: Add a U_BOOT_LONGHELP macro by Tom Rini · 1 year, 2 months ago
- b378c40 pinctrl: renesas: Add RZ/G2L PFC driver by Paul Barker · 1 year, 1 month ago
- 4c48001 dt-bindings: Add RZ/G2L IRQC bindings by Paul Barker · 1 year, 1 month ago
- 4517bd1 dt-bindings: Add RZ/G2L PFC bindings by Paul Barker · 1 year, 1 month ago
- b0e21b3 dt-bindings: Add RZ/G2L CPG bindings by Paul Barker · 1 year, 1 month ago
- 2e1577e Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 1 year, 1 month ago
- 9c153e46 clk: imx: add i.MX93 CCF driver by Sébastien Szymanski · 1 year, 4 months ago
- 335df89 arm: mvebu: Enable bootstd for Thecus N2350 board by Tony Dinh · 1 year, 2 months ago
- 1c954fe arm: mvebu: Enable bootstd for Synology DS116 board by Tony Dinh · 1 year, 2 months ago
- b3f559a arm: kirkwood: Add support for ZyXEL NSA325 board by Tony Dinh · 1 year, 3 months ago
- 7b9c99b toradex: verdin-imx8mm/imx8mp: Remove bootcmd_mfg by Joao Paulo Goncalves · 1 year, 2 months ago
- 2775250 verdin-imx8mp: drop unused tdx easy installer ifdef by Hiago De Franco · 1 year, 3 months ago
- ef2eb10 drivers: introduce Meson Secure Monitor driver by Alexey Romanov · 1 year, 2 months ago
- 9ec6db3 sandbox: add sandbox sm uclass driver by Alexey Romanov · 1 year, 2 months ago
- c52cd07 drivers: introduce Secure Monitor uclass by Alexey Romanov · 1 year, 2 months ago
- 3c3f162 Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 1 month ago
- 7eb4eb5 firmware: scmi: install base protocol to SCMI agent by AKASHI Takahiro · 1 year, 1 month ago
- ec8727b firmware: scmi: implement SCMI base protocol by AKASHI Takahiro · 1 year, 1 month ago
- 55de62b firmware: scmi: framework for installing additional protocols by AKASHI Takahiro · 1 year, 1 month ago
- 689204b firmware: scmi: use a protocol's own channel if assigned by AKASHI Takahiro · 1 year, 1 month ago
- c6230cd scmi: refactor the code to hide a channel from devices by AKASHI Takahiro · 1 year, 1 month ago
- bc8fa1c core: introduce dev_read_addr_name[_size]_ptr() functions by Matthias Schiffer · 1 year, 2 months ago
- e367305 core: return FDT_ADDR_T_NONE from devfdt_get_addr_[size_]name() on errors by Matthias Schiffer · 1 year, 2 months ago
- e42c4d6 core: fix doc comments of dev_read_addr*() and related functions by Matthias Schiffer · 1 year, 2 months ago
- d5d24e2 Merge tag 'efi-2024-01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 1 month ago
- 6961ca0 Merge tag 'xilinx-for-v2024.01-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 1 year, 1 month ago
- 8acaec9 mtd/spinand: sync supported devices with linux-5.15.43 by Mikhail Kshevetskiy · 1 year, 11 months ago
- b20913e mtd/spinand: rework detect procedure for different READ_ID operation by Mikhail Kshevetskiy · 1 year, 11 months ago
- 174b34f board: ti: am64x: Switch to standard boot flow by Roger Quadros · 1 year, 2 months ago
- 1cff5bf dt-bindings: reset: add Meson A1 reset bindings by Alexey Romanov · 1 year, 2 months ago
- 935d410 dt-bindings: clock: Add Amlogic A1 clock bindings by Igor Prusov · 1 year, 2 months ago
- c1ab046 efi_loader: use well-known guid for auto-created boot option by Masahisa Kojima · 1 year, 1 month ago
- c2bd2d3 expo: Update tests to include textline by Simon Glass · 1 year, 2 months ago
- 8579cb0 expo: Support handling any key in cedit by Simon Glass · 1 year, 2 months ago
- 4db7519 expo: Add basic support for textline objects by Simon Glass · 1 year, 2 months ago
- 93f99b3 expo: Add some scene fields needed for text entry by Simon Glass · 1 year, 2 months ago
- d88edd2 expo: Allow highlighting other scene-object types by Simon Glass · 1 year, 2 months ago
- 909c486 expo: Fix up comments for get_cur_menuitem_text() et al by Simon Glass · 1 year, 2 months ago
- 37db20d video: Support showing a cursor by Simon Glass · 1 year, 2 months ago
- 617d7b5 video: Export vidconsole_entry_start() by Simon Glass · 1 year, 2 months ago
- 9899eef video: Allow saving and restoring text-entry state by Simon Glass · 1 year, 2 months ago
- 9e55d09 video: Allow obtaining the nominal size of a string size by Simon Glass · 1 year, 2 months ago
- 39ee321 cli: Add a function to set up a new cread by Simon Glass · 1 year, 2 months ago
- 3b487bf cli: Allow command completion to be disabled by Simon Glass · 1 year, 2 months ago
- 8fc041f cli: Allow history to be disabled by Simon Glass · 1 year, 2 months ago
- e5509ce cli: Create a function to process characters by Simon Glass · 1 year, 2 months ago
- be5c2ed cli: Convert cread_line() to use a struct for the main vars by Simon Glass · 1 year, 2 months ago
- 6321391 cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readline by Simon Glass · 1 year, 2 months ago
- 33eb0b9 cli: Add a command to show cmdline history by Simon Glass · 1 year, 2 months ago
- 3d5e52b ARM: psci: move GIC address override to Kconfig by Andre Przywara · 1 year, 2 months ago
- e65f6ba event: Rename rest of EVENT_SPY to EVENT_SPY_FULL or EVENT_SPY* by Marek Vasut · 1 year, 3 months ago
- 0501c99 board: xen: introduce virtio-blk support by Andrii Chepurnyi · 1 year, 2 months ago
- 5ae883c Merge tag 'fsl-qoirq-2023-10-10' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 1 year, 1 month ago
- 94a8462 dm: blk: Drop blk_{read,write}_devnum() by Bin Meng · 1 year, 2 months ago
- a9bf25c dm: blk: Rename get_desc() and make it externally visible by Bin Meng · 1 year, 2 months ago
- 8897fab blk: sandbox: Support binding a device with a given logical block size by Bin Meng · 1 year, 2 months ago
- 7020b2e blk: Use a macro for the typical block size by Bin Meng · 1 year, 2 months ago
- 1dd7b56 drivers: net: fsl-mc: add support for MC reserved memory by Laurentiu Tudor · 1 year, 2 months ago
- 487fa1a fsl-layerscape: drop obsolete PPA secure firmware support by Laurentiu Tudor · 1 year, 3 months ago
- 6da11cc stdio: fix stdio_deregister_dev() by Heinrich Schuchardt · 1 year, 2 months ago
- a60d968 spl: add __noreturn attribute to spl_invoke_atf function by Chanho Park · 1 year, 3 months ago
- d053583 pinctrl: Increase size of pinmux status buffer by Venkatesh Yadav Abbarapu · 1 year, 2 months ago
- d9bb6d7 Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year, 2 months ago
- 992f297 configs: rockchip: rk3308: enable CONFIG_OF_LIBFDT_OVERLAY by FUKAUMI Naoki · 1 year, 2 months ago
- 667742a configs: rockchip: rk3308: use CONFIG_DEFAULT_FDT_FILE by FUKAUMI Naoki · 1 year, 2 months ago
- 74273f1 arm: dts: rockchip: sync DT for RK3588 series with Linux by FUKAUMI Naoki · 1 year, 3 months ago
- a1b7fd7 spl: fit: support for booting a LZMA-compressed U-boot binary by Manoj Sai · 1 year, 2 months ago
- ce6ab56 spl: fit: support for booting a GZIP-compressed U-boot binary by Manoj Sai · 1 year, 2 months ago
- d99fb64 power: regulator: Only run autoset once for each regulator by Jonas Karlman · 1 year, 3 months ago
- f69d3d6 pci: serial: Support reading PCI-register size with base by Simon Glass · 1 year, 2 months ago
- 61fc132 dm: core: Tweak device_is_on_pci_bus() for code size by Simon Glass · 1 year, 2 months ago
- 9031ba8 spl: Add C-based runtime detection of SPL by Simon Glass · 1 year, 2 months ago
- be59514 command: Include a required header in command.h by Simon Glass · 1 year, 2 months ago
- 3d65318 bloblist: Support initing from multiple places by Simon Glass · 1 year, 2 months ago
- 7071c82 dm: core: Support writing a 64-bit value by Simon Glass · 1 year, 2 months ago
- d9216c8 dm: core: Support writing a boolean by Simon Glass · 1 year, 2 months ago
- 62b1db3 dm: core: Add a way to convert a devicetree to a dtb by Simon Glass · 1 year, 2 months ago
- 67fb215 dm: core: Add a way to delete a node by Simon Glass · 1 year, 2 months ago
- c15862f dm: core: Add a way to copy a node by Simon Glass · 1 year, 2 months ago
- e0c3c21 dm: core: Add a function to create an empty tree by Simon Glass · 1 year, 2 months ago
- 2479709 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · 1 year, 2 months ago
- 035ab46 spl: Move the full FIT code to spl_fit.c by Simon Glass · 1 year, 2 months ago
- 17ba501 spl: Remove #ifdefs with BOOTSTAGE by Simon Glass · 1 year, 2 months ago
- 2003a83 spl: Avoid an #ifdef when printing gd->malloc_ptr by Simon Glass · 1 year, 2 months ago
- 3d6d507 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · 1 year, 2 months ago
- f817e08 spl: Drop the switch() statement for OS selection by Simon Glass · 1 year, 2 months ago
- e0be6ea spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 2 months ago
- 6371c47 spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · 1 year, 2 months ago
- 5277987 spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC by Simon Glass · 1 year, 2 months ago
- 82e26e0 spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · 1 year, 2 months ago
- b83e285 Merge tag 'u-boot-stm32-20231004' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 1 year, 2 months ago
- 9cf125b configs: stm32mp13: add support of usb boot by Patrick Delaunay · 1 year, 2 months ago
- 3ac6cae configs: stm32mp13: activate command stm32prog by Patrick Delaunay · 1 year, 2 months ago
- f959118 ARM: dts: stm32mp: alignment with v6.6-rc1 by Patrice Chotard · 1 year, 2 months ago
- dbfe77a ARM: stm32: Add dh_update_sd_to_emmc to STM32MP15xx DHCOR by Marek Vasut · 1 year, 2 months ago
- 2ea4f97 ARM: stm32: Rename update_sf to dh_update_sd_to_sf on STM32MP15xx DHCOR by Marek Vasut · 1 year, 2 months ago
- 36ce1d5 Remove the hardcoded ST logo no longer in use by Dario Binacchi · 1 year, 3 months ago
- 9192b13 board: stm32f746-disco: refactor the display of the ST logo by Dario Binacchi · 1 year, 3 months ago