aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-15watchdog: Add booke watchdog driverChris Packham3-0/+114
2021-04-15board/km: add support for seli8 design based on nxp ls102xAleksandar Gerasimovski13-11/+861
2021-04-15arm: dts: ls1028a: define QDS networking protocol combinationsAlex Marginean16-0/+490
2021-04-15pci: add Amlogic Meson Designware PCIe controllerNeil Armstrong3-0/+468
2021-04-15pci: pcie_dw_rockchip: migrate to common Designware PCIe functionsNeil Armstrong2-444/+30
2021-04-15pci: pcie_dw_ti: migrate to common Designware PCIe functionsNeil Armstrong2-408/+38
2021-04-15pci: add common Designware PCIe functionsNeil Armstrong4-0/+525
2021-04-15x86: mtrr: Fix function descriptionsWolfgang Wallner1-2/+2
2021-04-15dt-bindings: fsp: Fix Apollo Lake FSP-S devicetree bindingsWolfgang Wallner1-9/+10
2021-04-14lib/rsa: Use EVP_PKEY instead of RSAChan, Donald1-102/+67
2021-04-14image-fit: Accept OP-TEE images when booting a FITAlexandru Gagniuc1-0/+2
2021-04-14image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as validAlexandru Gagniuc1-0/+2
2021-04-14spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc1-1/+18
2021-04-14spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc1-1/+11
2021-04-14spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc1-2/+3
2021-04-14spl: LOAD_FIT_FULL: Fix selection of the "fdt" nodeAlexandru Gagniuc1-3/+1
2021-04-14common: fit: Add weak board_fit_config_name_matchSean Anderson3-19/+5
2021-04-14doc: FIT image: Update FPGA example to make use of "loadables"Alexandru Gagniuc1-1/+2
2021-04-14Kconfig: Document the limitations of the simple SPL_LOAD_FIT pathAlexandru Gagniuc1-0/+10
2021-04-14spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc1-0/+24
2021-04-14spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc1-0/+8
2021-04-14spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc1-25/+45
2021-04-14doc: FIT image: Introduce "u-boot, fpga-legacy" propertyAlexandru Gagniuc1-0/+1
2021-04-14spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc1-2/+9
2021-04-14test/py: ecdsa: Use mkimage keyfile instead of keydir argumentAlexandru Gagniuc1-1/+1
2021-04-14lib/ecdsa: Use the 'keydir' argument from mkimage if appropriateAlexandru Gagniuc1-1/+13
2021-04-14lib/rsa: Use the 'keyfile' argument from mkimageAlexandru Gagniuc1-8/+26
2021-04-14mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc5-32/+52
2021-04-14doc: signature.txt: Document the keydir and keyfile argumentsAlexandru Gagniuc1-0/+13
2021-04-14test/py: ecdsa: Add test for mkimage ECDSA signingAlexandru Gagniuc1-0/+111
2021-04-14test/py: Add pycryptodomex to list of required pakagesAlexandru Gagniuc1-0/+1
2021-04-14doc: signature.txt: Document devicetree format for ECDSA keysAlexandru Gagniuc1-1/+6
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc5-2/+415
2021-04-14lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc4-64/+105
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc10-8/+11
2021-04-13Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini5-4/+65
2021-04-13arm: mach-rmobile: Add CPU info support for RZ/G2Biju Das5-4/+65
2021-04-13Merge branch '2021-04-13-assorted-improvements'Tom Rini81-739/+2142
2021-04-12cmd: exit: Fix return valueMarek Vasut1-5/+2
2021-04-12scmi: translate the resource only when livetree is not activatedPatrick Delaunay1-2/+7
2021-04-12gpio: Drop dm_gpio_set_dir()Simon Glass2-22/+0
2021-04-12gpio: i2c-gpio: Drop use of dm_gpio_set_dir()Simon Glass1-10/+9
2021-04-12qemu: arm: select QFW, MMIO on qemu-armAsherah Connor1-0/+2
2021-04-12qemu: add MMIO driver for QFWAsherah Connor3-0/+127
2021-04-12test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor7-2/+197
2021-04-12x86: qemu: move QFW to its own uclassAsherah Connor13-272/+489
2021-04-12scmi: correctly configure MMU for SCMI bufferPatrick Delaunay1-2/+4
2021-04-12moveconfig.py: add to the "do not process" listTrevor Woerner1-1/+1
2021-04-12checkpatch: Add warnings for using strn(cat|cpy)Sean Anderson2-1/+19
2021-04-12fastboot: Fix possible buffer overrunSean Anderson1-3/+3