1. 19 2月, 2018 15 次提交
  2. 18 2月, 2018 1 次提交
  3. 16 2月, 2018 3 次提交
  4. 15 2月, 2018 5 次提交
  5. 14 2月, 2018 10 次提交
  6. 13 2月, 2018 1 次提交
  7. 10 2月, 2018 2 次提交
    • Y
      drivers/ddr/fsl: Dual-license DDR driver · ee3556bc
      York Sun 提交于
      To make this driver easier to be reused, dual-license DDR driver.
      Signed-off-by: NYork Sun <york.sun@nxp.com>
      CC: Simon Glass <sjg@chromium.org>
      CC: Tom Rini <trini@konsulko.com>
      CC: Heinrich Schuchardt <xypron.glpk@gmx.de>
      CC: Thomas Schaefer <thomas.schaefer@kontron.com>
      CC: Masahiro Yamada <yamada.masahiro@socionext.com>
      CC: Robert P. J. Day <rpjday@crashcourse.ca>
      CC: Alexander Merkle <alexander.merkle@lauterbach.com>
      CC: Joakim Tjernlund <joakim.tjernlund@transmode.se>
      CC: Curt Brune <curt@cumulusnetworks.com>
      CC: Valentin Longchamp <valentin.longchamp@keymile.com>
      CC: Wolfgang Denk <wd@denx.de>
      CC: Anatolij Gustschin <agust@denx.de>
      CC: Ira W. Snyder <iws@ovro.caltech.edu>
      CC: Marek Vasut <marek.vasut@gmail.com>
      CC: Kyle Moffett <Kyle.D.Moffett@boeing.com>
      CC: Sebastien Carlier <sebastien.carlier@gmail.com>
      CC: Stefan Roese <sr@denx.de>
      CC: Peter Tyser <ptyser@xes-inc.com>
      CC: Paul Gortmaker <paul.gortmaker@windriver.com>
      CC: Peter Tyser <ptyser@xes-inc.com>
      CC: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
      ee3556bc
    • L
      crypto/fsl: instantiate all rng state handles · dfaec760
      Lukas Auer 提交于
      Extend the instantiate_rng() function and the corresponding CAAM job
      descriptor to instantiate all RNG state handles. This moves the RNG
      instantiation code in line with the CAAM kernel driver.
      
      Previously, only the first state handle was instantiated. The second
      one was instantiated by the CAAM kernel driver. This works if the
      kernel runs in secure mode, but fails in non-secure mode since the
      kernel driver uses DEC0 directly instead of over the job ring
      interface. Instantiating all RNG state handles in u-boot removes the
      need for using DEC0 in the kernel driver, making it possible to use
      the CAAM in non-secure mode.
      Signed-off-by: NLukas Auer <lukas.auer@aisec.fraunhofer.de>
      Tested-by: NBryan O'Donoghue <bryan.odonoghue@linaro.org>
      Reviewed-by: NYork Sun <york.sun@nxp.com>
      dfaec760
  8. 09 2月, 2018 3 次提交