aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2023-12-21stm32: Use bootm_run() and bootz_run()Simon Glass
2023-12-21bootm: Create a function to run through the bootz statesSimon Glass
2023-12-21stm32: Use local vars in stm32prog for initrd and fdtSimon Glass
2023-12-21bootm: Create a function to run through the bootm statesSimon Glass
2023-12-21bootm: Tidy up boot_selected_os()Simon Glass
2023-12-21bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass
2023-12-21bootm: Drop arguments from do_bootm_states()Simon Glass
2023-12-21bootz: Avoid use of #ifdefSimon Glass
2023-12-21booti: Avoid use of #ifdefSimon Glass
2023-12-21bootm: Move do_bootm_states() comment to header fileSimon Glass
2023-12-21bootm: Add more fields to bootm_infoSimon Glass
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass
2023-12-21bootm: Create a struct for argument informationSimon Glass
2023-12-21sandbox: bootm: Enable more bootm OS methodsSimon Glass
2023-12-21bootm: Adjust how the board is resetSimon Glass
2023-12-21riscv: Add a reset_cpu() functionSimon Glass
2023-12-21nios2: Add a reset_cpu() functionSimon Glass
2023-12-21ppc: Add a reset_cpu() functionSimon Glass
2023-12-21m68k: Add a reset_cpu() functionSimon Glass
2023-12-21mips: Add a reset_cpu() functionSimon Glass
2023-12-21Merge branch '2023-12-21-assorted-updates-and-fixes' into nextTom Rini
2023-12-21lib: rsa: Print detailed error info in rsa_engine_init() on engine resolution...Csókás Bence
2023-12-21board/keymile/kmcent2: fix update-nor indentationTomas Alvarez Vanoli
2023-12-21iommu: add qcom-hyp-smmuCaleb Connolly