aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-25Merge tag 'efi-2024-01-rc2' of https://source.denx.de/u-boot/custodians/u-boo...WIP/25Oct2023Tom Rini10-12/+72
2023-10-24Merge branch '2023-10-24-assorted-general-fixes-and-updates'Tom Rini179-160/+1657
2023-10-24efi_loader: fix EFI_ENTRY point on get_active_pcr_banksIlias Apalodimas1-1/+2
2023-10-24efi_loader: expose the device-tree file nameHeinrich Schuchardt3-0/+49
2023-10-24efi_loader: fix efi_dp_from_ethHeinrich Schuchardt1-1/+4
2023-10-24doc: usage: fix ordering of shell commandsTom Fitzhenry1-4/+4
2023-10-24doc: gpt: fix example of echoing variableTom Fitzhenry1-2/+3
2023-10-24doc: Replace dm_dump_all() with dm_dump_tree()Dylan Corrales1-1/+1
2023-10-24sphinx: Bump urllib3 versionTom Rini1-1/+1
2023-10-24doc: build: update description of build dependencies for Alpine LinuxMilan P. Stanić1-2/+8
2023-10-24serial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINERasmus Villemoes2-2/+16
2023-10-24serial: serial-uclass.c: move definition of _serial_flush up a bitRasmus Villemoes1-12/+12
2023-10-24test: dm: add SCMI power domain protocol testAKASHI Takahiro1-0/+103
2023-10-24sandbox: add SCMI power domain protocol support for testingAKASHI Takahiro5-1/+302
2023-10-24power: domain: add SCMI driverAKASHI Takahiro5-0/+213
2023-10-24firmware: scmi: add power domain protocol supportAKASHI Takahiro3-0/+367
2023-10-24cmd: mbr: Allow 4 MBR partitions without need for extendedAlexander Gendin10-4/+506
2023-10-24pstore: Use root address-cells/size-cells as defaults for reserved-memoryAndrey Skvortsov1-2/+8
2023-10-24.gitignore: ignore misc include, simple-bin, and tools/generated build artifactsJohn Clark1-1/+6
2023-10-24Makefile: remove misc include and simple-bin build artifacts on cleanJohn Clark1-3/+3
2023-10-24riscv: Remove common.h usageTom Rini34-32/+9
2023-10-24mips: Remove common.h usageTom Rini46-47/+4
2023-10-24microblaze: Remove common.h usageTom Rini10-9/+7
2023-10-24m68k: Remove common.h usageTom Rini39-30/+17
2023-10-24arc: Remove common.h usageTom Rini16-15/+3
2023-10-24include: Add <linux/types.h> in a few placesTom Rini3-0/+5
2023-10-24patman: Add a little documentation on the checkpatch testsSimon Glass1-0/+49
2023-10-24checkpatch.pl: Make common.h check boarderTom Rini2-4/+15
2023-10-24cli: Consume invalid escape sequences earlyYurii Monakov2-0/+14
2023-10-24Merge tag 'u-boot-rockchip-20231024' of https://source.denx.de/u-boot/custodi...WIP/24Oct2023Tom Rini57-295/+5472
2023-10-24Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini17-29/+184
2023-10-24rockchip: configs: sandbox: enable rkmtd commandJohan Jonker2-0/+2
2023-10-24rockchip: doc: add rkmtd.rstJohan Jonker2-0/+106
2023-10-24rockchip: test: dm: add rkmtd testJohan Jonker2-0/+201
2023-10-24rockchip: cmd: add rkmtd commandJohan Jonker3-0/+213
2023-10-24rockchip: block: blk-uclass: add bounce buffer flag to blk_descJohan Jonker3-2/+7
2023-10-24rockchip: block: add rkmtd class and driversJohan Jonker4-0/+1352
2023-10-24rockchip: dm: prepare rkmtd UCLASSJohan Jonker3-0/+6
2023-10-24mtd: nand: raw: rockchip_nfc: add NAND_SKIP_BBTSCAN optionJohan Jonker2-0/+12
2023-10-24board: rockchip: Add Xunlong Orange Pi 5 PlusJonas Karlman6-0/+989
2023-10-24board: rockchip: Add Xunlong Orange Pi 5Jonas Karlman6-0/+795
2023-10-24mtd: spi-nor: Add support for XMC XM25QU128CRicardo Pardini1-0/+1
2023-10-24rockchip: rk3588-rock-5b: Sync USB3 nodes from mainline linux patchesJonas Karlman4-157/+99
2023-10-24rockchip: rk3588-rock-5b: Enable support for PCIe SATA cardsJonas Karlman1-1/+5
2023-10-24rockchip: rk3588-rock-5a: Enable support for USB 2.0 portsJonas Karlman1-1/+15
2023-10-24rockchip: rk3588: Sync device tree from v6.7-rockchip-dts64-1 tagJonas Karlman9-85/+350
2023-10-24dt-bindings: leds: import common led bindings from linux v6.5Tom Fitzhenry1-1/+6
2023-10-23Prepare v2024.01-rc1v2024.01-rc1Tom Rini2-7/+6
2023-10-23configs: Resync with savedefconfigTom Rini23-36/+28
2023-10-23Merge branch '2023-10-23-bootstd-fixes-and-improvements'Tom Rini7-15/+192