Skip to content
Snippets Groups Projects
  1. Oct 09, 2020
    • Chee Hong Ang's avatar
      Makefile: socfpga: Generate sfp file with 4 SPL images · 505dc1c6
      Chee Hong Ang authored
      
      Generate 'u-boot-splx4.sfp' which consist of 4 SPL images required
      for booting up Cyclone5/Arria10.
      
      By default, this 'u-boot-splx4.sfp' is generated without extra
      padding after each SPL image.
      
      For Cyclone5, 'u-boot-splx4.sfp' contains:
      4 x SPL(64KB) = 256KB
      
      For Arria10, 'u-boot-splx4.sfp' contains:
      4 x SPL(256KB) = 1024KB
      
      For Cyclone5 using NAND flash image layout for 128 KB memory blocks,
      user can 'make' the following target to generate 4 SPL images with
      padding:
      
      make u-boot-spl-padx4.sfp
      
      'u-boot-spl-padx4.sfp' contains four 128KB SPL images (each 64KB SPL is
      followed by 64KB of zero-padding).
      4 x (SPL(64KB) + zero-padding(64KB)) = 512KB
      
      Signed-off-by: default avatarChee Hong Ang <chee.hong.ang@intel.com>
      Signed-off-by: default avatarLey Foon Tan <ley.foon.tan@intel.com>
      505dc1c6
  2. Oct 05, 2020
  3. Sep 22, 2020
  4. Sep 21, 2020
  5. Sep 12, 2020
  6. Sep 07, 2020
  7. Aug 26, 2020
  8. Aug 12, 2020
  9. Aug 10, 2020
  10. Aug 08, 2020
  11. Jul 29, 2020
  12. Jul 28, 2020
  13. Jul 17, 2020
  14. Jul 06, 2020
  15. Jul 01, 2020
  16. Jun 30, 2020
  17. Jun 29, 2020
  18. Jun 26, 2020
    • Tom Rini's avatar
      nxp: Finish switch to CONFIG_NXP_ESBC · bba4c7f9
      Tom Rini authored
      
      There are two remaining users of the CONFIG_SECURE_BOOT symbol that have
      not been migrated to another symbol.  In this case, they should be using
      CONFIG_NXP_ESBC as their guard.
      
      Cc: Vladimir Oltean <olteanv@gmail.com>
      Fixes: 5536c3c9 ("freescale/layerscape: Rename the config CONFIG_SECURE_BOOT name")
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      bba4c7f9
  19. Jun 23, 2020
  20. Jun 09, 2020
  21. Jun 07, 2020
  22. May 26, 2020
  23. May 15, 2020
  24. May 11, 2020
Loading