1. 23 4月, 2019 1 次提交
    • H
      cmd: add exception command · dab8788a
      Heinrich Schuchardt 提交于
      The 'exception' command allows to test exception handling.
      
      This implementation supports ARM, x86, RISC-V and the following exceptions:
      * 'breakpoint' - prefetch abort exception (ARM 32bit only)
      * 'unaligned'  - data abort exception (ARM only)
      * 'undefined'  - undefined instruction exception
      Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
      dab8788a
  2. 18 4月, 2019 1 次提交
  3. 12 4月, 2019 2 次提交
  4. 31 3月, 2019 1 次提交
  5. 28 3月, 2019 1 次提交
  6. 19 3月, 2019 1 次提交
    • S
      MAINTAINERS: Update u-boot-marvell entry · 1579faf5
      Stefan Roese 提交于
      This patch does the following changes to the u-boot-marvell maintainers
      entry:
      
      - Add Armada-7k/8k to the list
      - Remove Prafulla and Luka since they have been silent on the list for
        a long time. Please speak up, if you would like to continue or better
        start maintaining.
      - Add multiple Marvell / MVEBU related driver directories and files
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Prafulla Wadaskar <prafulla@marvell.com>
      Cc: Luka Perkov <luka.perkov@sartura.hr>
      Cc: Tom Rini <trini@konsulko.com>
      Acked-by: NLuka Perkov <luka.perkov@sartura.hr>
      Signed-off-by: NStefan Roese <sr@denx.de>
      1579faf5
  7. 14 3月, 2019 1 次提交
  8. 25 2月, 2019 2 次提交
  9. 19 2月, 2019 2 次提交
  10. 09 2月, 2019 2 次提交
  11. 07 2月, 2019 1 次提交
  12. 06 2月, 2019 2 次提交
  13. 01 2月, 2019 1 次提交
  14. 31 1月, 2019 1 次提交
  15. 29 1月, 2019 1 次提交
  16. 26 1月, 2019 1 次提交
  17. 24 1月, 2019 2 次提交
  18. 21 1月, 2019 1 次提交
  19. 16 1月, 2019 5 次提交
  20. 15 1月, 2019 1 次提交
  21. 10 1月, 2019 1 次提交
  22. 19 12月, 2018 4 次提交
  23. 16 12月, 2018 1 次提交
    • O
      tools: add a generic config for native tools building · 80870e2a
      Otavio Salvador 提交于
      The motivation for this is to allow distributions to distribute all
      possible tools in a generic way, avoiding the need of specific tools
      building for each machine.
      
      Especially on OpenEmbedded / Yocto Project ecosystem, it is very
      common each BSP to end providing their specific tools when they need
      to generate images for some SoC (e.g MX23 / MX28 in meta-freescale
      case).
      
      Using this, we can package the tools doing:
      
      $: make tools-only_defconfig
      $: make tools-only
      Signed-off-by: NOtavio Salvador <otavio@ossystems.com.br>
      [trini: Add MAINTAINERS entry for myself, add to .travis.yml, make
      U-Boot itself buildable to not trip up other frameworks]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      80870e2a
  24. 05 12月, 2018 1 次提交
  25. 03 12月, 2018 1 次提交
  26. 29 11月, 2018 1 次提交
  27. 09 11月, 2018 1 次提交