summaryrefslogtreecommitdiffstats
path: root/meta/classes/uboot-sign.bbclass
Commit message (Expand)AuthorAgeFilesLines
* classes: Update classes to match new bitbake class scope functionalityRichard Purdie2022-08-121-505/+0
* classes: Add SPDX license identifiersRichard Purdie2022-08-121-0/+2
* classes: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+4
* kernel-fitimage.bbclass: add padding algorithm property in config nodesLUIS ENRIQUEZ2022-07-191-0/+3
* uboot-sign: Fix potential index error issuesRichard Purdie2022-06-111-0/+2
* u-boot: Fix condition for install_spl_helperSean Anderson2022-04-051-1/+1
* uboot-sign: fix the concatenation when multiple U-BOOT configurations are spe...Thomas Perrot2021-12-091-1/+15
* featimage: refactor styleAndrej Valek2021-10-181-28/+28
* Convert to new override syntaxRichard Purdie2021-08-021-4/+4
* uboot-sign.bbclass: fix some install commandsMing Liu2021-06-221-5/+3
* uboot-sign/kernel-fitimage: split generate_rsa_keys taskMing Liu2021-05-251-27/+2
* uboot: Fixes SPL verified boot on corner casesKlaus Heinrich Kiwi2021-04-061-19/+22
* u-boot: Use a different Key for SPL signingKlaus Heinrich Kiwi2021-04-061-10/+43
* u-boot: Add infrastructure to SPL verified bootKlaus Heinrich Kiwi2021-04-061-28/+323
* u-boot: Move definitions to common locationsKlaus Heinrich Kiwi2021-04-061-0/+35
* uboot: Deploy default symlinks with fitImageKlaus Heinrich Kiwi2021-04-051-0/+9
* uboot-sign: Refactor do_deploy prefunc to do_deploy_prependDaniel Klauer2020-06-301-5/+6
* kernel-fitimage: uboot-sign: fix missing signatureJun Nie2019-07-181-1/+3
* kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding depsAlex Kiernan2019-06-121-1/+1
* uboot-sign: Fix u-boot-nodtb symlinksYing-Chun Liu (PaulLiu)2019-05-091-2/+2
* uboot-sign: Fix build when UBOOT_DTB_BINARY is emptyAlex Kiernan2019-05-031-7/+7
* uboot-sign: add support for different u-boot configurationsAndreas Obergschwandtner2019-04-161-31/+54
* uboot-sign.bbclass: silence warnings when UBOOT_DTB_BINARY is emptyAlex Kiernan2019-01-111-2/+2
* uboot-sign.bbclass: fix signature and deploymentRobert Yang2018-12-081-42/+53
* uboot-sign.bbclass: Remove tab indentations in python codeRobert Yang2018-12-051-10/+10
* classes: Fix "U-boot", use proper spelling of "U-Boot".Robert P. J. Day2017-03-171-1/+1
* meta: remove True option to getVar callsJoshua Lock2016-12-161-3/+3
* uboot-sign: fix do_concat_dtb for .img, .romGeorge McCollister2016-11-061-2/+2
* uboot-sign: do_concat_dtb(): cd to $BGeorge McCollister2016-08-101-0/+1
* uboot-sign: Handle .rom signing the same as .imgGeorge McCollister2016-08-101-1/+2
* uboot-sign: rebuild u-boot.img with signed dtbGeorge McCollister2016-05-301-2/+6
* u-boot: deploy u-boot-nodtb and dtb filesYannick Gicquel2016-05-061-0/+22
* u-boot: basic support of dtb append for verified bootYannick Gicquel2016-05-061-0/+67