aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-15arm: dts: ls1028a: define QDS networking protocol combinationsAlex Marginean
2021-04-15pci: add Amlogic Meson Designware PCIe controllerNeil Armstrong
2021-04-15pci: pcie_dw_rockchip: migrate to common Designware PCIe functionsNeil Armstrong
2021-04-15pci: pcie_dw_ti: migrate to common Designware PCIe functionsNeil Armstrong
2021-04-15pci: add common Designware PCIe functionsNeil Armstrong
2021-04-15x86: mtrr: Fix function descriptionsWolfgang Wallner
2021-04-15dt-bindings: fsp: Fix Apollo Lake FSP-S devicetree bindingsWolfgang Wallner
2021-04-14lib/rsa: Use EVP_PKEY instead of RSAChan, Donald
2021-04-14image-fit: Accept OP-TEE images when booting a FITAlexandru Gagniuc
2021-04-14image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as validAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Fix selection of the "fdt" nodeAlexandru Gagniuc
2021-04-14common: fit: Add weak board_fit_config_name_matchSean Anderson
2021-04-14doc: FIT image: Update FPGA example to make use of "loadables"Alexandru Gagniuc
2021-04-14Kconfig: Document the limitations of the simple SPL_LOAD_FIT pathAlexandru Gagniuc
2021-04-14spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc
2021-04-14spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc
2021-04-14spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc
2021-04-14doc: FIT image: Introduce "u-boot, fpga-legacy" propertyAlexandru Gagniuc
2021-04-14spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc
2021-04-14test/py: ecdsa: Use mkimage keyfile instead of keydir argumentAlexandru Gagniuc
2021-04-14lib/ecdsa: Use the 'keydir' argument from mkimage if appropriateAlexandru Gagniuc
2021-04-14lib/rsa: Use the 'keyfile' argument from mkimageAlexandru Gagniuc
2021-04-14mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc
2021-04-14doc: signature.txt: Document the keydir and keyfile argumentsAlexandru Gagniuc
2021-04-14test/py: ecdsa: Add test for mkimage ECDSA signingAlexandru Gagniuc
2021-04-14test/py: Add pycryptodomex to list of required pakagesAlexandru Gagniuc
2021-04-14doc: signature.txt: Document devicetree format for ECDSA keysAlexandru Gagniuc
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc
2021-04-14lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc
2021-04-13Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2021-04-13arm: mach-rmobile: Add CPU info support for RZ/G2Biju Das
2021-04-13Merge branch '2021-04-13-assorted-improvements'Tom Rini
2021-04-12cmd: exit: Fix return valueMarek Vasut
2021-04-12scmi: translate the resource only when livetree is not activatedPatrick Delaunay
2021-04-12gpio: Drop dm_gpio_set_dir()Simon Glass
2021-04-12gpio: i2c-gpio: Drop use of dm_gpio_set_dir()Simon Glass
2021-04-12qemu: arm: select QFW, MMIO on qemu-armAsherah Connor
2021-04-12qemu: add MMIO driver for QFWAsherah Connor
2021-04-12test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor
2021-04-12x86: qemu: move QFW to its own uclassAsherah Connor
2021-04-12scmi: correctly configure MMU for SCMI bufferPatrick Delaunay
2021-04-12moveconfig.py: add to the "do not process" listTrevor Woerner
2021-04-12checkpatch: Add warnings for using strn(cat|cpy)Sean Anderson
2021-04-12fastboot: Fix possible buffer overrunSean Anderson
2021-04-12test: Add test for strlcatSean Anderson
2021-04-12lib: string: Implement strlcatSean Anderson