aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-29dm: core: Provide a way to reset the device treeSimon Glass1-0/+8
2022-09-29dm: 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
2022-09-29test: Support testing malloc() failuresSimon Glass1-0/+12
2022-09-29test: Fix missing livetree test runsSimon Glass1-1/+1
2022-09-29event: Pass the images to EVT_FT_FIXUPSimon Glass1-0/+2
2022-09-29dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass2-1/+5
2022-09-29event: Allow multiple spy declarations for each eventSimon Glass1-2/+2
2022-09-29log: update the comment for log_msg_ret()Simon Glass1-1/+4
2022-09-29treewide: Drop image_header_t typedefSimon Glass4-31/+35
2022-09-29treewide: Drop image_info_t typedefSimon Glass1-3/+3
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass2-21/+21
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 Rini3-5/+0
2022-09-26Merge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitlab.denx.de/u-boot/custo...WIP/26Sep2022-nextTom Rini3-4/+155
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini1-183/+0
2022-09-26configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flagPatrice Chotard1-1/+0
2022-09-26arm64: versal-net: Add support for mini configurationMichal Simek1-0/+21
2022-09-26arm64: versal-net: Add defconfig for Versal NETMichal Simek1-25/+3
2022-09-26arm64: versal-net: Add support for Versal NET platformMichal Simek1-0/+156
2022-09-25sandbox: scsi: Move request-handling code to scsi_emulSimon Glass1-0/+24
2022-09-25sandbox: scsi: Move structs to header fileSimon Glass1-0/+55
2022-09-25sandbox: scsi: Move file size into shared structSimon Glass1-0/+2
2022-09-25sandbox: scsi: Move block size into shared structSimon Glass1-0/+2
2022-09-25scsi: Move vendor/product info into the shared structSimon Glass1-0/+5
2022-09-25sandbox: Move buffer to scsi_emul_infoSimon Glass1-0/+5
2022-09-25scsi: Move core emulation state into a new structSimon Glass1-0/+32
2022-09-25scsi: Move cmd_phase enum to the headerSimon Glass1-0/+13
2022-09-25scsi: Tidy up comments for struct scsi_cmdSimon Glass1-18/+38
2022-09-25blk: Rename if_type to uclass_idSimon Glass2-63/+63
2022-09-24serial: Implement serial_flush() function for console flush() fallbackPali Rohár1-0/+5
2022-09-24console: Implement flush() functionPali Rohár3-0/+25
2022-09-24sandbox: Add function os_flush()Pali Rohár1-0/+8
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár1-1/+1
2022-09-23clk: mediatek: add clock driver support for MediaTek MT7981 SoCWeijie Gao1-0/+267
2022-09-23clk: mediatek: add clock driver support for MediaTek MT7986 SoCWeijie Gao1-0/+249
2022-09-23dt-bindings: pinctrl: mediatek: add a header for common pinconf parametersWeijie Gao1-0/+41