aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-31cli_hush_2021_upstream: HACK: Remove warningsTEST/RFC-modernize-u-boot-shellTom Rini1-2/+3
2022-01-31hush: Switch to 2021 by defaultTom Rini1-1/+1
2022-01-31test: hush: Fix loop tests for hush 2021.Francis Laniel1-0/+20
2022-01-31cli: hush_2021: Enable loops.Francis Laniel1-1/+14
2022-01-31test: hush: Fix if tests for hush 2021.Francis Laniel1-0/+43
2022-01-31cli: hush_2021: Enable if keyword.Francis Laniel1-6/+4
2022-01-31cli: hush_2021: Enable using \< and \> as string compare operators.Francis Laniel1-1/+27
2022-01-31test: hush: Fix variable expansion tests for hush 2021.Francis Laniel1-0/+51
2022-01-31test: hush: Fix instructions list tests for hush 2021.Francis Laniel1-0/+48
2022-01-31cli: Modify run_command() to add hush 2021 as parser.Francis Laniel1-2/+15
2022-01-31cli: hush_2021: Add functions to be called from run_command().Francis Laniel1-3/+63
2022-01-31cli: hush_2021: Enable variables expansion for hush 2021.Francis Laniel2-5/+86
2022-01-31cli: Enables using hush 2021 parser as command line parser.Francis Laniel2-3/+19
2022-01-31cli: Add HUSH_2021_PARSER to hush parser choice .Francis Laniel2-0/+9
2022-01-31cli: Add choice for hush parser.Francis Laniel2-1/+15
2022-01-31cli: Port Busybox 2021 hush to U-Boot.Francis Laniel2-1/+761
2022-01-31cli: Add Busybox upstream hush.c file.Francis Laniel1-0/+12162
2022-01-31test: hush: Test hush loops.Francis Laniel2-0/+65
2022-01-31test: hush: Test hush commands list.Francis Laniel2-0/+80
2022-01-31test: hush: Test hush variable expansion.Francis Laniel2-0/+192
2022-01-31test/py: hush_if_test: Remove the test file.Francis Laniel1-184/+0
2022-01-31test: hush: Test hush if/else.Francis Laniel2-0/+309
2022-01-31test: Add framework to test hush behavior.Francis Laniel6-0/+51
2022-01-31Merge tag 'dm-pull-30jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini5-16/+65
2022-01-31configs: Resync with savedefconfigTom Rini18-21/+21
2022-01-31pylint: Adjust how the output is producedSimon Glass2-218/+230
2022-01-31Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/31Jan2022Tom Rini15-137/+790
2022-01-31arm: kirkwood: GoFlex Home : Use Marvell uclass mvgbe and PHY driver for Ethe...Tony Dinh3-96/+22
2022-01-31tools: kwboot: Set debug flag to 1Pali Rohár1-0/+1
2022-01-31tools: kwboot: Fix usage of -D without -tPali Rohár1-1/+1
2022-01-31tools: kwboot: Handle EINTR in kwboot_tty_recv()Pali Rohár1-3/+7
2022-01-31tools: kwboot: Handle EINTR in kwboot_write()Pali Rohár1-3/+5
2022-01-31tools: kwboot: Remove 2s delay before sending first xmodem packetPali Rohár1-4/+0
2022-01-31tools: kwboot: Force BootROM to flush input queue after boot patternPali Rohár1-1/+35
2022-01-31tools: kwboot: Allow to use option -b without image pathPali Rohár1-5/+17
2022-01-31tools: kwboot: Show 'E' in progress output when error occursPali Rohár1-2/+6
2022-01-31tools: kwboot: Fix handling of repeated xmodem packetsPali Rohár1-3/+25
2022-01-31tools: kwboot: Do not change received character in kwboot_xm_recv_reply()Pali Rohár1-4/+2
2022-01-31tools: kwboot: Remove code for handling CAN bytePali Rohár1-11/+5
2022-01-31tools: kwboot: Improve retrying logic for incomplete xmodem packetsPali Rohár1-1/+10
2022-01-31tools: kwboot: Wait blk_rsp_timeo when flushingPali Rohár1-2/+2
2022-01-31tools: kwboot: Increase blk_rsp_timeo to 2sPali Rohár1-1/+1
2022-01-31arm: kirkwood: Pogoplug V4 : Use Marvell network PHY driverTony Dinh1-0/+1
2022-01-31arm: kirkwood: Pogoplug-V4 : Add board implementation filesTony Dinh6-0/+447
2022-01-31arm: kirkwood: Pogoplug-V4 : Add Kconfig filesTony Dinh2-0/+22
2022-01-31arm: kirkwood: Pogoplug-V4 : Add DTS filesTony Dinh2-0/+181
2022-01-31arm: mvebu: Espressobin: Fix URLs in commentsPali Rohár1-2/+2
2022-01-30binman: Skip node generation for images read from filesJan Kiszka4-3/+52
2022-01-30moveconfig: Fix code relying on now-stripped newline charactersAlper Nebi Yasak1-13/+13
2022-01-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/30Jan2022Tom Rini18-69/+104