aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-09i2c: i2c-cortina: added CAxxxx I2C supportArthur Li6-0/+465
2020-07-09i2c: octeon_i2c: Add I2C controller driver for OcteonSuneel Garapati4-0/+882
2020-07-08Merge branch '2020-07-08-misc-features-and-fixes'Tom Rini27-207/+746
2020-07-08lib: rsa: function to verify a signature against a hashHeiko Stuebner2-24/+53
2020-07-08cmd: Add a memory-search commandSimon Glass6-0/+456
2020-07-08command: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-4/+5
2020-07-08display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-14/+4
2020-07-08cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-79/+38
2020-07-08cmd: mem: Use a macro to avoid #ifdef in helpSimon Glass1-51/+17
2020-07-08Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass4-32/+34
2020-07-08spl: fit: improve spl_nand_fit_read(...) readabilityDario Binacchi1-5/+5
2020-07-08spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi3-1/+33
2020-07-08spl: fit: fail fit loading in case of FDT appending errorDario Binacchi1-3/+6
2020-07-08spl: fix format of function documentationDario Binacchi1-1/+1
2020-07-08spl: fit: select SPL_CRYPTO_SUPPORT for SPL_FIT_SIGNATUREHeiko Stuebner1-0/+1
2020-07-08spl: fit: select SPL_HASH_SUPPORT for SPL_FIT_SIGNATUREHeiko Stuebner1-0/+1
2020-07-08lib: rsa: add documentation to padding_pss_verify to document limitationsHeiko Stuebner1-0/+13
2020-07-08lib: rsa: free local arrays after use in rsa_gen_key_prop()Heiko Stuebner1-11/+10
2020-07-08lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()Heiko Stuebner1-5/+9
2020-07-08lib: rsa: bring exp_len in line when generating a key_propHeiko Stuebner1-1/+1
2020-07-08lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()Heiko Stuebner2-4/+4
2020-07-08lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFYHeiko Stuebner1-1/+1
2020-07-08cmd: add a panic commandHeiko Stuebner2-0/+24
2020-07-08debug_uart: Add CR before and after announce stringStefan Roese1-1/+1
2020-07-08tpm: add #ifndef to fix redeclaration build errorsJohannes Holland1-0/+2
2020-07-08tpm: add TPM2_GetRandom command supportDhananjay Phadke2-0/+57
2020-07-08tpm2: tis_spi: add linux compatible fallback stringBruno Thomsen2-3/+3
2020-07-08Merge tag 'u-boot-amlogic-20200708' of https://gitlab.denx.de/u-boot/custodia...Tom Rini19-40/+777
2020-07-08gpio: fix test.py for gpio label lookupHeiko Schocher3-0/+3
2020-07-08ARM: dts: meson-sm1-odroid-c4: add ethernet PHY resetNeil Armstrong1-0/+6
2020-07-08boards: amlogic: add Odroid C4 supportChristian Hewitt5-1/+207
2020-07-08ARM: dts: sync amlogic G12A/G12B/SM1 DT from Linux 5.8-rc1Christian Hewitt10-36/+501
2020-07-08board: amlogic: Add Odroid-N2 board supportPascal Vizeli5-3/+63
2020-07-07Merge tag 'u-boot-rockchip-20200708' of https://gitlab.denx.de/u-boot/custodi...Tom Rini20-13/+966
2020-07-07Merge branch '2020-07-07-misc-new-features'Tom Rini46-65/+699
2020-07-07arm: juno: Enable SATA controllerAndre Przywara1-2/+3
2020-07-07arm: juno: Enable PCIAndre Przywara2-5/+14
2020-07-07sata_sil: Enable DM_PCI operationAndre Przywara2-2/+15
2020-07-07arm: juno: Enable DM_ETHAndre Przywara2-1/+3
2020-07-07net: smc911x: Properly handle EEPROM MAC addressAndre Przywara1-24/+36
2020-07-07net: dm: Remove warning about EEPROM provided MAC addressAndre Przywara1-2/+0
2020-07-07arm: vexpress64: Fix counter frequencyAndre Przywara1-1/+1
2020-07-07arm: use correct argument size of special registersHeinrich Schuchardt1-4/+6
2020-07-07arm: remove outdated comment concerning -ffixed-x18Heinrich Schuchardt1-4/+0
2020-07-07trace: clang compatible handling of gd registerHeinrich Schuchardt1-4/+4
2020-07-07fs: fat_write: fix short name creation.Heinrich Schuchardt1-3/+12
2020-07-07test_sleep.py: make sleep time and margin configurableHeiko Schocher1-3/+11
2020-07-07gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher3-0/+75
2020-07-07configs: Enable mac and phy configsAmit Singh Tomar1-0/+4
2020-07-07owl: Kconfig: Enable DM eth for OWL platformAmit Singh Tomar1-0/+1