aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-19net: wget: Support non-default HTTP portMarek Vasut1-1/+0
2023-12-12board: colibri_imx7: fix emmc detectionMarcel Ziswiler1-1/+0
2023-12-09Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini1-0/+1
2023-12-09Merge patch series "bootflow: bootmeth_efi: Fix network efi boot."Tom Rini1-0/+2
2023-12-09bootflow: bootmeth_efi: Handle fdt not available.Shantur Rathore1-0/+2
2023-12-06starfive: visionfive2: add device tree overlay supportJohn Clark1-0/+1
2023-12-01usb: xhci: Better error handling in abort_td()Hector Martin1-0/+2
2023-11-17bootstd: Avoid freeing a non-allocated bufferSimon Glass1-1/+4
2023-11-14dm: Do not enable debug messages by defaultHeinrich Schuchardt1-3/+1
2023-11-14efi: Correct handling of frame bufferSimon Glass1-3/+6
2023-11-12power: regulator: add AXP313 supportAndre Przywara1-0/+1
2023-11-10Merge branch '2023-11-10-assorted-fixes'Tom Rini54-58/+58
2023-11-10bootstd: Skip over bad device during bootflows scanningTony Dinh1-1/+1
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon53-57/+57
2023-11-09board: rockchip: add Pine64 QuartzPro64 RK3588 boardTom Fitzhenry1-0/+14
2023-11-07dt-bindings: Remove VSC8531 specific RGMII delay definitionsMichal Simek1-9/+0
2023-11-07serial: zynqmp: Fetch baudrate from dtb and updateAlgapally Santosh Sagar3-3/+24
2023-11-07configs: Add support in Kconfig and convert for armada boardsAlgapally Santosh Sagar3-3/+2
2023-11-06bmips: Add Inteno XG6846 boardLinus Walleij1-0/+8
2023-11-06Merge tag 'u-boot-amlogic-20231106' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+1
2023-11-06ARM: configs: libretech-ac: enable USB_DFU like in meson64.hNeil Armstrong1-0/+1
2023-11-05net: Add option for tracing packetsSean Anderson1-0/+4
2023-11-03sysreset: implement PALMAS sysreset functionsSvyatoslav Ryhel1-0/+11
2023-11-03sysreset: implement TPS65910 sysreset functionsSvyatoslav Ryhel1-0/+7
2023-11-03sysreset: implement TPS80031 sysreset functionsSvyatoslav Ryhel1-0/+5
2023-11-03sysreset: implement MAX77663 sysreset functionsSvyatoslav Ryhel1-0/+5
2023-11-03power: pmic: tps65910: add TPS65911 PMIC supportSvyatoslav Ryhel1-0/+44
2023-11-03power: pmic: add the base TPS80031 PMIC supportSvyatoslav Ryhel1-0/+45
2023-11-03power: pmic: add the base MAX77663 PMIC supportSvyatoslav Ryhel1-0/+42
2023-11-03configs: transformer_t30: convert bootmenu optionSvyatoslav Ryhel1-6/+1
2023-11-02binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGESimon Glass1-1/+1
2023-11-02Merge tag 'i2cfixes-for-v2024-01-rc2' of https://source.denx.de/u-boot/custod...Tom Rini1-0/+12
2023-11-02Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini2-1/+46
2023-11-02riscv: allow resume after exceptionHeinrich Schuchardt1-0/+45
2023-11-02board: sifive: unmatched: move kernel load address to 0x80200000Yong-Xuan Wang1-1/+1
2023-11-01Merge tag 'clk-2024.01-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-5/+7
2023-11-01clk: also handle ENOENT in *_optional functionsYang Xiwen1-3/+5
2023-11-01clk: fix count parameter type for clk_release_allEugen Hristev1-2/+2
2023-11-01mmc: sdhci: Rework SDHCI_QUIRK_BROKEN_R1BSean Anderson1-0/+1
2023-10-31corstone1000: enable distro booting commandAbdellatif El Khlifi1-1/+2
2023-10-31board: developerbox: remove obsolete NOR flash layout definitionMasahisa Kojima1-19/+0
2023-10-31configs: npcm: Support more uart baud rateJim Liu2-1/+7
2023-10-31i2c: Implement i2c_get_chip_by_phandle()Philip Richard Oberfichtner1-0/+12
2023-10-28iot2050: Allow for more than 1 USB storage deviceJan Kiszka1-0/+9
2023-10-27vexpress64: Add MMC card to the BOOT_TARGET_DEVICES of FVPWei Chen1-0/+7
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini5-46/+274
2023-10-27Merge tag 'u-boot-amlogic-20231027' of https://source.denx.de/u-boot/custodia...Tom Rini1-7/+42
2023-10-27test: Add sandbox TPM boot measurementEddie James1-0/+1
2023-10-27bootm: Support boot measurementEddie James2-0/+12
2023-10-27tpm: Support boot measurementsEddie James2-44/+259