aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* board/km: remove kirkwood boardsHolger Brunck2022-10-062-276/+0
* dm: core: Support copying properties with ofnodeWIP/2022-09-29-dm-core-support-multiple-device-trees-in-ofnodeSimon Glass2022-09-291-0/+16
* dm: core: Allow copying ofnode property data when writingSimon Glass2022-09-291-4/+8
* dm: core: Update comments for default-FDT ofnode functionsSimon Glass2022-09-291-3/+15
* dm: core: Complete phandle implementation using the other FDTSimon Glass2022-09-291-0/+5
* dm: core: Add the ofnode multi-tree implementationSimon Glass2022-09-291-47/+64
* dm: core: Add definitions for multiple ofnode treesSimon Glass2022-09-291-2/+31
* dm: core: Split ofnode_path_root() into two functionsSimon Glass2022-09-291-3/+13
* dm: core: Allow obtaining a node offset in the same treeSimon Glass2022-09-291-12/+32
* dm: core: Add a way to look up a phandle in an oftreeSimon Glass2022-09-291-0/+25
* dm: core: Add ofnode functions to obtain an oftreeSimon Glass2022-09-291-0/+63
* dm: core: Add an ofnode function to obtain the flat treeSimon Glass2022-09-291-0/+19
* dm: core: Provide a way to reset the device treeSimon Glass2022-09-291-0/+8
* dm: core: Expand integer-reading testsSimon Glass2022-09-292-10/+8
* dm: core: Drop ofnode_is_available()Simon Glass2022-09-291-8/+0
* dm: core: Add a macro to iterate through propertiesSimon Glass2022-09-292-1/+39
* dm: core: Avoid creating a name property when unflatteningSimon Glass2022-09-291-1/+1
* dm: core: Rename ofnode_get_property_by_prop()Simon Glass2022-09-292-8/+8
* dm: core: Rename ofnode_get_first/next_property()Simon Glass2022-09-292-7/+7
* dm: core: Reduce code size with dev_of_offset()Simon Glass2022-09-291-3/+3
* sandbox: test: Provide an easy way to use the other FDTSimon Glass2022-09-291-0/+3
* sandbox: Support setting up the other FDT for testingSimon Glass2022-09-291-2/+17
* test: Drop the UT_TESTF_LIVE_OR_FLAT flagSimon Glass2022-09-291-2/+0
* test: Detect a change in the device treeSimon Glass2022-09-291-0/+4
* test: Make a copy of the device tree before running a testSimon Glass2022-09-291-0/+6
* dm: core: Drop the const from ofnodeSimon Glass2022-09-292-21/+3
* dm: core: Allow adding ofnode subnodesSimon Glass2022-09-292-0/+28
* dm: core: Document the livetree structures properlySimon Glass2022-09-291-2/+13
* test: Support testing malloc() failuresSimon Glass2022-09-291-0/+12
* test: Fix missing livetree test runsSimon Glass2022-09-291-1/+1
* event: Pass the images to EVT_FT_FIXUPSimon Glass2022-09-291-0/+2
* dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass2022-09-292-1/+5
* event: Allow multiple spy declarations for each eventSimon Glass2022-09-291-2/+2
* log: update the comment for log_msg_ret()Simon Glass2022-09-291-1/+4
* treewide: Drop image_header_t typedefSimon Glass2022-09-294-31/+35
* treewide: Drop image_info_t typedefSimon Glass2022-09-291-3/+3
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-292-21/+21
* image: Fix BOOTM_STATE valuesSimon Glass2022-09-291-12/+12
* Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians...Tom Rini2022-09-273-5/+0
|\
| * configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flagPatrice Chotard2022-09-261-1/+0
| * configs: stm32mp1: cleanup config filePatrick Delaunay2022-09-232-4/+0
* | Merge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitlab.denx.de/u-boot/custo...WIP/26Sep2022-nextTom Rini2022-09-263-4/+155
|\ \
| * | arm64: versal-net: Add support for mini configurationMichal Simek2022-09-261-0/+21
| * | arm64: versal-net: Add defconfig for Versal NETMichal Simek2022-09-261-25/+3
| * | arm64: versal-net: Add support for Versal NET platformMichal Simek2022-09-261-0/+156
| * | xilinx: versal: Remove unused comments from xilinx_versal.hMichal Simek2022-09-211-4/+0
| |/
* | Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini2022-09-261-183/+0
|\ \
| * | usb: gadget: designware-udc: Drop the driverMarek Vasut2022-09-191-183/+0
* | | sandbox: scsi: Move request-handling code to scsi_emulSimon Glass2022-09-251-0/+24
* | | sandbox: scsi: Move structs to header fileSimon Glass2022-09-251-0/+55