Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • F fsl-qoriq U-Boot Custodian Tree
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Analytics
    • Analytics
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • U-BootU-Boot
  • Custodians
  • fsl-qoriq U-Boot Custodian Tree
  • Repository
  • u-boot-fsl-qoriq
  • arch
  • arm
  • mach-rockchip
  • Makefile
Find file Blame History Permalink
  • Philipp Tomsich's avatar
    rockchip: back-to-bootrom: replace assembly-implementation with C-code · ecfd7189
    Philipp Tomsich authored Oct 10, 2017
    
    
    The back-to-bootrom implementation for Rockchip has always relied on
    the stack-pointer being valid on entry, so there was little reason to
    have this as an assembly implementation.
    
    This provides a new C-only implementation of save_boot_params and
    back_to_bootrom (relying on setjmp/longjmp) and removes the older
    assembly-only implementation.
    
    Signed-off-by: Philipp Tomsich's avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
    Tested-by: default avatarAndy Yan <andy.yan@rock-chips.com>
    ecfd7189

Imprint & Privacy Policy