summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-09spl: Add missing prototype for board_boot_orderAlgapally Santosh Sagar
2023-03-09xilinx: zynqmp: Add missing prototype for zynqmp_mmio_writeAlgapally Santosh Sagar
2023-03-09arm64: dts: zynqmp: Enable nand-on-flash-bbt in DT by defaultAshok Reddy Soma
2023-03-09arm64: dts: zynqmp: Fix nand dt nodeAshok Reddy Soma
2023-03-09mtd: nand: arasan: Set ofnode valueAshok Reddy Soma
2023-03-09mtd: nand: arasan: Remove hardcoded bbt optionAshok Reddy Soma
2023-03-09spi: xilinx_spi: Fix spi resetJiajie Chen
2023-03-09arm64: zynqmp: Remove comment about gem spec in kv260Michal Simek
2023-03-09xilinx: Enable SMC command for arm64 targetsMichal Simek
2023-03-09cmd: smccc: Print results in hex instead of decMichal Simek
2023-03-09arm64: zynqmp: Add an OP-TEE node to the device treeIlias Apalodimas
2023-03-09fpga: zynqmppl: fix fpga loads command for unencrypted use caseNeal Frager
2023-03-09ARM: zynq: Comment interrupt names IRQs for pl330Michal Simek
2023-03-09ARM: dts: zynq-7000: drop useless 'dma-channels/requests' propertiesKrzysztof Kozlowski
2023-03-09ARM: dts: xilinx: align gpio-key node names with dtschemaKrzysztof Kozlowski
2023-03-09ARM: zynq: Use recommended dma-controller name instead of dmacMichal Simek
2023-03-09arm64: zynqmp: Enable hs termination flag for USB dwc3 controllerMichael Grzeschik
2023-03-09arm64: dts: xilinx: align LED node names with dtschemaKrzysztof Kozlowski
2023-03-09xilinx: dts: Remove cdns,zynq-gemMichal Simek
2023-03-09arm64: zynqmp: Add missing ZYNQMP_FIRMWARE dependenciesAlgapally Santosh Sagar
2023-03-08binman: Support generation of x509 certificatesSimon Glass
2023-03-08binman: Support updating section contentsSimon Glass
2023-03-08binman: Handle missing bintools correctly in fitSimon Glass
2023-03-08binman: Allow preserving the output dir when replacingSimon Glass
2023-03-08buildman: Correct CROSS_COMPILE output for sandboxSimon Glass
2023-03-08patman: Check patches in parallelSimon Glass
2023-03-08patman: Run get_maintainer.pl in parallelSimon Glass
2023-03-08patman: Refactor MakeCcFile() into two functionsSimon Glass
2023-03-08patman: Drop an incorrect comment about git amSimon Glass
2023-03-08test: cmd: fdt: Add list of remaining missing testsMarek Vasut
2023-03-08test: cmd: fdt: Test fdt bootcpuMarek Vasut
2023-03-08test: cmd: fdt: Test fdt rmMarek Vasut
2023-03-08test: cmd: fdt: Test fdt mknodeMarek Vasut
2023-03-08test: cmd: fdt: Test fdt setMarek Vasut
2023-03-08test: cmd: fdt: Test fdt get sizeMarek Vasut
2023-03-08test: cmd: fdt: Test fdt get addrMarek Vasut
2023-03-08test: cmd: fdt: Test fdt get nameMarek Vasut
2023-03-08test: cmd: fdt: Test fdt resizeMarek Vasut
2023-03-08test: cmd: fdt: Test fdt moveMarek Vasut
2023-03-08test: cmd: fdt: Test both string and integer arrays in 'fdt get value'Marek Vasut
2023-03-08test: cmd: fdt: Test alias resolution in 'fdt get value'Marek Vasut
2023-03-08test: cmd: fdt: Generate fuller DT internally and switch fdt get value to itMarek Vasut
2023-03-08test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()Marek Vasut
2023-03-08test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize()Marek Vasut
2023-03-08test: Add ut_assert_nextline_empty() empty line helperMarek Vasut
2023-03-08cmd: fdt: Add support for integer arrays in fdt get value with indexMarek Vasut
2023-03-08cmd: fdt: Map address returned from fdt get addr to sysmemMarek Vasut
2023-03-08cmd: fdt: Handle 64bit pointers in fdt get addrMarek Vasut
2023-03-08cmd: fdt: Align checksign parameter names in help textMarek Vasut
2023-03-08cmd: fdt: Check argc before accessing argv in fdt memoryMarek Vasut