Skip to content
Snippets Groups Projects
  1. Nov 05, 2018
  2. Oct 22, 2018
  3. Oct 20, 2018
  4. Oct 10, 2018
  5. Oct 09, 2018
  6. Oct 08, 2018
    • Patrick Delaunay's avatar
      cmd: pxe: add support for FIT config selection · 2023000a
      Patrick Delaunay authored and Tom Rini's avatar Tom Rini committed
      
      Add a way in configuration files (exlinux.conf for sysboot command)
      to select a specific FIT configuration. The configuration is selected
      with a string added after the FIT filename in the label "KERNEL" or
      "LINUX", using the same format than bootm command:
      
      KERNEL [Filename]#<conf>[#<extra-conf[#...]]
      
      This configuration string, beginning by '#', is directly appended
      to bootm argument 1 after <kernel_addr_r>.
      
      bootm [<kernel_addr_r>]#<conf>[#<extra-conf[#...]]
      
      see doc/uImage.FIT/command_syntax_extensions.txt for details
      
      Example :
       KERNEL /fit.itb#cfg1
       KERNEL /fit.itb#cfg2
      
      Configuration can be use also for overlay management :
       KERNEL /fit.itb#cfg1#dtbo1#dtbo3
      
      see doc/uImage.FIT/overlay-fdt-boot.txt for details
      
      Signed-off-by: default avatarPatrick Delaunay <patrick.delaunay@st.com>
      2023000a
  7. Oct 07, 2018
  8. Oct 03, 2018
    • Bin Meng's avatar
      riscv: Add QEMU virt board support · 510e379c
      Bin Meng authored
      
      This adds QEMU RISC-V 'virt' board target support, with the hope of
      helping people easily test U-Boot on RISC-V.
      
      The QEMU virt machine models a generic RISC-V virtual machine with
      support for the VirtIO standard networking and block storage devices.
      It has CLINT, PLIC, 16550A UART devices in addition to VirtIO and
      it also uses device-tree to pass configuration information to guest
      software. It implements RISC-V privileged architecture spec v1.10.
      
      Both 32-bit and 64-bit builds are supported. Support is pretty much
      preliminary, only booting to U-Boot shell with the UART driver on
      a single core. Booting Linux is not supported yet.
      
      Signed-off-by: Bin Meng's avatarBin Meng <bmeng.cn@gmail.com>
      Reviewed-by: default avatarLukas Auer <lukas.auer@aisec.fraunhofer.de>
      510e379c
  9. Sep 29, 2018
  10. Sep 28, 2018
  11. Sep 26, 2018
    • Tom Rini's avatar
      dm: Update README.txt to clarify device tree usage · 15416c86
      Tom Rini authored
      
      In the section about Device Trees add a paragraph at the end that
      clarifies how we decide of a tree is valid or not.  We say that all
      bindings must either be in the specification (link provided) or in our
      device-tree-bindings directory.  We say that most of these come from the
      Linux Kernel and as such some design decisions are made for us already,
      but that in most cases we wish to retain compatibility.
      
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Bin Meng <bmeng.cn@gmail.com>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      15416c86
  12. Sep 22, 2018
  13. Sep 20, 2018
  14. Sep 19, 2018
  15. Sep 11, 2018
Loading