summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* board: sifive: add HiFive Unmatched board supportGreen Wan2021-05-311-2/+2
* Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc2021-05-281-1/+0
* spl: Kconfig: Use tabs instead of space for alignmentMichal Simek2021-05-261-12/+12
* riscv: Drop USE_SPL_FIT_GENERATORBin Meng2021-05-191-2/+1
* common: kconfig: Correct a typo in SPL_LOAD_FITBin Meng2021-05-191-1/+1
* Merge branch '2021-05-17-assorted-fixes'Tom Rini2021-05-181-2/+2
|\
| * cli: slighly more clear error messagespeng.wang@smartm.com2021-05-171-2/+2
* | lib: introduce HASH_CALCULATE optionMasahisa Kojima2021-05-181-0/+1
* | hash: Kconfig option for SHA512 hardware accelerationHeinrich Schuchardt2021-05-181-4/+4
|/
* fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.cKory Maincent2021-05-131-0/+46
* Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi2021-05-121-4/+2
* fdt_support.c: Allow late kernel cmdline modificationNiko Mauno2021-05-041-1/+11
* env: allow environment to be amended from control dtbRasmus Villemoes2021-05-041-0/+2
* sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson2021-05-041-0/+4
* 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