Skip to content
Snippets Groups Projects
  1. Nov 09, 2021
  2. Nov 07, 2021
    • Heinrich Schuchardt's avatar
      dfu: newline after updating · f8d7e6e9
      Heinrich Schuchardt authored
      
      Currently output of dfu commands ends on a line with leading hash signs
      ('#'). The succeeding output should be placed on a new line.
      
      After writing updates via dfu print a new line.
      
      Signed-off-by: Heinrich Schuchardt's avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
      Signed-off-by: default avatarHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
      f8d7e6e9
    • Simon Glass's avatar
      efi: Add video support to the app · 1834c081
      Simon Glass authored and Heinrich Schuchardt's avatar Heinrich Schuchardt committed
      
      The current EFI video driver only works when running in the stub. In that
      case the stub calls boot services (before jumping to U-Boot proper) and
      copies the graphics info over to the efi table. This is necessary because
      the stub exits boot services before jumping to U-Boot.
      
      The app maintains access to boot services throughout its life, so does not
      need to do this. Update the driver to support calling boot services
      directly.
      
      Enable video output for the app. Note that this uses the
      EFI_GRAPHICS_OUTPUT_PROTOCOL protocol, even though it mentions vesa.
      
      A sample qemu command-line for this case is:
      
         qemu-system-x86_64 -bios /usr/share/edk2.git/ovmf-ia32/OVMF-pure-efi.fd
         -drive id=disk,file=try.img,if=none,format=raw -nic none
         -device ahci,id=ahci -device ide-hd,drive=disk,bus=ahci.0
      
      Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      Reviewed-by: Heinrich Schuchardt's avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
      1834c081
  3. Nov 05, 2021
    • Tom Rini's avatar
      Convert CONFIG_SPL_DRIVERS_MISC et al to Kconfig · 16166264
      Tom Rini authored
      
      This converts the following to Kconfig:
         CONFIG_SPL_DRIVERS_MISC
         CONFIG_SPL_ENV_SUPPORT
         CONFIG_SPL_GPIO
         CONFIG_SPL_I2C
         CONFIG_SPL_LDSCRIPT
         CONFIG_SPL_LIBCOMMON_SUPPORT
         CONFIG_SPL_LIBGENERIC_SUPPORT
         CONFIG_SPL_LOAD_FIT_ADDRESS
         CONFIG_SPL_MMC
         CONFIG_SPL_NAND_SUPPORT
         CONFIG_SPL_NO_CPU_SUPPORT
         CONFIG_SPL_OS_BOOT
         CONFIG_SPL_POWER
         CONFIG_SPL_STACK_R
         CONFIG_SPL_STACK_R_ADDR
         CONFIG_SPL_WATCHDOG
         CONFIG_SPL_TEXT_BASE
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      16166264
  4. Nov 04, 2021
  5. Nov 03, 2021
  6. Oct 31, 2021
  7. Oct 30, 2021
  8. Oct 29, 2021
  9. Oct 26, 2021
    • Marek Vasut's avatar
      dfu: Sort Kconfig entries alphabetically · 73d18e35
      Marek Vasut authored and Tom Rini's avatar Tom Rini committed
      
      The DFU_MTD Kconfig entry is in the wrong position, move it into the
      correct alphabetically sorted position. No functional change.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Lukasz Majewski <lukma@denx.de>
      Cc: Patrice Chotard <patrice.chotard@foss.st.com>
      Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
      73d18e35
  10. Oct 25, 2021
Loading