Skip to content
Snippets Groups Projects
  1. Feb 13, 2020
  2. Feb 12, 2020
    • Alexey Brodkin's avatar
      ARC: Switch to generic accessors · 07906b3d
      Alexey Brodkin authored
      
      First of all U-Boot is not that performance oriented as real run-time
      software like OS or user bare-metal app so we may afford being not super
      fast as we only being executed once. That in return allows us to be more
      universal and support wider variety of devices.
      
      And looking forward that will significantly reduce maintenance and simplify
      support of newer architectures.
      
      And while at it we add quad-word accessors like readq(), writeq() etc.
      
      Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
      07906b3d
    • Eugeniy Paltsev's avatar
      ARC: rework setting of ARC CPU specific compiler options · c77bbc22
      Eugeniy Paltsev authored
      
      It's a very rare if at all existing occasion when ARC CPU template
      is used as is w/o any changes - in the end it's a beauty and competitive
      advantage of ARC cores to be tailored for a particular use-case - and
      so it doesn't make a lot of sense to offer template-based "-mcpu" selection.
      Given for each and every platform we end-up adding quite a few more flags
      it's logical to move "-mcpu" selection to platform's definition as well
      which we exactly do here.
      
      Signed-off-by: default avatarEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
      Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
      c77bbc22
    • Alexey Brodkin's avatar
      ARC: nsim_hs38: Add support of Virtio NET & BLK · 95f7103f
      Alexey Brodkin authored
      
      Given now nsim_hs38 configuration is usable on QEMU and in QEMU
      we have Virtio working perfectly fine the next logical step
      is to add support of supported & known to work net & bkl to this
      config.
      
      Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
      95f7103f
    • Alexey Brodkin's avatar
      ARC: nSIM: switch from ARC UART to DW UART · 9515e41d
      Alexey Brodkin authored
      
      Since v2019.06 DesingWare nSIM supports DesignWare UART simulation
      and so we may switch from pretty unusual ARC UART to much more standard
      DesignWare UART (which in case of U-Boot is just an ordinary 16650 UART).
      
      This among other things makes built dinaries compatible with our other
      platforms to name a few: FPGA-based HAPS boards, QEMU and even ZeBU.
      
      Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
      9515e41d
  3. Feb 10, 2020
  4. Feb 09, 2020
  5. Feb 07, 2020
  6. Feb 06, 2020
Loading