aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-07spi: zynqmp_qspi: Mark zynqmp_qspi_set_tapdelay() as staticVenkatesh Yadav Abbarapu1-1/+1
2022-10-07arm64: zynqmp: Fix compiler warnings in mp.cVenkatesh Yadav Abbarapu1-3/+3
2022-10-05arm64: dts: Remove unused property device_idAshok Reddy Soma5-6/+0
2022-10-05mmc: zynq_sdhci: Read power-domains id from DT and useAshok Reddy Soma1-19/+20
2022-10-05mmc: zynq_sdhci: Change node_id prototype to u32Ashok Reddy Soma1-7/+7
2022-10-05net: Fix static checker warningsVenkatesh Yadav Abbarapu2-1/+6
2022-10-05xilinx: common: Fix static checker warningsVenkatesh Yadav Abbarapu1-3/+3
2022-10-05net: emaclite: fix handling for IP packets with specific lengthsSamuel Obuch1-1/+3
2022-10-05net: emaclite: fix xemaclite_alignedread/write functionsSamuel Obuch1-5/+4
2022-10-05net: emaclite: enable for more architecturesSamuel Obuch1-4/+3
2022-10-05firmware: zynqmp: Change loadable config object from APU_0 to OCM_BANK_0Ashok Reddy Soma1-3/+8
2022-10-05ARM: zynq: Define rtc alias on zc702/zc706Michal Simek2-2/+4
2022-10-05ARM: zynq: Point via nvmem0 alias to eeprom on zc702/zc706Michal Simek2-2/+4
2022-10-05xilinx: zynq: Enable early eeprom decodingMichal Simek1-0/+3
2022-10-05dm: fpga: Introduce new uclassAlexander Dahl9-0/+77
2022-10-03Merge branch 'next'WIP/03Oct2022Tom Rini872-6453/+26427
2022-10-03Prepare v2022.10v2022.10Tom Rini3-12/+744
2022-10-03imx8mn-ddr4-evk-u-boot: Fix broken bootFabio Estevam1-0/+4
2022-10-03imx8mn-venice-u-boot: Fix broken bootFabio Estevam1-0/+4
2022-09-30Merge branch '2022-09-29-dm-core-support-multiple-device-trees-in-ofnode' int...Tom Rini133-617/+2257
2022-09-30Merge tag 'efi-2022-10-rc6' of https://source.denx.de/u-boot/custodians/u-boo...WIP/30Sep2022Tom Rini3-56/+68
2022-09-29dm: core: Support copying properties with 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/+125
2022-09-30efi_loader: fix efi_initrd_deregister()Heinrich Schuchardt1-0/+3
2022-09-30efi_selftest: prefix test functions with efi_st_Heinrich Schuchardt1-43/+44
2022-09-30doc: improve description of autostartHeinrich Schuchardt1-13/+21
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