summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-09arm: kirkwood: add DT spi0 alias to LaCie boardsSimon Guinot9-7/+69
2020-07-09arm: mvebu: helios4: sync helios4 config to clearfog and dts to kernelDennis Gilmore4-53/+93
2020-07-09arm: mvebu: a38x: Adjust UTMI PHY parametersChris Packham1-4/+21
2020-07-09arm: mvebu: a38x: Fix typoChris Packham1-1/+1
2020-07-09mv_ddr: ddr3: Update {min,max}_read_sample calculationChris Packham1-2/+2
2020-07-09mv_ddr: ddr3: Use correct bitmask for read sample delayChris Packham1-1/+1
2020-07-09Merge branch '2020-07-08-misc-features-and-fixes'Tom Rini27-207/+746
2020-07-09lib: rsa: function to verify a signature against a hashHeiko Stuebner2-24/+53
2020-07-09cmd: Add a memory-search commandSimon Glass6-0/+456
2020-07-09command: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-4/+5
2020-07-09display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-14/+4
2020-07-09cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-79/+38
2020-07-09cmd: mem: Use a macro to avoid #ifdef in helpSimon Glass1-51/+17
2020-07-09Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass4-32/+34
2020-07-09spl: fit: improve spl_nand_fit_read(...) readabilityDario Binacchi1-5/+5
2020-07-09spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi3-1/+33
2020-07-09spl: fit: fail fit loading in case of FDT appending errorDario Binacchi1-3/+6
2020-07-09spl: fix format of function documentationDario Binacchi1-1/+1
2020-07-09spl: fit: select SPL_CRYPTO_SUPPORT for SPL_FIT_SIGNATUREHeiko Stuebner1-0/+1
2020-07-09spl: fit: select SPL_HASH_SUPPORT for SPL_FIT_SIGNATUREHeiko Stuebner1-0/+1
2020-07-09lib: rsa: add documentation to padding_pss_verify to document limitationsHeiko Stuebner1-0/+13
2020-07-09lib: rsa: free local arrays after use in rsa_gen_key_prop()Heiko Stuebner1-11/+10
2020-07-09lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()Heiko Stuebner1-5/+9
2020-07-09lib: rsa: bring exp_len in line when generating a key_propHeiko Stuebner1-1/+1
2020-07-09lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()Heiko Stuebner2-4/+4
2020-07-09lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFYHeiko Stuebner1-1/+1
2020-07-09cmd: add a panic commandHeiko Stuebner2-0/+24
2020-07-09debug_uart: Add CR before and after announce stringStefan Roese1-1/+1
2020-07-09tpm: 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-08Merge tag 'u-boot-rockchip-20200708' of https://gitlab.denx.de/u-boot/custodi...Tom Rini20-13/+966
2020-07-08Merge branch '2020-07-07-misc-new-features'Tom Rini46-65/+699
2020-07-08arm: juno: Enable SATA controllerAndre Przywara1-2/+3
2020-07-08arm: juno: Enable PCIAndre Przywara2-5/+14
2020-07-08sata_sil: Enable DM_PCI operationAndre Przywara2-2/+15
2020-07-08arm: juno: Enable DM_ETHAndre Przywara2-1/+3
2020-07-08net: smc911x: Properly handle EEPROM MAC addressAndre Przywara1-24/+36
2020-07-08net: dm: Remove warning about EEPROM provided MAC addressAndre Przywara1-2/+0
2020-07-08arm: vexpress64: Fix counter frequencyAndre Przywara1-1/+1
2020-07-08arm: use correct argument size of special registersHeinrich Schuchardt1-4/+6
2020-07-08arm: remove outdated comment concerning -ffixed-x18Heinrich Schuchardt1-4/+0
2020-07-08trace: clang compatible handling of gd registerHeinrich Schuchardt1-4/+4
2020-07-08fs: fat_write: fix short name creation.Heinrich Schuchardt1-3/+12