aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-02Merge tag 'dm-pull-2aug23' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/02Aug2023Tom Rini17-48/+355
2023-08-02binman: Add a temporary hack for duplicate phandlesSimon Glass4-4/+21
2023-08-02cmd/bootdev: print readable status codeHeinrich Schuchardt1-1/+1
2023-08-02boot: fix bootdev_list()Heinrich Schuchardt1-1/+1
2023-08-02binman: Support templates containing phandlesSimon Glass5-0/+165
2023-08-02binman: Remove templates after useSimon Glass3-4/+25
2023-08-02fdt: Allow copying phandles into templatesSimon Glass2-13/+36
2023-08-02dtoc: Add some debugging when copying nodesSimon Glass2-1/+7
2023-08-02dtoc: Make properties dirty when purging themSimon Glass3-5/+18
2023-08-02binman: Produce a template-file after processingSimon Glass3-2/+25
2023-08-02Makefile: Show binman missing blob messageJonas Karlman1-1/+1
2023-08-02binman: Show filename in missing blob help messageJonas Karlman2-3/+12
2023-08-02binman: Fix blank line usage for invalid images warning textJonas Karlman1-6/+7
2023-08-02binman: Override CheckOptional in fit entryJonas Karlman3-0/+15
2023-08-02binman: Report missing external blobs using error levelJonas Karlman1-9/+9
2023-08-02binman: Update missing optional external blob warning textJonas Karlman2-2/+2
2023-08-02binman: Update tee-os missing blob help textJonas Karlman1-1/+1
2023-08-02Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini20-64/+755
2023-08-02binman: elf: Check for ELF_TOOLS availability and remove extra semicolonLukas Funke2-6/+20
2023-08-02riscv: qemu: Enable usb keyboard as an input deviceBin Meng4-1/+16
2023-08-02riscv: qemu: Remove out-of-date "riscv, kernel-start" handlingBin Meng2-34/+0
2023-08-02riscv: qemu: Enable PRE_CONSOLE_BUFFERBin Meng1-0/+5
2023-08-02console: Print out complete stdio device listBin Meng1-9/+21
2023-08-02console: Refactor stdio_print_current_devices() a little bitBin Meng1-15/+15
2023-08-02console: Make stdio_print_current_devices() staticBin Meng2-3/+1
2023-08-02console: kconfig: Drop the redundant VIDEO dependencyBin Meng1-1/+1
2023-08-02riscv: qemu: Enable Bochs video supportBin Meng3-0/+13
2023-08-02acpi: Add missing RISC-V acpi_table headerHeinrich Schuchardt1-0/+11
2023-08-02riscv: sifive: initialize PCI on UnmatchedHeinrich Schuchardt1-0/+1
2023-08-02configs: starfive-jh7110: Add CONFIG_RTL8169Minda Chen1-0/+1
2023-08-02net: rtl8169: Add one device ID 0x8161Minda Chen1-2/+4
2023-08-02net: rtl8169: Fix DMA minimal aligned compile warning in RISC-VMinda Chen1-1/+3
2023-08-02net: rtl8169: Fix compile warning in rtl8169Minda Chen1-6/+6
2023-08-02riscv: dts: starfive: Enable PCIe host controllerMason Huo2-0/+85
2023-08-02configs: starfive-jh7110: Add support for PCIe host driverMason Huo1-0/+7
2023-08-02starfive: pci: Add StarFive JH7110 pcie driverMason Huo5-0/+566
2023-08-02i2c: designware: Add Kconfig for designware_i2c_pci.cMinda Chen2-3/+10
2023-08-01Merge tag 'x86-pull-20230801' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini9-20/+24
2023-08-01Merge tag 'video-20230801' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini5-29/+29
2023-08-01Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini3-8/+25
2023-08-01drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove videoNikhil M Jain1-2/+8
2023-08-01drivers: video: tidss: tidss_drv: Change remove methodNikhil M Jain1-11/+1
2023-08-01video: bochs: Set the frame buffer size per configurationBin Meng1-2/+2
2023-08-01video: kconfig: Set default FB size for BochsBin Meng1-2/+4
2023-08-01video: kconfig: Drop the superfluous dependencyBin Meng1-4/+4
2023-08-01video: kconfig: Fix wrong text for the PCI default FB sizeBin Meng1-2/+2
2023-08-01video: bochs: Remove the x86 dependencyBin Meng1-1/+0
2023-08-01video: bochs: Avoid using IO instructions to access VGA IO portBin Meng2-6/+4
2023-08-01video: bochs: Drop the useless argument of bochs_vga_write()Bin Meng2-4/+8
2023-08-01video: bochs: Drop inclusion of <asm/mtrr.h>Bin Meng1-1/+0