summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2021-01-15common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait1-14/+2
2021-01-15common: board_r: Drop initr_bbmii wrapperOvidiu Panait1-9/+1
2021-01-15common: board_r: Drop initr_api wrapperOvidiu Panait1-10/+1
2021-01-15common: board_r: Drop initr_jumptable wrapperOvidiu Panait2-8/+4
2021-01-15common: board_r: Drop initr_xen wrapperOvidiu Panait1-9/+1
2021-01-15common: board_r: Drop initr_noncached wrapperOvidiu Panait1-9/+1
2021-01-15common: board_r: Drop initr_pci wrapperOvidiu Panait1-14/+4
2021-01-15common: board_r: Drop initr_pci_ep wrapperOvidiu Panait1-10/+1
2021-01-15common: board_r: Drop initr_post_backlog wrapperOvidiu Panait1-9/+1
2021-01-15common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait1-15/+2
2021-01-15common: board_r: Drop initr_console_record wrapperOvidiu Panait1-10/+3
2021-01-15common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdtOvidiu Panait1-20/+21
2021-01-15common: board_f: Move setup_machine code to setup_bdinfoOvidiu Panait1-9/+4
2021-01-15common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dmOvidiu Panait1-5/+6
2021-01-15common: board_f: Drop initf_console_record wrapperOvidiu Panait1-9/+3
2021-01-15common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_FOvidiu Panait2-4/+11
2021-01-15log: call vsnprintf only when it is needed to emit tracePatrick Delaunay1-7/+13
2021-01-15console: allow to record console output before readyPatrick Delaunay1-8/+8
2021-01-15console: remove duplicated test on gd valuePatrick Delaunay1-8/+8
2021-01-15log: use console puts to output trace before LOG initPatrick Delaunay1-0/+9
2021-01-15log: don't build the trace buffer when log is not readyPatrick Delaunay1-5/+8
2021-01-13image-fit: fit_check_format check for valid FDTHeinrich Schuchardt1-0/+6
2021-01-12Merge tag 'ti-v2021.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-2/+4
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi1-2/+4
2021-01-12tools: mkimage: Add Allwinner eGON supportAndre Przywara1-0/+1
2021-01-11Merge branch 'next'Tom Rini14-88/+374
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-2/+2
2021-01-05spl: Drop bd_info in the data sectionSimon Glass2-8/+21
2021-01-05image: support board_fit_config_name_matchSebastian Reichel1-6/+13
2021-01-05image: cleanup pre-processor usageSebastian Reichel1-26/+20
2021-01-04common: usb_storage: Fix code indentationMichal Simek1-2/+2
2020-12-23Common:fdt: Check for error return valueHongwei Zhang1-0/+3
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-14dm: 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-08spl: fit: Prefer a malloc()'d buffer for loading imagesAlexandru Gagniuc1-15/+22
2020-12-05bootm: Support string substitution in bootargsSimon Glass2-3/+52
2020-12-05cli: Support macro processing with a fixed-size bufferSimon Glass1-5/+12
2020-12-05bootm: Allow updating the bootargs in a bufferSimon Glass1-1/+17
2020-12-05bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass1-3/+5
2020-12-05bootm: Split out bootargs environment reading / writingSimon Glass1-22/+73
2020-12-05bootm: Use size rather than length for CONSOLE_ARGSimon Glass1-7/+8
2020-12-05bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass1-10/+10
2020-12-05bootm: Rename fixup_silent_linux()Simon Glass1-2/+2
2020-12-05bootm: Update fixup_silent_linux() to return an errorSimon Glass1-7/+15
2020-12-05bootm: Add tests for fixup_silent_linux()Simon Glass1-7/+7
2020-12-05spl: atf: add support for LOAD_IMAGE_V2Michael Walle2-4/+104
2020-12-05spl: atf: remove helper structure from common headerMichael Walle1-0/+11
2020-12-05spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle1-3/+11