summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-10-18sunxi: dts: arm64: update devicetree filesAndre Przywara
2022-10-16efi_loader: remove efi_delete_handle on loadfile2Ilias Apalodimas
2022-10-16spi: Implement spi_set_speedPaul Barker
2022-10-12Nokia RX-51: Remove CONFIG_UBI_SIZEPali Rohár
2022-10-12Fix typo in CONFIG_USBNET_DEVADDRIgnacio Zamora
2022-10-11image-pre-load: Move macros/definitions to image.hSteven Lawrance
2022-10-11Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custo...Tom Rini
2022-10-10Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2022-10-10phy: Add generic_{setup,shutdown}_phy() helpersPatrice Chotard
2022-10-10efi_loader: internal CloseProtocolHeinrich Schuchardt
2022-10-10efi_loader: don't export efi_remove_all_protocolsHeinrich Schuchardt
2022-10-10Merge tag 'u-boot-nand-20221009' of https://source.denx.de/u-boot/custodians/...Tom Rini
2022-10-09mtd: Update the function name to 'rfree'Fabio Estevam
2022-10-09mtd: mxs_nand: Support EDO mode for imx8mn architectureMichael Trimarchi
2022-10-09dm: clk: add missing stub when CONFIG_CLK is deactivatedDario Binacchi
2022-10-07Merge tag 'efi-2023-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-10-06arm: nuvoton: Add support for Nuvoton NPCM845 BMCJim Liu
2022-10-06common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait
2022-10-06efi_loader: define internal implementations of install/uninstallmultipleIlias Apalodimas
2022-10-06efi_driver: move event registration to driverHeinrich Schuchardt
2022-10-06efi_driver: add init function to EFI block driverHeinrich Schuchardt
2022-10-06efi_driver: provide driver binding protocol to bind functionHeinrich Schuchardt
2022-10-06doc: documentation of EFI driver binding protocolHeinrich Schuchardt
2022-10-06efi_driver: fix error handlingHeinrich Schuchardt
2022-10-06efi_loader: function to unlink udevice and handleHeinrich Schuchardt
2022-10-06efi: Add string conversion helperPaul Barker
2022-10-06board/km: remove kirkwood boardsHolger Brunck
2022-10-05dm: fpga: Introduce new uclassAlexander Dahl
2022-09-29dm: core: Support copying properties with ofnodeSimon Glass
2022-09-29dm: core: Allow copying ofnode property data when writingSimon Glass
2022-09-29dm: core: Update comments for default-FDT ofnode functionsSimon Glass
2022-09-29dm: core: Complete phandle implementation using the other FDTSimon Glass
2022-09-29dm: core: Add the ofnode multi-tree implementationSimon Glass
2022-09-29dm: core: Add definitions for multiple ofnode treesSimon Glass
2022-09-29dm: core: Split ofnode_path_root() into two functionsSimon Glass
2022-09-29dm: core: Allow obtaining a node offset in the same treeSimon Glass
2022-09-29dm: core: Add a way to look up a phandle in an oftreeSimon Glass
2022-09-29dm: core: Add ofnode functions to obtain an oftreeSimon Glass
2022-09-29dm: core: Add an ofnode function to obtain the flat treeSimon Glass
2022-09-29dm: core: Provide a way to reset the device treeSimon Glass
2022-09-29dm: core: Expand integer-reading testsSimon Glass
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass
2022-09-29dm: core: Add a macro to iterate through propertiesSimon Glass
2022-09-29dm: core: Avoid creating a name property when unflatteningSimon Glass
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass
2022-09-29dm: core: Reduce code size with dev_of_offset()Simon Glass
2022-09-29sandbox: test: Provide an easy way to use the other FDTSimon Glass
2022-09-29sandbox: Support setting up the other FDT for testingSimon Glass
2022-09-29test: Drop the UT_TESTF_LIVE_OR_FLAT flagSimon Glass