aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-08test: Disable ENABLE_FEATURE_EDITING for parity with old hushTEST/v11.1-hush-2021Tom Rini2-1/+3
2023-11-08cli: hush_2021: Add upstream commits up to 2nd October 2023.Francis Laniel2-123/+304
2023-11-08test: hush: Fix loop tests for hush 2021Francis Laniel1-4/+30
2023-11-08cli: hush_2021: Enable loopsFrancis Laniel2-1/+15
2023-11-08cli: hush_2021: Enable if keywordFrancis Laniel2-8/+15
2023-11-08cli: hush_2021: Enable using < and > as string compare operatorsFrancis Laniel1-1/+22
2023-11-08test: hush: Fix variable expansion tests for hush 2021Francis Laniel1-10/+69
2023-11-08test: hush: Fix instructions list tests for hush 2021Francis Laniel1-4/+65
2023-11-08cli: add hush 2021 as parser for run_command*()Francis Laniel2-18/+51
2023-11-08cli: hush_2021: Add functions to be called from run_command()Francis Laniel1-3/+63
2023-11-08cli: hush_2021: Enable variables expansion for hush 2021Francis Laniel2-5/+103
2023-11-08cli: Enables using hush 2021 parser as command line parserFrancis Laniel10-19/+183
2023-11-08cmd: Add new cli commandFrancis Laniel5-1/+178
2023-11-08global_data.h: add GD_FLG_HUSH_OLD_PARSER flagFrancis Laniel2-0/+6
2023-11-08cli: Add menu for hush parserFrancis Laniel2-1/+14
2023-11-08cli: Port Busybox 2021 hush to U-BootFrancis Laniel2-1/+774
2023-11-08cli: Add Busybox upstream hush.c fileFrancis Laniel1-0/+12162
2023-11-08test: hush: Test hush loopsFrancis Laniel2-0/+66
2023-11-08test: hush: Test hush commands listFrancis Laniel2-0/+80
2023-11-08test: hush: Test hush variable expansionFrancis Laniel3-1/+175
2023-11-08test/py: hush_if_test: Remove the test fileFrancis Laniel1-197/+0
2023-11-08test: hush: Test hush if/elseFrancis Laniel2-0/+317
2023-11-08test: Add framework to test hush behaviorFrancis Laniel6-0/+51
2023-11-07scsi: Forceably finish migration to DM_SCSIWIP/07Nov2023-nextTom Rini42-952/+34
2023-11-07Merge branch '2023-11-07-assorted-big-cleanups' into nextTom Rini134-5200/+381
2023-11-07x86: Drop <common.h> from remaining header filesWIP/2023-11-07-assorted-big-cleanupsTom Rini2-2/+0
2023-11-07arm: Drop <common.h> from remaining header filesTom Rini6-8/+0
2023-11-07sandbox: Drop <common.h>Tom Rini4-7/+0
2023-11-07ti: k3: Drop <common.h> usageTom Rini15-15/+0
2023-11-07include: Drop <common.h> from include listsTom Rini28-28/+0
2023-11-07include/linux/mii.h: Add <linux/types.h>Tom Rini1-0/+2
2023-11-07fsl-mc: Add prototype for bd_infoTom Rini1-0/+2
2023-11-07ls2080aqds: Add missing headers to eth_ls1088aqds.cTom Rini1-0/+2
2023-11-07ls1088a: Add missing headers to eth_ls1088aqds.cTom Rini1-0/+2
2023-11-07pg-wcom-ls102xa: Include <config.h> in the board fileTom Rini1-0/+1
2023-11-07powerpc: Rework <asm/fsl_lbc.h> includesTom Rini1-3/+0
2023-11-07qe: Add <asm/ppc.h> on PowerPCTom Rini1-0/+3
2023-11-07mpc85xx: Add missing include in mpc85xx_sleep.cTom Rini1-0/+1
2023-11-07powerpc: mpc83xx: Rework includes slightlyTom Rini3-2/+3
2023-11-07spi: Add <errno.h> to spi-mem-nodm.cTom Rini1-0/+1
2023-11-07omap3: Add <asm/arch/omap3.h> to <asm/arch/cpu.h>Tom Rini1-0/+1
2023-11-07fsl_qe: Drop common.hTom Rini14-14/+0
2023-11-07display_options.h: Correct includesTom Rini1-1/+2
2023-11-07powerpc: Switch <asm/global_data.h> to <linux/types.h>Tom Rini1-1/+1
2023-11-07m68k: Remove CONFIG_FSLDMAFECTom Rini14-4841/+2
2023-11-07CI, pytest: Add a test for sandbox without LTOTom Rini3-15/+10
2023-11-07sandbox: Add a test for disabling CONFIG_CMDLINESimon Glass1-0/+20
2023-11-07clk_k210.c: Clean up how we handle nopTom Rini2-3/+1
2023-11-07sandbox: Add <asm/barrier.h>Tom Rini1-0/+3
2023-11-07sandbox: Avoid requiring CMDLINESimon Glass1-3/+3