aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass3-8/+8
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-4/+4
2020-12-07spl: fit: Prefer a malloc()'d buffer for loading imagesWIP/07Dec2020-nextAlexandru Gagniuc1-15/+22
2020-12-04bootm: Support string substitution in bootargsSimon Glass2-3/+52
2020-12-04cli: Support macro processing with a fixed-size bufferSimon Glass1-5/+12
2020-12-04bootm: Allow updating the bootargs in a bufferSimon Glass1-1/+17
2020-12-04bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass1-3/+5
2020-12-04bootm: Split out bootargs environment reading / writingSimon Glass1-22/+73
2020-12-04bootm: Use size rather than length for CONSOLE_ARGSimon Glass1-7/+8
2020-12-04bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass1-10/+10
2020-12-04bootm: Rename fixup_silent_linux()Simon Glass1-2/+2
2020-12-04bootm: Update fixup_silent_linux() to return an errorSimon Glass1-7/+15
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass1-7/+7
2020-12-04spl: atf: add support for LOAD_IMAGE_V2Michael Walle2-4/+104
2020-12-04spl: atf: remove helper structure from common headerMichael Walle1-0/+11
2020-12-04spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle1-3/+11
2020-12-04spl: atf: move storage for bl31_params into functionMichael Walle1-3/+2
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro1-0/+4
2020-12-03common: update: fix an "unused" warning against update_flash()AKASHI Takahiro1-4/+4
2020-12-01spl: spl_fit.c: enable check of signature for config node in spl/tplPhilippe Reynes1-0/+10
2020-12-01cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2Patrick Delaunay1-3/+0
2020-12-01command: Add constants for cmd_get_data_size string / errorSimon Glass1-2/+2
2020-11-19common: fit: add missing newlineMichael Walle1-1/+1
2020-11-06board: Rename uclass to sysinfoSimon Glass1-7/+8
2020-11-06x86: zimage: Add a little more loggingSimon Glass1-0/+1
2020-11-06x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass1-0/+17
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/01Nov2020Tom Rini4-4/+97
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-10/+9
2020-10-30log: Add filter flag to match greater than a log levelSean Anderson1-3/+9
2020-10-30log: Add filter flag to deny on matchSean Anderson1-2/+10
2020-10-30log: Add function to create a filter with flagsSean Anderson1-2/+4
2020-10-30log: Expose some helper functionsSean Anderson1-20/+3
2020-10-30log: Add additional const qualifier to arraysSean Anderson1-2/+2
2020-10-30log: Fix missing negation of ENOMEMSean Anderson1-1/+1
2020-10-30efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro1-0/+6
2020-10-30common: update: add a generic interface for FIT imageAKASHI Takahiro3-2/+87
2020-10-30dfu: modify an argument type for an addressAKASHI Takahiro1-1/+2
2020-10-30dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro1-2/+3
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass1-10/+9
2020-10-29Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini5-21/+22
2020-10-28dm: board: complete the initialization of the muxes in initr_dm()Jean-Jacques Hiblot1-0/+12
2020-10-27log: correct and check array size of log categoriesHeinrich Schuchardt1-2/+8
2020-10-27log: allow for message continuationHeinrich Schuchardt1-5/+18
2020-10-27log: move processing_msg to global dataHeinrich Schuchardt1-4/+3
2020-10-27spl: fdt: Record load/entry fit-images entries in 64bit formatMichal Simek2-12/+8
2020-10-27spl: Use standard FIT entriesMichal Simek4-11/+16
2020-10-26eb_cpu5282: fix CONFIG_DM_VIDEO build warningsAnatolij Gustschin1-1/+3
2020-10-23bootm: fix wrong conditions about images overlapJaehoon Chung1-3/+5
2020-10-22Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/22Oct2020Tom Rini2-4/+17
2020-10-22Remove default value of CONFIG_PREBOOT for CONFIG_USB_STORAGEPatrick Delaunay1-1/+1