aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Merge tag 'dm-next-1124' of https://source.denx.de/u-boot/custodians/u-boot-d...WIP/01Jan2024-nextTom Rini11-248/+401
2023-12-31bloblist: Update documentation and header commentSimon Glass2-1/+4
2023-12-31bloblist: Add alignment to bloblist_new()Simon Glass3-21/+27
2023-12-31bloblist: Adjust the bloblist headerSimon Glass3-72/+95
2023-12-31bloblist: Reduce blob-header sizeSimon Glass3-27/+45
2023-12-31bloblist: Handle alignment with a void entrySimon Glass1-4/+19
2023-12-31bloblist: Checksum the entire bloblistSimon Glass3-14/+14
2023-12-31bloblist: Drop spare value from bloblist recordSimon Glass2-3/+1
2023-12-31bloblist: Access record hdr_size and tag via a functionSimon Glass1-13/+25
2023-12-31bloblist: Set version to 1Simon Glass1-1/+1
2023-12-31bloblist: Change the magic valueSimon Glass1-1/+1
2023-12-31bloblist: Adjust API to align in powers of 2Simon Glass4-21/+22
2023-12-31bloblist: Update the tag numberingSimon Glass3-37/+52
2023-12-31Makefile: Use the fdtgrep -u flagSimon Glass1-1/+12
2023-12-31fdtgrep: Allow propagating properties up to supernodesSimon Glass1-1/+17
2023-12-31sandbox: Correct SPL condition for building devicetreeSimon Glass1-1/+1
2023-12-31fdtgrep: Move property checking into a functionSimon Glass1-13/+35
2023-12-31fdtgrep: Simplify code to inverting the matchSimon Glass1-8/+2
2023-12-31fdtgrep: Tidy up comment for h_include()Simon Glass1-3/+9
2023-12-31fdtgrep: Correct references to fdt_find_regions()Simon Glass1-3/+3
2023-12-31fdtgrep: Correct ordering of flagsSimon Glass1-7/+7
2023-12-31fdtgrep: Tidy up a few type warnings and commentsSimon Glass1-9/+10
2023-12-31x86: coral: Align bootph SPI-flash subnodes with parentSimon Glass1-2/+4
2023-12-31binman: used-before-assignment in ftest.pyHeinrich Schuchardt1-5/+15
2023-12-31buildman: type cotainingHeinrich Schuchardt1-1/+1
2023-12-28Merge patch series "Modernize U-Boot shell"Tom Rini37-212/+14574
2023-12-28configs: Use old hush for several boardsFrancis Laniel13-0/+13
2023-12-28cmd: Set modern hush as default shellFrancis Laniel1-5/+1
2023-12-28cli: modern_hush: Add upstream commits up to 2nd October 2023.Francis Laniel2-123/+304
2023-12-28test: hush: Fix loop tests for modern hushFrancis Laniel1-4/+30
2023-12-28cli: hush_modern: Enable loopsFrancis Laniel2-1/+15
2023-12-28cli: hush_modern: Enable if keywordFrancis Laniel2-8/+15
2023-12-28cli: hush_modern: Enable using < and > as string compare operatorsFrancis Laniel1-1/+22
2023-12-28test: hush: Fix variable expansion tests for modern hushFrancis Laniel1-10/+69
2023-12-28test: hush: Fix instructions list tests for modern hushFrancis Laniel1-4/+65
2023-12-28cli: add modern hush as parser for run_command*()Francis Laniel3-19/+66
2023-12-28cli: hush_modern: Add functions to be called from run_command()Francis Laniel1-3/+63
2023-12-28cli: hush_modern: Enable variables expansion for modern hushFrancis Laniel2-5/+103
2023-12-28cli: Enables using modern hush parser as command line parserFrancis Laniel10-20/+184
2023-12-28cmd: Add new cli commandFrancis Laniel5-1/+178
2023-12-28global_data.h: add GD_FLG_HUSH_OLD_PARSER flagFrancis Laniel2-0/+6
2023-12-28cli: Add menu for hush parserFrancis Laniel2-1/+14
2023-12-28cli: Port upstream Busybox hush to U-BootFrancis Laniel2-2/+774
2023-12-28cli: Add Busybox upstream hush.c fileFrancis Laniel1-0/+12162
2023-12-28test: hush: Test hush loopsFrancis Laniel2-0/+66
2023-12-28test: hush: Test hush commands listFrancis Laniel2-0/+80
2023-12-28test: hush: Test hush variable expansionFrancis Laniel3-1/+175
2023-12-28test/py: hush_if_test: Remove the test fileFrancis Laniel1-197/+0
2023-12-28test: hush: Test hush if/elseFrancis Laniel2-0/+317
2023-12-28test: Add framework to test hush behaviorFrancis Laniel6-0/+51