summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-08lib: rsa: function to verify a signature against a hashHeiko Stuebner
2020-07-08cmd: Add a memory-search commandSimon Glass
2020-07-08command: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass
2020-07-08display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass
2020-07-08cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass
2020-07-08cmd: mem: Use a macro to avoid #ifdef in helpSimon Glass
2020-07-08Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass
2020-07-08spl: fit: improve spl_nand_fit_read(...) readabilityDario Binacchi
2020-07-08spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi
2020-07-08spl: fit: fail fit loading in case of FDT appending errorDario Binacchi
2020-07-08spl: fix format of function documentationDario Binacchi
2020-07-08spl: fit: select SPL_CRYPTO_SUPPORT for SPL_FIT_SIGNATUREHeiko Stuebner
2020-07-08spl: fit: select SPL_HASH_SUPPORT for SPL_FIT_SIGNATUREHeiko Stuebner
2020-07-08lib: rsa: add documentation to padding_pss_verify to document limitationsHeiko Stuebner
2020-07-08lib: rsa: free local arrays after use in rsa_gen_key_prop()Heiko Stuebner
2020-07-08lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()Heiko Stuebner
2020-07-08lib: rsa: bring exp_len in line when generating a key_propHeiko Stuebner
2020-07-08lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()Heiko Stuebner
2020-07-08lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFYHeiko Stuebner
2020-07-08cmd: add a panic commandHeiko Stuebner
2020-07-08debug_uart: Add CR before and after announce stringStefan Roese
2020-07-08tpm: add #ifndef to fix redeclaration build errorsJohannes Holland
2020-07-08tpm: add TPM2_GetRandom command supportDhananjay Phadke
2020-07-08tpm2: tis_spi: add linux compatible fallback stringBruno Thomsen
2020-07-08Merge tag 'u-boot-amlogic-20200708' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2020-07-08gpio: fix test.py for gpio label lookupHeiko Schocher
2020-07-08ARM: dts: meson-sm1-odroid-c4: add ethernet PHY resetNeil Armstrong
2020-07-08boards: amlogic: add Odroid C4 supportChristian Hewitt
2020-07-08ARM: dts: sync amlogic G12A/G12B/SM1 DT from Linux 5.8-rc1Christian Hewitt
2020-07-08board: amlogic: Add Odroid-N2 board supportPascal Vizeli
2020-07-07Merge tag 'u-boot-rockchip-20200708' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2020-07-07Merge branch '2020-07-07-misc-new-features'Tom Rini
2020-07-07arm: juno: Enable SATA controllerAndre Przywara
2020-07-07arm: juno: Enable PCIAndre Przywara
2020-07-07sata_sil: Enable DM_PCI operationAndre Przywara
2020-07-07arm: juno: Enable DM_ETHAndre Przywara
2020-07-07net: smc911x: Properly handle EEPROM MAC addressAndre Przywara
2020-07-07net: dm: Remove warning about EEPROM provided MAC addressAndre Przywara
2020-07-07arm: vexpress64: Fix counter frequencyAndre Przywara
2020-07-07arm: use correct argument size of special registersHeinrich Schuchardt
2020-07-07arm: remove outdated comment concerning -ffixed-x18Heinrich Schuchardt
2020-07-07trace: clang compatible handling of gd registerHeinrich Schuchardt
2020-07-07fs: fat_write: fix short name creation.Heinrich Schuchardt
2020-07-07test_sleep.py: make sleep time and margin configurableHeiko Schocher
2020-07-07gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher
2020-07-07configs: Enable mac and phy configsAmit Singh Tomar
2020-07-07owl: Kconfig: Enable DM eth for OWL platformAmit Singh Tomar
2020-07-07arm: dts: s700: add node for ethernet controllerAmit Singh Tomar
2020-07-07net: designware: s700: Add glue code for S700 macAmit Singh Tomar
2020-07-07net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx t...Amit Singh Tomar