summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-02-13boot: add support for button commandsCaleb Connolly
2024-02-12lib: charset: Fix and extend utf8_to_utf32_stream() documentationJanne Grunau
2024-02-10ARM: renesas: Add Renesas R8A779H0 V4M Gray Hawk board codeHai Pham
2024-02-10dt-bindings: power: Add R8A779H0 V4M SYSC power domain definitionsDuy Nguyen
2024-02-10dt-bindings: clock: Add R8A779H0 V4M CPG Core Clock DefinitionsDuy Nguyen
2024-02-08Merge tag 'u-boot-imx-master-20240208' of https://gitlab.denx.de/u-boot/custo...Tom Rini
2024-02-08phycore-imx8mp: add support for booting and flashing emmc via UUUBenjamin Hahn
2024-02-08imx: scu_api: add implementation of sc_pm_reset_reasonIgor Opaniuk
2024-02-08board: phytec: phycore-imx93: Add phyBOARD-Segin-i.MX93 supportMathieu Othacehe
2024-02-08tools: mkimage: Add support for i.MXRT FlexSPI HeaderJesse Taube
2024-02-08net: phy: nxp-c45-tja11xx: use local definion of featuresRadu Pirea (NXP OSS)
2024-02-07Merge tag 'u-boot-rockchip-20240207' of https://source.denx.de/u-boot/custodi...Tom Rini
2024-02-05Merge patch series "board: siemens: clean up subfolders"Tom Rini
2024-02-05siemens: eeprom: clean up definitionsEnrico Leto
2024-02-04rockchip: rk3588: Sync device tree from linux v6.8-rc1Jonas Karlman
2024-02-04rockchip: rk356x: Sync device tree from linux v6.7Jonas Karlman
2024-02-04rockchip: rv1126: Move RAM disk addressTim Lunn
2024-02-04board: rockchip: Add Sonoff iHost boardTim Lunn
2024-02-04rockchip: Convert rv1126 to standard bootTim Lunn
2024-02-02smbios: correctly name Structure Table Maximum Size fieldHeinrich Schuchardt
2024-01-31riscv: sophgo: milkv_duo: initial support addedKongyang Liu
2024-01-31riscv: qemu: enable booting on a second virtio deviceAurelien Jarno
2024-01-29clk: Document clk_ops return codes and behaviorSean Anderson
2024-01-29treewide: Remove clk_freeSean Anderson
2024-01-29clk: Remove rfreeSean Anderson
2024-01-29Merge tag 'efi-2024-04-rc1-4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2024-01-29Merge patch series "Move framebuffer reservation for SPL to RAM end"Tom Rini
2024-01-29spl: Enforce framebuffer reservation from end of RAMDevarsh Thakkar
2024-01-29Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2024-01-29mtd: spi-nor-core: Rework spi_nor_cypress_octal_dtr_enable()Takahiro Kuwano
2024-01-29mtd: spi-nor-core: Use CLPEF(0x82) as alternative to CLSR(0x30) for S25 and S28Takahiro Kuwano
2024-01-29mtd: spi-nor-core: Consolidate non-uniform erase helpers for S25 and S28Takahiro Kuwano
2024-01-29mtd: spi-nor-core: Clean up macros for Infineon(Cypress) S25 and S28Takahiro Kuwano
2024-01-29efi_loader: export efi_get_configuration_tableHeinrich Schuchardt
2024-01-29sunxi: cleanup sunxi-common.hAndre Przywara
2024-01-26efi_loader: migrate SMBIOS 3.0 entry point structure for measurementMasahisa Kojima
2024-01-26smbios: type2: contained object handlesHeinrich Schuchardt
2024-01-24headers: don't depend on errno.h being availableMax Krummenacher
2024-01-21part: correct documentation of part_get_bootable()Heinrich Schuchardt
2024-01-19Merge tag 'u-boot-stm32-20240119' of https://source.denx.de/u-boot/custodians...Tom Rini
2024-01-19ARM: stm32: Set stdio to serial on DH STM32MP15xx DHSOMMarek Vasut
2024-01-19Merge branch '2024-01-18-assorted-fixes'Tom Rini
2024-01-19env: allow to copy value from default environment into a bufferQuentin Schulz
2024-01-19board: rockchip: Add the Turing RK1 SoMJoshua Riek
2024-01-19rockchip: rk35xx: expand space for decompressed kernelHugh Cole-Baker
2024-01-18drivers: pci: Fix dm_pci_map_bar() to support 64b BARsMoritz Fischer
2024-01-18include: env: ti: add default for do_main_cpsw0_qsgmii_phyinitManorit Chawdhry
2024-01-18include: env: ti: ti_common: Fix a missing semicolonManorit Chawdhry
2024-01-17Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro