Skip to content
Snippets Groups Projects
  1. Nov 06, 2017
  2. Nov 21, 2016
  3. Oct 13, 2016
  4. Feb 16, 2015
  5. Jan 30, 2015
  6. Jun 19, 2014
  7. Mar 21, 2014
  8. Jul 24, 2013
  9. Jun 26, 2013
    • Simon Glass's avatar
      image: Add support for signing of FIT configurations · 4d098529
      Simon Glass authored
      
      While signing images is useful, it does not provide complete protection
      against several types of attack. For example, it it possible to create a
      FIT with the same signed images, but with the configuration changed such
      that a different one is selected (mix and match attack). It is also possible
      to substitute a signed image from an older FIT version into a newer FIT
      (roll-back attack).
      
      Add support for signing of FIT configurations using the libfdt's region
      support.
      
      Please see doc/uImage.FIT/signature.txt for more information.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      4d098529
    • Simon Glass's avatar
      image: Add RSA support for image signing · 19c402af
      Simon Glass authored
      
      RSA provides a public key encryption facility which is ideal for image
      signing and verification.
      
      Images are signed using a private key by mkimage. Then at run-time, the
      images are verified using a private key.
      
      This implementation uses openssl for the host part (mkimage). To avoid
      bringing large libraries into the U-Boot binary, the RSA public key
      is encoded using a simple numeric representation in the device tree.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      19c402af
    • Simon Glass's avatar
      image: Support signing of images · 56518e71
      Simon Glass authored
      
      Add support for signing images using a new signature node. The process
      is handled by fdt_add_verification_data() which now takes parameters to
      provide the keys and related information.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      56518e71
    • Simon Glass's avatar
      image: Add signing infrastructure · 3e569a6b
      Simon Glass authored
      
      Add a structure to describe an algorithm which can sign and (later) verify
      images.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      3e569a6b
  10. Oct 26, 2012
  11. Sep 07, 2011
  12. Apr 13, 2010
  13. Mar 29, 2009
  14. May 09, 2007
  15. Jan 24, 2007
  16. Oct 06, 2005
  17. Sep 25, 2005
  18. Jul 01, 2004
    • Wolfgang Denk's avatar
      * Code cleanup (ARM mostly) · 39539887
      Wolfgang Denk authored
      * Patch by Curt Brune, 17 May 2004:
        - Add support for Samsung S3C4510B CPU (ARM7tdmi based SoC)
        - Add support for ESPD-Inc. EVB4510 Board
      39539887
  19. Jun 19, 2004
    • Wolfgang Denk's avatar
      Patch by Josef Wagner, 04 Jun 2004: · 49822e23
      Wolfgang Denk authored
      - DDR Ram support for PM520 (MPC5200)
      - support for different flash types (PM520)
      - USB / IDE / CF-Card / DiskOnChip support for PM520
      - 8 bit boot rom support for PM520/CE520
      - Add auto SDRAM module detection for MicroSys CPC45 board (MPC8245)
      - I2C and RTC support for CPC45
      - support of new flash type (28F160C3T) for CPC45
      49822e23
  20. Apr 18, 2004
    • Wolfgang Denk's avatar
      * Temporarily disabled John Kerl's extended MII command code because · e35745bb
      Wolfgang Denk authored
        "miivals.h" is missing
      
      * Patches by Mark Jonas, 13 Apr 2004:
        - Remove CS0 chip select timing setting from cpu/mpc5xxx/start.S
        - Add sync instructions to IceCube SDRAM init code
        - Move SDRAM chip constants into seperate include files
        - Unify DDR and SDR initialization code
        - Unify all IceCube (Lite5xxx) target names
      e35745bb
  21. Jul 16, 2003
  22. Jul 14, 2003
    • Wolfgang Denk's avatar
      * Patches by Yuli Barcohen, 13 Jul 2003: · 8564acf9
      Wolfgang Denk authored
        - Correct flash and JFFS2 support for MPC8260ADS
        - fix PVR values and clock generation for PowerQUICC II family
          (8270/8275/8280)
      
      * Patch by Bernhard Kuhn, 08 Jul 2003:
        - add support for M68K targets
      
      * Patch by Ken Chou, 3 Jul:
        - Fix PCI config table for A3000
        - Fix iobase for natsemi.c
          (PCI_BASE_ADDRESS_0 is the IO base register for DP83815)
      
      * Allow to enable "slow" POST routines by key press on power-on
      * Fix temperature dependend switching of LCD backlight on LWMON
      * Tweak output format for LWMON
      8564acf9
  23. Nov 12, 2000
Loading