summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-155-14/+43
|\
| * arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)Siew Chin Lim2021-03-081-1/+1
| * common: Move initr_addr_map() to a bit earlierBin Meng2021-03-051-3/+3
| * common: fdt_support: Support special case of PCI address in fdt_read_prop()Bin Meng2021-03-051-3/+17
| * bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNTSimon Glass2021-03-032-1/+4
| * Respect that some compression algos can be enabled separately for SPLFrieder Schrempf2021-03-011-6/+18
* | common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz2021-03-133-0/+62
* | log: Handle line continuationSimon Glass2021-03-122-12/+21
* | log: Set up a flag byte for log recordsSimon Glass2021-03-121-3/+6
* | spl: Convert spl_fit to work with sandboxSimon Glass2021-03-122-13/+17
* | bootm: Fix duplicate debugging in bootm_process_cmdline()Simon Glass2021-03-021-1/+1
* | spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass2021-03-021-2/+1
|/
* usb: kbd: Also accept keyboards with Interrupt OUT endpointStefan BrĂ¼ns2021-02-261-9/+14
* Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FITKlaus Heinrich Kiwi2021-02-241-0/+1
* Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATUREKlaus Heinrich Kiwi2021-02-241-0/+1
* cmd: fdt: skip board specific fixup using env variableWasim Khan2021-02-241-5/+12
* Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2021-02-221-2/+2
|\
| * common: splash_source: fix -Wint-to-pointer-cast warningJaehoon Chung2021-02-191-2/+2
* | fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara2021-02-191-8/+1
|/
* Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'Tom Rini2021-02-181-125/+136
|\
| * spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc2021-02-171-3/+15
| * spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc2021-02-171-29/+24
| * spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc2021-02-171-10/+9
| * spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc2021-02-171-11/+1
| * spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc2021-02-171-58/+43
| * spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc2021-02-171-30/+60
| * spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc2021-02-171-2/+2
* | dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne2021-02-181-0/+73
|/
* usb: kbd: destroy device after console is stoppedAndy Shevchenko2021-02-161-8/+8
* IOMUX: Introduce iomux_replace_device()Andy Shevchenko2021-02-161-0/+33
* IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko2021-02-162-13/+6
* IOMUX: Split out iomux_match_device() helperAndy Shevchenko2021-02-162-17/+17
* IOMUX: Switch to use stdio_file_to_flags()Andy Shevchenko2021-02-161-9/+2
* console: Set file and devices at one goAndy Shevchenko2021-02-161-10/+12
* console: Set console device counter in console_devices_set()Andy Shevchenko2021-02-161-0/+1
* console: Switch to use stdio_file_to_flags()Andy Shevchenko2021-02-161-11/+3
* stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko2021-02-161-0/+13
* stdio: Split out nulldev_register() and move it under #ifAndy Shevchenko2021-02-161-12/+21
* stdio: Get rid of dead code, i.e. stdio_deregister()Andy Shevchenko2021-02-161-11/+0
* image: Check for unit addresses in FITsSimon Glass2021-02-151-4/+52
* image: Add an option to do a full check of the FITSimon Glass2021-02-152-0/+36
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-154-32/+26
* fit: Don't allow verification of images with @ nodesSimon Glass2021-02-152-7/+35
* fdt_region: Check for a single root node of the correct nameSimon Glass2021-02-151-0/+11
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-0240-1/+40
* common: Kconfig.boot: Add FIT_PRINT config optionRavik Hasija2021-02-012-2/+8
* x86: spl: Add a function to find the text baseSimon Glass2021-02-011-0/+6
* dfu: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski2021-01-311-0/+3
* avb: AVB_VERIFY depends on MMCHeinrich Schuchardt2021-01-291-0/+1
* autoboot: fix illegal memory access when stop key and delay key are emptyYuezhang.Mo@sony.com2021-01-271-3/+3