aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-03efi_loader: memory leak efi_add_memory_map_pgHeinrich Schuchardt1-0/+2
2023-08-03efi_loader: out of memory in efi_mem_carve_outHeinrich Schuchardt1-0/+6
2023-08-03efi_loader: overflow in efi_allocate_pagesHeinrich Schuchardt1-1/+6
2023-08-03efi_loader: error handling in tcg2_hash_pe_image()Heinrich Schuchardt1-4/+2
2023-08-03efi_loader: out of memory in efi_add_memory_map_pgHeinrich Schuchardt1-0/+2
2023-08-03efi_selftest: remove superfluous assignmentsHeinrich Schuchardt1-11/+0
2023-08-03efi_loader: fix an IS_ERR() vs NULL checkDan Carpenter1-2/+1
2023-08-03efi_loader: capsule: enforce guid check in api and capsule_on_diskAKASHI Takahiro1-9/+8
2023-08-03efi_loader: Fix memory corruption on 32bit systemsDan Carpenter1-2/+3
2023-08-03dm: Correct DM_FLAG_ commentBin Meng1-1/+1
2023-08-03doc: describe QEMU virtio block deviceHeinrich Schuchardt1-2/+12
2023-08-03doc: move README.falcon to HTMLHeinrich Schuchardt3-232/+259
2023-08-03doc: board: ti: Add SPDX License to svg imagesNishanth Menon16-0/+64
2023-08-03doc: U-Boot boot phasesHeinrich Schuchardt1-3/+10
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