aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-20HACK: Make new HUSH defaultRFC/v3-modernize-u-boot-shellTom Rini3-11/+7
2022-04-20test: hush: Fix loop tests for hush 2021Francis Laniel1-4/+30
2022-04-20cli: hush_2021: Enable loopsFrancis Laniel1-1/+14
2022-04-20test: hush: Fix if tests for hush 2021Francis Laniel1-0/+45
2022-04-20cli: hush_2021: Enable if keywordFrancis Laniel1-6/+4
2022-04-20cli: hush_2021: Enable using \< and \> as string compare operatorsFrancis Laniel1-1/+27
2022-04-20test: hush: Fix variable expansion tests for hush 2021Francis Laniel1-10/+69
2022-04-20test: hush: Fix instructions list tests for hush 2021Francis Laniel1-4/+65
2022-04-20cli: add hush 2021 as parser for run_command*().Francis Laniel2-16/+46
2022-04-20cli: hush_2021: Add functions to be called from run_command()Francis Laniel1-3/+63
2022-04-20cli: hush_2021: Enable variables expansion for hush 2021Francis Laniel2-5/+86
2022-04-20cli: Enables using hush 2021 parser as command line parserFrancis Laniel4-8/+97
2022-04-20cmd: Add new parser command.Francis Laniel3-1/+117
2022-04-20global_data.h: add GD_FLG_HUSH_OLD_PARSER flag.Francis Laniel2-0/+6
2022-04-20cli: Add menu for hush parserFrancis Laniel2-1/+23
2022-04-20cli: Port Busybox 2021 hush to U-BootFrancis Laniel2-1/+765
2022-04-20cli: Add Busybox upstream hush.c fileFrancis Laniel1-0/+12162
2022-04-20test: hush: Test hush loopsFrancis Laniel2-0/+65
2022-04-20test: hush: Test hush commands listFrancis Laniel2-0/+80
2022-04-20test: hush: Test hush variable expansionFrancis Laniel2-0/+176
2022-04-20test/py: hush_if_test: Remove the test fileFrancis Laniel1-184/+0
2022-04-20test: hush: Test hush if/elseFrancis Laniel2-0/+309
2022-04-20test: Add framework to test hush behaviorFrancis Laniel6-0/+51
2022-04-20video: sandbox: Add dummy function for sandbox_sdl_remove_display().Francis Laniel1-0/+5
2022-04-20configs: Resync with savedefconfigTom Rini23-33/+19
2022-04-20Merge branch '2022-04-20-assorted-improvements'Tom Rini267-167/+244
2022-04-20cmd: gpio: Add `gpio read` subcommandDiego Rondini4-3/+64
2022-04-20ram: k3-ddrss: Allow use of dt provided initial frequencyDave Gerlach2-5/+12
2022-04-20image: fdt: Fix DT relocation handling with multiple DRAM banks with gapMarek Vasut1-4/+36
2022-04-20am33xx: Update SYS_MALLOC_F_LEN to use 0x2000 as the defaultTom Rini1-1/+1
2022-04-20Kconfig: Change SYS_MALLOC_F_LEN default to 0x2000Tom Rini260-152/+129
2022-04-20ram: k3-ddrss: Fix register name and explain its usageDominic Rath1-3/+3
2022-04-19Merge branch '2022-04-19-assorted-updates'Tom Rini34-75/+56
2022-04-19fs: Allow to compile FS_BTRFS when SPL is enabledWIP/2022-04-19-assorted-udpatesPali Rohár1-0/+2
2022-04-19btrfs: Fix compilation on big endian systemsPali Rohár2-2/+2
2022-04-19IOMUX: Fix access past end of console_devicesSean Anderson1-4/+4
2022-04-19Convert CONFIG_SYS_MEM_TOP_HIDE to KconfigTom Rini18-41/+21
2022-04-19tools: add boot/ to .gitignoreDu Huanpeng1-0/+1
2022-04-19fs/squashfs: simplify sqfs_read()Heinrich Schuchardt1-8/+5
2022-04-19image-fit: don't check free() argumentHeinrich Schuchardt1-9/+3
2022-04-19gpio: aspeed: Fix incorrect offset of read back register.Billy Tsai1-2/+2
2022-04-19configs: Enable EXT4 and ISO partitions for the DeveloperBoxIlias Apalodimas1-0/+2
2022-04-19.mailmap: Start to use new amd.com email addressMichal Simek5-7/+8
2022-04-19image-fdt: save name of FIT configuration in '/chosen' nodeDaniel Golle1-0/+6
2022-04-19Merge tag 'u-boot-rockchip-20220418' of https://source.denx.de/u-boot/custodi...WIP/19Apr2022Tom Rini123-596/+5570
2022-04-19Merge branch '2022-04-18-dm-reducing-spl-memory-usage'Tom Rini13-21/+31
2022-04-18dm: core: Deal with a wrinkle with linker listsWIP/2022-04-18-dm-reducing-spl-memory-usageSimon Glass3-2/+17
2022-04-18dm: core: Allow devres to be disabled in SPLSimon Glass6-9/+9
2022-04-18sandbox: Align linker lists to a 32-byte boundarySimon Glass2-2/+2
2022-04-18sandbox: Allow link flags to be givenSimon Glass1-2/+2