aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2021-01-15log: use console puts to output trace before LOG initPatrick Delaunay
2021-01-15log: don't build the trace buffer when log is not readyPatrick Delaunay
2021-01-13image-fit: fit_check_format check for valid FDTHeinrich Schuchardt
2021-01-12Merge tag 'ti-v2021.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi
2021-01-11tools: mkimage: Add Allwinner eGON supportAndre Przywara
2021-01-11Merge branch 'next'Tom Rini
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-01-05spl: Drop bd_info in the data sectionSimon Glass
2021-01-05image: support board_fit_config_name_matchSebastian Reichel
2021-01-05image: cleanup pre-processor usageSebastian Reichel
2021-01-04common: usb_storage: Fix code indentationMichal Simek
2020-12-22Common:fdt: Check for error return valueHongwei Zhang
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-07spl: fit: Prefer a malloc()'d buffer for loading imagesAlexandru Gagniuc
2020-12-04bootm: Support string substitution in bootargsSimon Glass
2020-12-04cli: Support macro processing with a fixed-size bufferSimon Glass
2020-12-04bootm: Allow updating the bootargs in a bufferSimon Glass
2020-12-04bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass
2020-12-04bootm: Split out bootargs environment reading / writingSimon Glass
2020-12-04bootm: Use size rather than length for CONSOLE_ARGSimon Glass
2020-12-04bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass
2020-12-04bootm: Rename fixup_silent_linux()Simon Glass
2020-12-04bootm: Update fixup_silent_linux() to return an errorSimon Glass
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass
2020-12-04spl: atf: add support for LOAD_IMAGE_V2Michael Walle
2020-12-04spl: atf: remove helper structure from common headerMichael Walle
2020-12-04spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle
2020-12-04spl: atf: move storage for bl31_params into functionMichael Walle
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro
2020-12-03common: update: fix an "unused" warning against update_flash()AKASHI Takahiro
2020-12-02common: update: fix an "unused" warning against update_flash()AKASHI Takahiro
2020-12-01spl: spl_fit.c: enable check of signature for config node in spl/tplPhilippe Reynes
2020-12-01cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2Patrick Delaunay
2020-12-01command: Add constants for cmd_get_data_size string / errorSimon Glass
2020-11-19common: fit: add missing newlineMichael Walle
2020-11-06board: Rename uclass to sysinfoSimon Glass
2020-11-06x86: zimage: Add a little more loggingSimon Glass
2020-11-06x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-30log: Add filter flag to match greater than a log levelSean Anderson
2020-10-30log: Add filter flag to deny on matchSean Anderson
2020-10-30log: Add function to create a filter with flagsSean Anderson
2020-10-30log: Expose some helper functionsSean Anderson
2020-10-30log: Add additional const qualifier to arraysSean Anderson
2020-10-30log: Fix missing negation of ENOMEMSean Anderson