summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* sunxi: support loading with SPL > 32KBAndre Przywara2021-01-251-1/+2
* sunxi: Introduce common symbol for H6 like SoCsJernej Skrabec2021-01-251-2/+2
* image-fit: Fix FIT_CIPHER linkingJoel Stanley2021-01-222-14/+15
* common: Makefile: drop duplicated linePeng Fan2021-01-161-1/+0
* console: cosmetics: remove #if 0Patrick Delaunay2021-01-161-10/+0
* common: always compile fixup_cmdtable()Heinrich Schuchardt2021-01-161-4/+2
* common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes2021-01-161-2/+5
* cli_readline: Only insert printable charsSteve Bennett2021-01-161-2/+4
* Add optional salt to AUTOBOOT_STOP_STR_SHA256Joel Peshkin2021-01-162-3/+14
* IOMUX: Stop dropped consolesAndy Shevchenko2021-01-151-3/+16
* IOMUX: Drop indentation level by removing redundant 'else'Andy Shevchenko2021-01-151-5/+5
* IOMUX: Refactor iomux_doenv() in order to increase readabilityAndy Shevchenko2021-01-151-7/+6
* IOMUX: Preserve console list if realloc() failsAndy Shevchenko2021-01-151-11/+2
* console: rename search_device() to console_search_dev()Andy Shevchenko2021-01-153-13/+13
* console: Keep ->start() and ->stop() balancedAndy Shevchenko2021-01-151-0/+37
* console: Introduce console_start() and console_stop()Andy Shevchenko2021-01-151-7/+23
* console: add console_has_tstc helper function for CONSOLE_MUXPatrick Delaunay2021-01-151-12/+25
* console: remove #ifdef CONFIG_CONSOLE_RECORDPatrick Delaunay2021-01-151-22/+73
* console: add function console_devices_setPatrick Delaunay2021-01-151-7/+13
* console: remove #ifdef CONFIG when it is possiblePatrick Delaunay2021-01-151-94/+64
* spl: Kconfig: Add SPL dependency to CONFIG_HANDOFFOvidiu Panait2021-01-151-1/+1
* common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait2021-01-151-14/+2
* common: board_r: Drop initr_bbmii wrapperOvidiu Panait2021-01-151-9/+1
* common: board_r: Drop initr_api wrapperOvidiu Panait2021-01-151-10/+1
* common: board_r: Drop initr_jumptable wrapperOvidiu Panait2021-01-152-8/+4
* common: board_r: Drop initr_xen wrapperOvidiu Panait2021-01-151-9/+1
* common: board_r: Drop initr_noncached wrapperOvidiu Panait2021-01-151-9/+1
* common: board_r: Drop initr_pci wrapperOvidiu Panait2021-01-151-14/+4
* common: board_r: Drop initr_pci_ep wrapperOvidiu Panait2021-01-151-10/+1
* common: board_r: Drop initr_post_backlog wrapperOvidiu Panait2021-01-151-9/+1
* common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait2021-01-151-15/+2
* common: board_r: Drop initr_console_record wrapperOvidiu Panait2021-01-151-10/+3
* common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdtOvidiu Panait2021-01-151-20/+21
* common: board_f: Move setup_machine code to setup_bdinfoOvidiu Panait2021-01-151-9/+4
* common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dmOvidiu Panait2021-01-151-5/+6
* common: board_f: Drop initf_console_record wrapperOvidiu Panait2021-01-151-9/+3
* common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_FOvidiu Panait2021-01-152-4/+11
* log: call vsnprintf only when it is needed to emit tracePatrick Delaunay2021-01-151-7/+13
* console: allow to record console output before readyPatrick Delaunay2021-01-151-8/+8
* 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