summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* IOMUX: Fix buffer overflow in iomux_replace_device()Yuichiro Goto2021-04-271-2/+6
* common: edid: Search for valid timing in extension blockJernej Skrabec2021-04-241-0/+18
* common: edid: extract code for detailed timing searchJernej Skrabec2021-04-241-21/+28
* common: edid: check for digital display earlierJernej Skrabec2021-04-241-4/+5
* Add support for stack-protectorJoel Peshkin2021-04-203-0/+38
* Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc2021-04-192-21/+8
* image-fit: Accept OP-TEE images when booting a FITAlexandru Gagniuc2021-04-141-0/+2
* image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as validAlexandru Gagniuc2021-04-141-0/+2
* spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc2021-04-141-1/+18
* spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc2021-04-141-1/+11
* spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc2021-04-141-2/+3
* spl: LOAD_FIT_FULL: Fix selection of the "fdt" nodeAlexandru Gagniuc2021-04-141-3/+1
* common: fit: Add weak board_fit_config_name_matchSean Anderson2021-04-141-0/+5
* Kconfig: Document the limitations of the simple SPL_LOAD_FIT pathAlexandru Gagniuc2021-04-141-0/+10
* spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc2021-04-141-0/+24
* spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc2021-04-141-0/+8
* spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc2021-04-141-25/+45
* spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc2021-04-141-2/+9
* lib: Add support for ECDSA image signingAlexandru Gagniuc2021-04-141-2/+9
* lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc2021-04-142-2/+2
* x86: qemu: move QFW to its own uclassAsherah Connor2021-04-122-0/+106
* hush: Fix assignments being misinterpreted as commandsSean Anderson2021-04-121-1/+1
* hash: Allow for SHA512 hardware implementationsJoel Stanley2021-04-121-2/+22
* lib: optee: migration optee_copy_fdt_nodes for OF_LIVE supportPatrick Delaunay2021-04-121-1/+1
* board_f: cosmetic: change the debug trace to KB in reserve_videoPatrick Delaunay2021-04-101-1/+1
* Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-04-091-6/+18
|\
| * spl: fit: nand: allow for non-page-aligned elementsTim Harvey2021-04-081-5/+15
| * spl: fit: nand: skip bad block handling if NAND chip not fully definedTim Harvey2021-04-081-1/+3
* | riscv: sifive: Rename fu540 board to unleashedBin Meng2021-04-081-2/+3
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-04-061-2/+3
|\
| * usb: hub: Fix usb_get_port_status() for big-endian platformsAaron Williams2021-04-061-2/+3
* | Convert CONFIG_MISC_INIT_F to KconfigSimon Glass2021-04-061-0/+6
|/
* Merge tag 'v2021.04-rc5' into nextTom Rini2021-03-292-2/+2
|\
| * avb: Fix error when partition not foundschspa2021-03-171-1/+1
| * image: Avoid -ENODATA in host toolsSimon Glass2021-03-171-1/+1
* | sysinfo: Allow showing model info from sysinfoSimon Glass2021-03-271-8/+29
* | bootm: Skip command-line substitution if !CONFIG_CMDLINESimon Glass2021-03-271-1/+2
* | cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass2021-03-271-1/+1
* | bootstage: Warning if space is exhaustedSimon Glass2021-03-271-6/+12
* | spl: Split out bootstage ID into a functionSimon Glass2021-03-271-4/+19
* | sandbox: image: Allow sandbox to load any imageSimon Glass2021-03-271-0/+4
* | dm: core: Add an option to support SPL in read-only memorySimon Glass2021-03-261-0/+24
* | 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