aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-24serial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINEWIP/2023-10-24-assorted-general-fixes-and-updatesRasmus 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/+507
2023-10-24spl: atf: Reduce SPL code sizeMassimo Pegorer1-22/+19
2023-10-24spl: atf: Fix potential but not occurring bugMassimo Pegorer1-8/+7
2023-10-24image: fit: Improve functions description commentsMassimo Pegorer1-7/+5
2023-10-24spl: atf: Improve comments and code readabilityMassimo Pegorer1-19/+15
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
2023-10-23bootstd: sata: bootdev scanning for ahci sata with no drive attachedWIP/2023-10-23-bootstd-fixes-and-improvementsTony Dinh1-0/+6
2023-10-23bootstd: sata: Add bootstd support for ahci sataTony Dinh5-5/+113
2023-10-23bootstd: Scan all bootdevs in a boot_targets entry (take 2)Simon Glass3-5/+52
2023-10-23bootstd: Correct logic for single uclassSimon Glass2-2/+35
2023-10-23bootstd: Expand boot-ordering test to include USBSimon Glass1-3/+14
2023-10-23Revert "bootstd: Scan all bootdevs in a boot_targets entry"Simon Glass3-31/+3