summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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