summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-31fdtgrep: Move property checking into a functionSimon Glass
2023-12-31fdtgrep: Simplify code to inverting the matchSimon Glass
2023-12-31fdtgrep: Tidy up comment for h_include()Simon Glass
2023-12-31fdtgrep: Correct references to fdt_find_regions()Simon Glass
2023-12-31fdtgrep: Correct ordering of flagsSimon Glass
2023-12-31fdtgrep: Tidy up a few type warnings and commentsSimon Glass
2023-12-31x86: coral: Align bootph SPI-flash subnodes with parentSimon Glass
2023-12-31binman: used-before-assignment in ftest.pyHeinrich Schuchardt
2023-12-31buildman: type cotainingHeinrich Schuchardt
2023-12-28Merge patch series "Modernize U-Boot shell"Tom Rini
2023-12-28configs: Use old hush for several boardsFrancis Laniel
2023-12-28cmd: Set modern hush as default shellFrancis Laniel
2023-12-28cli: modern_hush: Add upstream commits up to 2nd October 2023.Francis Laniel
2023-12-28test: hush: Fix loop tests for modern hushFrancis Laniel
2023-12-28cli: hush_modern: Enable loopsFrancis Laniel
2023-12-28cli: hush_modern: Enable if keywordFrancis Laniel
2023-12-28cli: hush_modern: Enable using < and > as string compare operatorsFrancis Laniel
2023-12-28test: hush: Fix variable expansion tests for modern hushFrancis Laniel
2023-12-28test: hush: Fix instructions list tests for modern hushFrancis Laniel
2023-12-28cli: add modern hush as parser for run_command*()Francis Laniel
2023-12-28cli: hush_modern: Add functions to be called from run_command()Francis Laniel
2023-12-28cli: hush_modern: Enable variables expansion for modern hushFrancis Laniel
2023-12-28cli: Enables using modern hush parser as command line parserFrancis Laniel
2023-12-28cmd: Add new cli commandFrancis Laniel
2023-12-28global_data.h: add GD_FLG_HUSH_OLD_PARSER flagFrancis Laniel
2023-12-28cli: Add menu for hush parserFrancis Laniel
2023-12-28cli: Port upstream Busybox hush to U-BootFrancis Laniel
2023-12-28cli: Add Busybox upstream hush.c fileFrancis Laniel
2023-12-28test: hush: Test hush loopsFrancis Laniel
2023-12-28test: hush: Test hush commands listFrancis Laniel
2023-12-28test: hush: Test hush variable expansionFrancis Laniel
2023-12-28test/py: hush_if_test: Remove the test fileFrancis Laniel
2023-12-28test: hush: Test hush if/elseFrancis Laniel
2023-12-28test: Add framework to test hush behaviorFrancis Laniel
2023-12-28Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini
2023-12-27andes: ae350: Enable MISC_INIT_R for ae350 platformLeo Yu-Chi Liang
2023-12-27andes: ae350: Save cpu name to envLeo Yu-Chi Liang
2023-12-27andes: cpu: Enable cache and TLB ECC supportLeo Yu-Chi Liang
2023-12-27andes: cpu: Enable memboost featureLeo Yu-Chi Liang
2023-12-27andes: ae350: Implement cache switch via KconfigLeo Yu-Chi Liang
2023-12-27andes: csr.h: Clean up CSR definitionLeo Yu-Chi Liang
2023-12-27riscv: Extend board compatible string with "qemu,mbv"Michal Simek
2023-12-27riscv: cache: support cache enable in SPL stageZong Li
2023-12-27cache: add sifive private L2 cache driverZong Li
2023-12-26arm: apple: Disable SMBIOS againMark Kettenis
2023-12-26spi: npcm_pspi: Fix the wrong clock divider calculationJim Liu
2023-12-22bootmeth: pass size to efi_binary_run()Heinrich Schuchardt
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"Tom Rini
2023-12-21bootm: Create a new boot_run() function to handle bootingSimon Glass
2023-12-21bootm: Create a function to run through the booti statesSimon Glass