aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-29dm: core: Support copying properties with ofnodeWIP/2022-09-29-dm-core-support-multiple-device-trees-in-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/+121
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
2022-09-29dm: core: Drop the const from ofnodeSimon Glass3-23/+5
2022-09-29dm: core: Support writing a property to an empty nodeSimon Glass2-4/+7
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass5-0/+197
2022-09-29dm: core: Document the livetree structures properlySimon Glass1-2/+13
2022-09-29test: Support testing malloc() failuresSimon Glass4-0/+33
2022-09-29test: Fix missing livetree test runsSimon Glass3-3/+6
2022-09-29event: Pass the images to EVT_FT_FIXUPSimon Glass2-0/+3
2022-09-29dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass4-5/+10
2022-09-29event: Allow multiple spy declarations for each eventSimon Glass2-3/+5
2022-09-29event: Fix a typo in the EVENT helpSimon Glass1-1/+1
2022-09-29sandbox: power: Update PMIC driver to use logSimon Glass1-4/+6
2022-09-29log: update the comment for log_msg_ret()Simon Glass1-1/+4
2022-09-29treewide: Drop image_header_t typedefSimon Glass55-175/+179
2022-09-29treewide: Drop image_info_t typedefSimon Glass2-4/+4
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass27-110/+111
2022-09-29image: Fix BOOTM_STATE valuesSimon Glass1-12/+12
2022-09-27Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians...Tom Rini52-487/+652
2022-09-27configs: increase SYS_MALLOC_F_LEN for STM32 MCU's boardPatrice Chotard12-12/+0
2022-09-26Merge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitlab.denx.de/u-boot/custo...WIP/26Sep2022-nextTom Rini38-54/+976
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini27-1287/+217
2022-09-26configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flagPatrice Chotard1-1/+0