Skip to content
Snippets Groups Projects
  1. Jul 21, 2023
  2. Nov 27, 2021
  3. Sep 22, 2020
  4. May 29, 2018
  5. Jan 09, 2018
  6. Sep 19, 2017
  7. Nov 18, 2016
  8. Oct 20, 2016
  9. Oct 18, 2016
    • Tom Rini's avatar
      Add support for QEMU as a target · ebb68f7d
      Tom Rini authored and Stephen Warren's avatar Stephen Warren committed
      
      - Add a reset.none for a dummy reset implementation
      - Add console.qemu that will take care of launching qemu.  For this to
        work we must have:
        qemu_machine set to the QEMU machine name
        qemu_binary set to the qemu we will launch
        qemu_kernel_args set to run the U-Boot we built as kernel
        And we can optionally set:
        qemu_extra_args set to any additional arguments required
        qemu_helper_script set to a script that will do whatever is required
        to make the U-Boot binary functional.
      - Add qemu.qemu-mips for creating the flash image for qemu-mips.
      - Add bill-the-cat/conf.integratorcp_cm926ejs_qemu,
        bill-the-cat/conf.vexpress_ca15_tc2_qemu and
        bill-the-cat/conf.qemu_mips_na as working examples
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      (swarren, updated reset.none with a note mentioning that people probably
      don't want to use it).
      Signed-off-by: Stephen Warren's avatarStephen Warren <swarren@nvidia.com>
      ebb68f7d
  10. Aug 22, 2016
  11. Feb 09, 2016
  12. Jan 28, 2016
  13. Dec 09, 2015
Loading