summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2022-09-29test: Detect a change in the device treeSimon Glass
2022-09-29test: Make a copy of the device tree before running a testSimon Glass
2022-09-29dm: core: Drop the const from ofnodeSimon Glass
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass
2022-09-29dm: core: Document the livetree structures properlySimon Glass
2022-09-29test: Support testing malloc() failuresSimon Glass
2022-09-29test: Fix missing livetree test runsSimon Glass
2022-09-29event: Pass the images to EVT_FT_FIXUPSimon Glass
2022-09-29dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass
2022-09-29event: Allow multiple spy declarations for each eventSimon Glass
2022-09-29log: update the comment for log_msg_ret()Simon Glass
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-29treewide: Drop image_info_t typedefSimon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-09-29image: Fix BOOTM_STATE valuesSimon Glass
2022-09-27Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians...Tom Rini
2022-09-26Merge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitlab.denx.de/u-boot/custo...Tom Rini
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini
2022-09-26configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flagPatrice Chotard
2022-09-26arm64: versal-net: Add support for mini configurationMichal Simek
2022-09-26arm64: versal-net: Add defconfig for Versal NETMichal Simek
2022-09-26arm64: versal-net: Add support for Versal NET platformMichal Simek
2022-09-25sandbox: scsi: Move request-handling code to scsi_emulSimon Glass
2022-09-25sandbox: scsi: Move structs to header fileSimon Glass
2022-09-25sandbox: scsi: Move file size into shared structSimon Glass
2022-09-25sandbox: scsi: Move block size into shared structSimon Glass
2022-09-25scsi: Move vendor/product info into the shared structSimon Glass
2022-09-25sandbox: Move buffer to scsi_emul_infoSimon Glass
2022-09-25scsi: Move core emulation state into a new structSimon Glass
2022-09-25scsi: Move cmd_phase enum to the headerSimon Glass
2022-09-25scsi: Tidy up comments for struct scsi_cmdSimon Glass
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-24serial: Implement serial_flush() function for console flush() fallbackPali Rohár
2022-09-24console: Implement flush() functionPali Rohár