summaryrefslogtreecommitdiff
path: root/test/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-05bootm: Support string substitution in bootargsSimon Glass1-5/+109
2020-12-05bootm: Allow updating the bootargs in a bufferSimon Glass1-15/+99
2020-12-05bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass1-5/+5
2020-12-05bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass1-5/+5
2020-12-05bootm: Rename fixup_silent_linux()Simon Glass1-5/+5
2020-12-05bootm: Update fixup_silent_linux() to return an errorSimon Glass1-5/+5
2020-12-05bootm: Add tests for fixup_silent_linux()Simon Glass1-0/+59