summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-10-11image-pre-load: Move macros/definitions to image.hSteven Lawrance1-0/+43
2022-10-11Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custo...Tom Rini1-0/+1
2022-10-10Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-0/+30
2022-10-10phy: Add generic_{setup,shutdown}_phy() helpersPatrice Chotard1-0/+30
2022-10-10efi_loader: internal CloseProtocolHeinrich Schuchardt1-5/+4
2022-10-10efi_loader: don't export efi_remove_all_protocolsHeinrich Schuchardt1-2/+0
2022-10-10Merge tag 'u-boot-nand-20221009' of https://source.denx.de/u-boot/custodians/...Tom Rini3-2/+35
2022-10-09mtd: Update the function name to 'rfree'Fabio Estevam1-1/+1
2022-10-09mtd: mxs_nand: Support EDO mode for imx8mn architectureMichael Trimarchi1-0/+3
2022-10-09dm: clk: add missing stub when CONFIG_CLK is deactivatedDario Binacchi1-1/+31
2022-10-07Merge tag 'efi-2023-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini3-20/+38
2022-10-07arm: nuvoton: Add support for Nuvoton NPCM845 BMCJim Liu3-0/+211
2022-10-07common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait1-0/+13
2022-10-06efi_loader: define internal implementations of install/uninstallmultipleIlias Apalodimas2-2/+6
2022-10-06efi_driver: move event registration to driverHeinrich Schuchardt1-2/+5
2022-10-06efi_driver: add init function to EFI block driverHeinrich Schuchardt1-0/+3
2022-10-06efi_driver: provide driver binding protocol to bind functionHeinrich Schuchardt1-14/+15
2022-10-06doc: documentation of EFI driver binding protocolHeinrich Schuchardt1-7/+12
2022-10-06efi_driver: fix error handlingHeinrich Schuchardt1-1/+1
2022-10-06efi_loader: function to unlink udevice and handleHeinrich Schuchardt1-0/+1
2022-10-06efi: Add string conversion helperPaul Barker1-1/+2
2022-10-06board/km: remove kirkwood boardsHolger Brunck2-276/+0
2022-10-05dm: fpga: Introduce new uclassAlexander Dahl1-0/+1
2022-09-30dm: core: Support copying properties with ofnodeSimon Glass1-0/+16
2022-09-30dm: core: Allow copying ofnode property data when writingSimon Glass1-4/+8
2022-09-30dm: core: Update comments for default-FDT ofnode functionsSimon Glass1-3/+15
2022-09-30dm: core: Complete phandle implementation using the other FDTSimon Glass1-0/+5
2022-09-30dm: core: Add the ofnode multi-tree implementationSimon Glass1-47/+64
2022-09-30dm: core: Add definitions for multiple ofnode treesSimon Glass1-2/+31
2022-09-30dm: core: Split ofnode_path_root() into two functionsSimon Glass1-3/+13
2022-09-30dm: core: Allow obtaining a node offset in the same treeSimon Glass1-12/+32
2022-09-30dm: core: Add a way to look up a phandle in an oftreeSimon Glass1-0/+25
2022-09-30dm: core: Add ofnode functions to obtain an oftreeSimon Glass1-0/+63
2022-09-30dm: core: Add an ofnode function to obtain the flat treeSimon Glass1-0/+19
2022-09-30dm: core: Provide a way to reset the device treeSimon Glass1-0/+8
2022-09-30dm: core: Expand integer-reading testsSimon Glass2-10/+8
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-8/+0
2022-09-29dm: core: Add a macro to iterate through propertiesSimon Glass2-1/+39
2022-09-29dm: core: Avoid creating a name property when unflatteningSimon Glass1-1/+1
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass2-8/+8
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass2-7/+7
2022-09-29dm: core: Reduce code size with dev_of_offset()Simon Glass1-3/+3
2022-09-29sandbox: test: Provide an easy way to use the other FDTSimon Glass1-0/+3
2022-09-29sandbox: Support setting up the other FDT for testingSimon Glass1-2/+17
2022-09-29test: Drop the UT_TESTF_LIVE_OR_FLAT flagSimon Glass1-2/+0
2022-09-29test: Detect a change in the device treeSimon Glass1-0/+4
2022-09-29test: Make a copy of the device tree before running a testSimon Glass1-0/+6
2022-09-29dm: core: Drop the const from ofnodeSimon Glass2-21/+3
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass2-0/+28
2022-09-29dm: core: Document the livetree structures properlySimon Glass1-2/+13