aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-10Merge https://source.denx.de/u-boot/custodians/u-boot-mmc into nextWIP/10Mar2023-nextTom Rini123-243/+15791
2023-03-09Merge tag 'dm-next-9mar23' of https://source.denx.de/u-boot/custodians/u-boot...WIP/09Mar2023-nextTom Rini132-823/+3074
2023-03-09mmc: mv_sdhci: Depend on DM_MMCStefan Roese2-32/+8
2023-03-09mmc: mv_sdhci: Remove CONFIG_MMC_SDHCI_IO_ACCESSORS supportStefan Roese1-8/+0
2023-03-09mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config()Stefan Roese1-8/+4
2023-03-09test: dm: mmc: Check block erasing boundariesLoic Poulain1-7/+7
2023-03-09mmc: erase: Use TRIM erase when availableLoic Poulain1-11/+23
2023-03-09mmc: Check support for TRIM operationsLoic Poulain2-0/+7
2023-03-09spl: mmc: Pass eMMC HW partition 7 throughMarek Vasut1-4/+5
2023-03-09spl: mmc: Pass eMMC HW partition and SW partition to spl_mmc_get_uboot_raw_se...Marek Vasut3-6/+13
2023-03-08binman: Support generation of x509 certificatesSimon Glass7-0/+333
2023-03-08binman: Support updating section contentsSimon Glass10-15/+287
2023-03-08binman: Handle missing bintools correctly in fitSimon Glass2-1/+11
2023-03-08binman: Allow preserving the output dir when replacingSimon Glass3-7/+20
2023-03-08buildman: Correct CROSS_COMPILE output for sandboxSimon Glass1-2/+1
2023-03-08patman: Check patches in parallelSimon Glass1-20/+26
2023-03-08patman: Run get_maintainer.pl in parallelSimon Glass2-3/+32
2023-03-08patman: Refactor MakeCcFile() into two functionsSimon Glass1-24/+57
2023-03-08patman: Drop an incorrect comment about git amSimon Glass1-1/+1
2023-03-08test: cmd: fdt: Add list of remaining missing testsMarek Vasut1-0/+7
2023-03-08test: cmd: fdt: Test fdt bootcpuMarek Vasut1-0/+33
2023-03-08test: cmd: fdt: Test fdt rmMarek Vasut1-0/+84
2023-03-08test: cmd: fdt: Test fdt mknodeMarek Vasut1-0/+68
2023-03-08test: cmd: fdt: Test fdt setMarek Vasut1-0/+144
2023-03-08test: cmd: fdt: Test fdt get sizeMarek Vasut1-0/+87
2023-03-08test: cmd: fdt: Test fdt get addrMarek Vasut1-0/+67
2023-03-08test: cmd: fdt: Test fdt get nameMarek Vasut1-0/+79
2023-03-08test: cmd: fdt: Test fdt resizeMarek Vasut1-0/+24
2023-03-08test: cmd: fdt: Test fdt moveMarek Vasut1-0/+34
2023-03-08test: cmd: fdt: Test both string and integer arrays in 'fdt get value'Marek Vasut1-16/+42
2023-03-08test: cmd: fdt: Test alias resolution in 'fdt get value'Marek Vasut1-20/+45
2023-03-08test: cmd: fdt: Generate fuller DT internally and switch fdt get value to itMarek Vasut1-13/+111
2023-03-08test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()Marek Vasut1-3/+3
2023-03-08test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize()Marek Vasut1-2/+2
2023-03-08test: Add ut_assert_nextline_empty() empty line helperMarek Vasut1-0/+4
2023-03-08cmd: fdt: Add support for integer arrays in fdt get value with indexMarek Vasut1-2/+12
2023-03-08cmd: fdt: Map address returned from fdt get addr to sysmemMarek Vasut1-1/+2
2023-03-08cmd: fdt: Handle 64bit pointers in fdt get addrMarek Vasut1-2/+2
2023-03-08cmd: fdt: Align checksign parameter names in help textMarek Vasut1-2/+2
2023-03-08cmd: fdt: Check argc before accessing argv in fdt memoryMarek Vasut1-0/+4
2023-03-08cmd: fdt: Check argc before accessing argv in fdt bootcpuMarek Vasut1-1/+6
2023-03-08cmd: fdt: Fix fdt rsvmem behavior on non-existent index and error message spaceMarek Vasut1-4/+4
2023-03-08cmd: fdt: Fix fdt rm behavior on non-existent property and error message spaceMarek Vasut1-4/+4
2023-03-08cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get sizeMarek Vasut1-5/+7
2023-03-08cmd: fdt: Import is_printable_string() from DTC to fix u32 misprintMarek Vasut1-22/+14
2023-03-08CI: Add a check for building tools for PyPiSimon Glass2-0/+16
2023-03-08doc: Add notes on how to install patman and binmanSimon Glass2-0/+25
2023-03-08test: Add concurrencytest to the requirementsSimon Glass1-0/+1
2023-03-08binman: Add support for building a binmanu PyPi packageSimon Glass2-0/+30
2023-03-08binman: Use importlib to find the helpSimon Glass1-3/+3