Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • U-Boot U-Boot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • U-BootU-Boot
  • U-BootU-Boot
  • Repository
  • u-boot
  • include
  • image.h
Find file Blame History Permalink
  • Ralph Siemsen's avatar
    tools: spkgimage: add Renesas SPKG format · afdfcb11
    Ralph Siemsen authored May 12, 2023
    
    
    Renesas RZ/N1 devices contain BootROM code that loads a custom SPKG
    image from QSPI, NAND or USB DFU. Support this format in mkimage tool.
    
    SPKGs can optionally be signed, however creation of signed SPKG is not
    currently supported.
    
    Example of how to use it:
    
    tools/mkimage -n board/schneider/rzn1-snarc/spkgimage.cfg \
    	-T spkgimage -a 0x20040000 -e 0x20040000 \
    	-d u-boot.bin u-boot.bin.spkg
    
    The config file (spkgimage.cfg in this example) contains additional
    parameters such as NAND ECC settings.
    
    Signed-off-by: default avatarRalph Siemsen <ralph.siemsen@linaro.org>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    Reviewed-by: default avatarMarek Vasut <marek.vasut+renesas@mailbox.org>
    afdfcb11

Imprint & Privacy Policy