1. 30 9月, 2018 7 次提交
  2. 29 9月, 2018 20 次提交
  3. 27 9月, 2018 3 次提交
    • T
      Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblaze · bbef20d4
      Tom Rini 提交于
      Xilinx changes for v2018.11
      
      - Handle BOARD_LATE_INIT via Kconfig
      
      SPL:
      - Enable GZIP for all partitions types(not only for kernel)
      
      ZynqMP:
      - Rearrange pmufw version handling
      - Support newer PMUFW with improved fpga load sequence
      
      Zynq:
      - Cleanup config file
      - Simplify zybo config by enabling option via Kconfig
      
      net:
      - Fix gems max-speed property reading
      - Enable support for fixed-link phys
      bbef20d4
    • M
      net: zynq_gem: Add support for fixed-link phy · 3888c8d1
      Michal Simek 提交于
      Based on dt-specs fixed-link doesn't require phy-handle to be used.
      Fix driver to only read phy related setting when phy-handle is found.
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      3888c8d1
    • T
      Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot · 0ae8dcfe
      Tom Rini 提交于
      Patch queue for efi - 2018-09-26
      
      A lot of goodness in this release. We're *very* close to running the
      UEFI Shell and SCT natively. The only missing piece are HII protocols.
      
        - FAT write support (needed for SCT)
        - improved FAT directory support (needed for SCT)
        - RTC support with QEMU -M virt
        - Sandbox support (run UEFI binaries in Linux - yay)
        - Proper UTF-16 support
        - EFI_UNICODE_COLLATION_PROTOCOL support (for UEFI Shell)
        - EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL support (for UEFI Shell)
        - Fix window size determination
        - Fix Tegra by explicitly unmapping RAM
        - Clean up handle entanglement
        - Lots of generic code cleanup
      
      [trini: Fixup merge conflict in include/configs/qemu-arm.h]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      0ae8dcfe
  4. 26 9月, 2018 10 次提交