Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

os.c

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Simon Glass's avatar
      5c2859cd
      sandbox: Allow reading/writing of RAM buffer · 5c2859cd
      Simon Glass authored
      
      It is useful to be able to save and restore the RAM contents of sandbox
      U-Boot either for setting up tests, for later analysys, or for chaining
      together multiple tests which need to keep the same memory contents.
      
      Add a function to provide a memory file for U-Boot. This is read on
      start-up and written when shutting down. If the file does not exist
      on start-up, it will be created when shutting down.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      5c2859cd
      History
      sandbox: Allow reading/writing of RAM buffer
      Simon Glass authored
      
      It is useful to be able to save and restore the RAM contents of sandbox
      U-Boot either for setting up tests, for later analysys, or for chaining
      together multiple tests which need to keep the same memory contents.
      
      Add a function to provide a memory file for U-Boot. This is read on
      start-up and written when shutting down. If the file does not exist
      on start-up, it will be created when shutting down.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>