summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | dm: core: Correctly read <ranges> of simple-busBin Meng2021-04-153-10/+41
| * | | net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng2021-04-151-3/+27
| * | | dt-bindings: net: Update Freescale TSEC to support "queue-group"Bin Meng2021-04-151-1/+18
| * | | net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng2021-04-151-1/+3
| * | | test: dm: Add a case to test ofnode_phy_is_fixed_link()Bin Meng2021-04-152-5/+19
| * | | sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil2021-04-159-5/+329
| * | | net: tsec: Use dm_eth_phy_connect() directly for the DM caseVladimir Oltean2021-04-151-5/+1
| * | | net: phy: fixed: Support the old DT bindingBin Meng2021-04-151-3/+23
| * | | net: phy: fixed: Add the missing ending newlineBin Meng2021-04-151-1/+1
| * | | net: phy: fixed: Make driver ops staticBin Meng2021-04-151-4/+4
| * | | net: phy: Simplify the logic of phy_connect_fixed()Bin Meng2021-04-151-8/+8
| * | | net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()Bin Meng2021-04-152-6/+1
| * | | net: phy: xilinx: Be compatible with live OF treeBin Meng2021-04-152-44/+40
| * | | net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixedVladimir Oltean2021-04-151-6/+0