summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* console: remove duplicated test on gd valuePatrick Delaunay2021-01-151-8/+8
* log: use console puts to output trace before LOG initPatrick Delaunay2021-01-151-0/+9
* log: don't build the trace buffer when log is not readyPatrick Delaunay2021-01-151-5/+8
* image-fit: fit_check_format check for valid FDTHeinrich Schuchardt2021-01-131-0/+6
* Merge tag 'ti-v2021.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-01-121-2/+4
|\
| * fdt: translate address if #size-cells = <0>Dario Binacchi2021-01-121-2/+4
* | tools: mkimage: Add Allwinner eGON supportAndre Przywara2021-01-111-0/+1
|/
* Merge branch 'next'Tom Rini2021-01-1114-88/+374
|\
| * Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-061-2/+2
| |\
| | * common: usb_storage: Fix code indentationMichal Simek2021-01-041-2/+2
| * | spl: Drop bd_info in the data sectionSimon Glass2021-01-052-8/+21
| * | Common:fdt: Check for error return valueHongwei Zhang2020-12-221-0/+3
| * | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-132-2/+2
| * | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-1/+1
| * | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-133-8/+8
| * | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-132-4/+4
| * | spl: fit: Prefer a malloc()'d buffer for loading imagesAlexandru Gagniuc2020-12-071-15/+22
| * | bootm: Support string substitution in bootargsSimon Glass2020-12-042-3/+52
| * | cli: Support macro processing with a fixed-size bufferSimon Glass2020-12-041-5/+12
| * | bootm: Allow updating the bootargs in a bufferSimon Glass2020-12-041-1/+17
| * | bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass2020-12-041-3/+5
| * | bootm: Split out bootargs environment reading / writingSimon Glass2020-12-041-22/+73
| * | bootm: Use size rather than length for CONSOLE_ARGSimon Glass2020-12-041-7/+8
| * | bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass2020-12-041-10/+10
| * | bootm: Rename fixup_silent_linux()Simon Glass2020-12-041-2/+2
| * | bootm: Update fixup_silent_linux() to return an errorSimon Glass2020-12-041-7/+15
| * | bootm: Add tests for fixup_silent_linux()Simon Glass2020-12-041-7/+7
| * | spl: atf: add support for LOAD_IMAGE_V2Michael Walle2020-12-042-4/+104
| * | spl: atf: remove helper structure from common headerMichael Walle2020-12-041-0/+11
| * | spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle2020-12-041-3/+11
| * | spl: atf: move storage for bl31_params into functionMichael Walle2020-12-041-3/+2
| * | efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro2020-12-031-0/+4
| * | common: update: fix an "unused" warning against update_flash()AKASHI Takahiro2020-12-031-4/+4
| * | spl: spl_fit.c: enable check of signature for config node in spl/tplPhilippe Reynes2020-12-011-0/+10
| * | cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2Patrick Delaunay2020-12-011-3/+0
| * | command: Add constants for cmd_get_data_size string / errorSimon Glass2020-12-011-2/+2
* | | image: support board_fit_config_name_matchSebastian Reichel2021-01-051-6/+13
* | | image: cleanup pre-processor usageSebastian Reichel2021-01-051-26/+20
| |/ |/|
* | common: update: fix an "unused" warning against update_flash()AKASHI Takahiro2020-12-021-4/+4
|/
* common: fit: add missing newlineMichael Walle2020-11-191-1/+1
* board: Rename uclass to sysinfoSimon Glass2020-11-061-7/+8
* x86: zimage: Add a little more loggingSimon Glass2020-11-061-0/+1
* x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass2020-11-061-0/+17
* Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-11-014-4/+97
|\
| * efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro2020-10-301-0/+6
| * common: update: add a generic interface for FIT imageAKASHI Takahiro2020-10-303-2/+87
| * dfu: modify an argument type for an addressAKASHI Takahiro2020-10-301-1/+2
| * dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro2020-10-301-2/+3
* | Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-301-10/+9
|\ \
| * | dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-291-10/+9
| |/