aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-07riscv: Fix build against binutils 2.38WIP/2022-10-07-riscv-toolchain-updateAlexandre Ghiti1-1/+10
2022-10-07buildman: differentiate between riscv32, riscv64Heinrich Schuchardt1-0/+11
2022-10-07docker: install riscv32 toolchainHeinrich Schuchardt3-4/+4
2022-10-06Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/06Oct2022Tom Rini33-2849/+179
2022-10-06arm: mvebu: turris_omnia: Specify VHV gpio for eFUSE programmingPali Rohár1-0/+2
2022-10-06arm: mvebu: Add support for specifying VHV_Enable GPIOPali Rohár2-3/+54
2022-10-06arm: mvebu: Add support for programming LD0 and LD1 eFusePali Rohár2-0/+47
2022-10-06timer: orion-timer: Only init timer onceStefan Roese1-5/+5
2022-10-06arm: mvebu: Remove timer.cStefan Roese3-48/+0
2022-10-06tools: kwbimage: Verify maximal kwbimage header sizePali Rohár1-0/+3
2022-10-06mtd: nand: pxa3xx: simplify ECC hardware parametersChris Packham1-179/+68
2022-10-06board/km: remove kirkwood boardsHolger Brunck23-2615/+1
2022-10-03Merge branch 'next'WIP/03Oct2022Tom Rini872-6453/+26427
2022-10-03Prepare v2022.10v2022.10Tom Rini3-12/+744
2022-10-03imx8mn-ddr4-evk-u-boot: Fix broken bootFabio Estevam1-0/+4
2022-10-03imx8mn-venice-u-boot: Fix broken bootFabio Estevam1-0/+4
2022-09-30Merge branch '2022-09-29-dm-core-support-multiple-device-trees-in-ofnode' int...Tom Rini133-617/+2257
2022-09-30Merge tag 'efi-2022-10-rc6' of https://source.denx.de/u-boot/custodians/u-boo...WIP/30Sep2022Tom Rini3-56/+68
2022-09-29dm: core: Support copying properties with ofnodeSimon Glass3-0/+99
2022-09-29dm: core: Allow copying ofnode property data when writingSimon Glass4-13/+92
2022-09-29vbe: Allow test to run with live/flat treeSimon Glass1-14/+9
2022-09-29dm: core: Expand ofnode testsSimon Glass2-22/+214
2022-09-29dm: core: Create a function to get a live tree in a testSimon Glass1-8/+49
2022-09-29dm: core: Update comments for default-FDT ofnode functionsSimon Glass1-3/+15
2022-09-29dm: core: Complete phandle implementation using the other FDTSimon Glass3-2/+87
2022-09-29dm: core: Add the ofnode multi-tree implementationSimon Glass3-56/+238
2022-09-29dm: core: Add definitions for multiple ofnode treesSimon Glass2-2/+55
2022-09-29dm: core: Split ofnode_path_root() into two functionsSimon Glass5-13/+55
2022-09-29dm: core: Allow obtaining a node offset in the same treeSimon Glass2-21/+42
2022-09-29dm: core: Add a way to look up a phandle in an oftreeSimon Glass3-0/+41
2022-09-29dm: core: Add ofnode functions to obtain an oftreeSimon Glass2-2/+68
2022-09-29dm: core: Add an ofnode function to obtain the flat treeSimon Glass2-41/+69
2022-09-29dm: core: Provide a way to reset the device treeSimon Glass4-1/+16
2022-09-29dm: core: Expand integer-reading testsSimon Glass5-17/+125
2022-09-30efi_loader: fix efi_initrd_deregister()Heinrich Schuchardt1-0/+3
2022-09-30efi_selftest: prefix test functions with efi_st_Heinrich Schuchardt1-43/+44
2022-09-30doc: improve description of autostartHeinrich Schuchardt1-13/+21
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass22-39/+22
2022-09-29dm: core: Add a macro to iterate through propertiesSimon Glass3-1/+63
2022-09-29dm: core: Avoid creating a name property when unflatteningSimon Glass3-3/+8
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass6-16/+15
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass6-15/+15
2022-09-29dm: core: Reduce code size with dev_of_offset()Simon Glass2-12/+12
2022-09-29sandbox: test: Provide an easy way to use the other FDTSimon Glass2-3/+39
2022-09-29sandbox: Support setting up the other FDT for testingSimon Glass3-5/+67
2022-09-29sandbox: Support loading the other FDTSimon Glass4-1/+78
2022-09-29sandbox: Add a function to load a relative file pathSimon Glass3-9/+43
2022-09-29test: Drop the UT_TESTF_LIVE_OR_FLAT flagSimon Glass2-15/+3
2022-09-29test: Detect a change in the device treeSimon Glass2-3/+20
2022-09-29test: Make a copy of the device tree before running a testSimon Glass3-14/+83