summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-14Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini5-4/+65
2021-04-14arm: 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-13cmd: exit: Fix return valueMarek Vasut1-5/+2
2021-04-13scmi: translate the resource only when livetree is not activatedPatrick Delaunay1-2/+7
2021-04-13gpio: Drop dm_gpio_set_dir()Simon Glass2-22/+0
2021-04-13gpio: i2c-gpio: Drop use of dm_gpio_set_dir()Simon Glass1-10/+9
2021-04-13qemu: arm: select QFW, MMIO on qemu-armAsherah Connor1-0/+2
2021-04-13qemu: add MMIO driver for QFWAsherah Connor3-0/+127
2021-04-13test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor7-2/+197
2021-04-13x86: qemu: move QFW to its own uclassAsherah Connor13-272/+489
2021-04-13scmi: correctly configure MMU for SCMI bufferPatrick Delaunay1-2/+4
2021-04-13moveconfig.py: add to the "do not process" listTrevor Woerner1-1/+1
2021-04-13checkpatch: Add warnings for using strn(cat|cpy)Sean Anderson2-1/+19
2021-04-13fastboot: Fix possible buffer overrunSean Anderson1-3/+3
2021-04-13test: Add test for strlcatSean Anderson2-0/+127
2021-04-13lib: string: Implement strlcatSean Anderson3-6/+22
2021-04-13lib: string: Fix strlcpy return valueSean Anderson1-4/+8
2021-04-13tee: optee: Change printing during optee_probeIlias Apalodimas1-3/+3
2021-04-13terminal: only serial_reinit_all if availableAsherah Connor1-1/+3
2021-04-13terminal: correct stdio_dev invocationsAsherah Connor1-6/+6
2021-04-13rtc: add support for rv3028 rtcHeiko Schocher3-0/+215
2021-04-13test: scmi: add local variables for scmi agent referenceEtienne Carriere1-45/+55
2021-04-13firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere3-17/+7
2021-04-13firmware: scmi: sandbox test for voltage regulatorEtienne Carriere6-3/+327
2021-04-13firmware: scmi: voltage regulatorEtienne Carriere6-0/+361
2021-04-13disk: gpt: verify alternate LBA points to last usable LBAStefan Herbrechtsmeier1-0/+9
2021-04-13cmd: xtrace: Convert to boolSean Anderson3-3/+3
2021-04-13pci: Mark 64bit Memory BARs as suchPhil Sutter1-1/+2
2021-04-13hush: Fix assignments being misinterpreted as commandsSean Anderson2-1/+3
2021-04-13mtd: Update fail_addr when erase fails due to bad blocksFarhan Ali1-0/+2
2021-04-13Tegra: remove e2220-1170 boardPeter Robinson9-207/+0
2021-04-13bootm: do not hang on failureHeinrich Schuchardt1-5/+2
2021-04-13hash: Allow for SHA512 hardware implementationsJoel Stanley3-10/+55
2021-04-12hw_sha: Fix coding style errorsJoel Stanley1-6/+6
2021-04-12lib: optee: migration optee_copy_fdt_nodes for OF_LIVE supportPatrick Delaunay3-30/+21
2021-04-12power: pmic: remove pmic_max77696.c fileJaehoon Chung3-91/+0
2021-04-12board: warp: add power_max77696_init() functionJaehoon Chung2-2/+67
2021-04-11Merge branch '2021-04-11-remove-non-migrated-boards'Tom Rini428-39732/+21
2021-04-11Merge tag 'video-2021-07-rc1' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini22-71/+370