aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-20Merge tag 'dm-pull-20jul23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/20Jul2023Tom Rini44-153/+1238
2023-07-20Merge branch '2023-07-20-assorted-CI-updates'Tom Rini10-60/+57
2023-07-20binman: Reduce state.SetInt and bintool cmd to debug levelSimon Glass2-3/+3
2023-07-20binman: Support writing symbols inside a mkimage imageSimon Glass4-2/+127
2023-07-20binman: Support templates at any levelSimon Glass3-2/+63
2023-07-20binman: Add a test for templating in a FITSimon Glass2-0/+44
2023-07-20binman: Support templating with multiple imagesSimon Glass3-2/+42
2023-07-20binman: Support simple templatesSimon Glass5-1/+165
2023-07-20dtoc: Allow inserting a list of nodes into anotherSimon Glass3-1/+74
2023-07-20dtoc: Support copying the contents of a node into anotherSimon Glass3-3/+266
2023-07-20binman: Correct handling of zero bss sizeSimon Glass10-4/+69
2023-07-20binman: Drop __bss_size variable in bss_data.cSimon Glass1-2/+1
2023-07-20binman: Provide a way to specify the fdt-list directlySimon Glass4-0/+85
2023-07-20binman: Convert mkimage to Entry_sectionMarek Vasut4-80/+130
2023-07-20binman: Add more detail on how ObtainContents() worksSimon Glass2-1/+34
2023-07-20binman: Update elf to return number of written symbolsSimon Glass2-5/+16
2023-07-20stm32mp15: Avoid writing symbols in SPLSimon Glass1-0/+1
2023-07-20binman: Allow disabling symbol writingSimon Glass5-5/+64
2023-07-20binman: Read _multiple_data_files in the correct placeSimon Glass1-1/+2
2023-07-20binman: Use GetEntries() to obtain section contentsSimon Glass1-9/+9
2023-07-20binman: Init align_default in entry_SectionSimon Glass1-0/+1
2023-07-20tools: Fix package discovery in pyproject.toml of u_boot_pylib.Maxim Cournoyer1-0/+4
2023-07-20tools: Fix README file in pyproject.toml of u_boot_pylib.Maxim Cournoyer1-1/+1
2023-07-20bootstd: USB devtype detection for script bootJohn Clark1-1/+4
2023-07-20cmd: fix loads, saves on sandboxHeinrich Schuchardt1-4/+12
2023-07-20sandbox: fix a compilation errorSergei Antonov3-25/+24
2023-07-20core: read: fix dev_read_addr_size()John Keeping3-13/+6
2023-07-20dm: core: of_access: fix return value in of_property_match_stringEugen Hristev1-1/+4
2023-07-20CI: Add automatic retry for test.py jobsWIP/2023-07-20-assorted-CI-updatesTom Rini2-0/+2
2023-07-20Azure: Add excludes to the imx8_imx9 jobTom Rini1-1/+1
2023-07-20Azure: Rework our Rockchip jobs slightlyTom Rini1-4/+4
2023-07-20CI: Update to the latest "Jammy" tagTom Rini3-3/+3
2023-07-20CI: Update to gcc-13.1.0Tom Rini4-32/+33
2023-07-20buildman: Switch ARC toolchain to the upstream versionAlexey Brodkin3-9/+1
2023-07-20CI: Update to QEMU 8.0.3Tom Rini1-3/+2
2023-07-20tools/docker: Dockerfile: Don't specify dtc submoduleTom Rini1-1/+0
2023-07-20spl: Correct spl_board_boot_device function prototypeTom Rini1-1/+2
2023-07-20arm: mx5: Correct mxc_set_clock function prototypeTom Rini1-1/+1
2023-07-20mips: octeon: Correct types in cvmx-pko3-queueTom Rini2-6/+9
2023-07-20Merge tag 'efi-2023-10-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini11-87/+69
2023-07-20efi_loader: support all uclasses in device pathHeinrich Schuchardt2-31/+32
2023-07-20efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIOHeinrich Schuchardt1-9/+3
2023-07-20test: avoid function name 'setup'Heinrich Schuchardt5-24/+24
2023-07-20efi_driver: fix duplicate efiblk#0 issueMasahisa Kojima1-4/+2
2023-07-20efi_loader: make efi_remove_protocol() staticIlias Apalodimas2-7/+3
2023-07-20efi_loader: use efi_install_multiple_protocol_interfaces()Ilias Apalodimas1-4/+4
2023-07-20efi_loader: simplify efi_uninstall_protocol()Heinrich Schuchardt1-8/+1
2023-07-19Merge tag 'fsl-qoriq-2023-7-13' of https://source.denx.de/u-boot/custodians/u...WIP/19Jul2023Tom Rini25-19/+153
2023-07-18Merge https://source.denx.de/u-boot/custodians/u-boot-mmcWIP/18Jul2023Tom Rini3-4/+35
2023-07-18Merge branch '2023-07-17-assorted-updates'Tom Rini31-394/+917