Skip to content
Snippets Groups Projects
  1. Jul 07, 2022
  2. Jul 05, 2022
  3. Jun 28, 2022
  4. Jun 22, 2022
    • Rui Miguel Silva's avatar
      cmd: load: add load command for memory mapped · bfef72e4
      Rui Miguel Silva authored and Tom Rini's avatar Tom Rini committed
      
      cp.b is used a lot as a way to load binaries to memory and execute
      them, however we may need to integrate this with the efi subsystem to
      set it up as a bootdev.
      
      So, introduce a loadm command that will be consistent with the other
      loadX commands and will call the efi API's.
      
      ex: loadm $kernel_addr $kernel_addr_r $kernel_size
      
      with this a kernel with CONFIG_EFI_STUB enabled will be loaded and
      then subsequently booted with bootefi command.
      
      Signed-off-by: default avatarRui Miguel Silva <rui.silva@linaro.org>
      Reviewed-by: default avatarTom Rini <trini@konsulko.com>
      bfef72e4
  5. Jun 06, 2022
  6. Apr 25, 2022
  7. Apr 19, 2022
  8. Apr 08, 2022
  9. Apr 01, 2022
    • Tom Rini's avatar
      Convert CONFIG_SYS_MONITOR_BASE to Kconfig · e4d741f8
      Tom Rini authored
      
      This converts the following to Kconfig:
         CONFIG_SYS_MONITOR_BASE
      
      Note that for how this is re-used on some PowePC platforms, we introduce
      CONFIG_SPL_SYS_MONITOR_BASE and CONFIG_TPL_SYS_MONITOR_BASE and use the
      CONFIG_VAL macro to get the correct value at build time, in the code.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      e4d741f8
Loading