summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2021-04-14-assorted-vboot-improvements'WIP/15Apr2021Tom Rini2021-04-1531-266/+955
|\
| * lib/rsa: Use EVP_PKEY instead of RSAWIP/2021-04-14-assorted-vboot-improvementsChan, Donald2021-04-141-102/+67
| * 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-143-19/+5
| * doc: FIT image: Update FPGA example to make use of "loadables"Alexandru Gagniuc2021-04-141-1/+2
| * 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
| * doc: FIT image: Introduce "u-boot, fpga-legacy" propertyAlexandru Gagniuc2021-04-141-0/+1
| * spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc2021-04-141-2/+9
| * test/py: ecdsa: Use mkimage keyfile instead of keydir argumentAlexandru Gagniuc2021-04-141-1/+1
| * lib/ecdsa: Use the 'keydir' argument from mkimage if appropriateAlexandru Gagniuc2021-04-141-1/+13
| * lib/rsa: Use the 'keyfile' argument from mkimageAlexandru Gagniuc2021-04-141-8/+26
| * mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc2021-04-145-32/+52
| * doc: signature.txt: Document the keydir and keyfile argumentsAlexandru Gagniuc2021-04-141-0/+13
| * test/py: ecdsa: Add test for mkimage ECDSA signingAlexandru Gagniuc2021-04-141-0/+111
| * test/py: Add pycryptodomex to list of required pakagesAlexandru Gagniuc2021-04-141-0/+1
| * doc: signature.txt: Document devicetree format for ECDSA keysAlexandru Gagniuc2021-04-141-1/+6
| * lib: Add support for ECDSA image signingAlexandru Gagniuc2021-04-145-2/+415
| * lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc2021-04-144-64/+105
| * lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc2021-04-1410-8/+11
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2021-04-15103-206/+2772
|\ \
| * | configs: T1042D4RDB: enable DM_ETHCamelia Groza2021-04-155-2/+18
| * | powerpc: dts: t1042d4rdb: add FMan v3 nodesCamelia Groza2021-04-151-1/+54
| * | powerpc: dts: t1042: add QorIQ DPAA 1 FMan v3 nodesCamelia Groza2021-04-151-0/+46
| * | configs: T4240RDB: enable DM_ETHCamelia Groza2021-04-152-0/+6
| * | powerpc: dts: qoriq: update the mdio offsets under the second FMan v3Camelia Groza2021-04-1511-14/+14
| * | powerpc: dts: t4240rdb: add FMan v3 nodesCamelia Groza2021-04-151-1/+141
| * | powerpc: dts: t4240: add QorIQ DPAA 1 FMan v3 nodesCamelia Groza2021-04-151-0/+101
| * | configs: T2080RDB: enable DM_ETHCamelia Groza2021-04-154-0/+12
| * | board: freescale: t208xrdb: fdt fixups under DM_ETHCamelia Groza2021-04-153-0/+40
| * | powerpc: dts: t2080rdb: add FMan v3 nodesCamelia Groza2021-04-151-1/+68
| * | powerpc: dts: t2080: add QorIQ DPAA 1 FMan v3 nodesCamelia Groza2021-04-151-0/+51
| * | ls1012a: use default scan_dev_for_bootMian Yousaf Kaukab2021-04-155-35/+0
| * | board: sl28: add config to enable console output on SER0Michael Walle2021-04-154-1/+34
| * | board: sl28: enable DM_SERIALMichael Walle2021-04-152-2/+1
| * | board: sl28: move DM_* configs to KconfigMichael Walle2021-04-152-17/+19
| * | armv8: fsl-layerscape: spl: call spl_early_init()Michael Walle2021-04-151-0/+8
| * | armv8: fsl-layerscape: spl: add debug UART supportMichael Walle2021-04-151-0/+3
| * | freescale: ls1021atwr: Drop use of CONFIG_RESETSimon Glass2021-04-152-5/+4
| * | doc: board: qemu-ppce500: Document eTSEC usageBin Meng2021-04-151-0/+5
| * | ppc: qemu: Enable eTSEC supportBin Meng2021-04-151-0/+4
| * | ppc: qemu: Create a virtual memory mapping of the platform busBin Meng2021-04-153-0/+36
| * | test: dm: Add a test case for simple-bus <ranges>Bin Meng2021-04-153-0/+35