1. 19 2月, 2019 1 次提交
  2. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      83d290c5
  3. 24 1月, 2018 1 次提交
  4. 12 1月, 2018 1 次提交
  5. 19 1月, 2017 1 次提交
  6. 24 11月, 2016 11 次提交
  7. 28 1月, 2016 1 次提交
  8. 30 10月, 2015 1 次提交
  9. 22 4月, 2015 1 次提交
  10. 06 3月, 2015 1 次提交
  11. 12 12月, 2014 3 次提交
  12. 06 12月, 2014 1 次提交
  13. 20 11月, 2014 1 次提交
  14. 09 9月, 2014 1 次提交
  15. 13 8月, 2014 1 次提交
  16. 13 5月, 2014 1 次提交
  17. 20 2月, 2014 1 次提交
  18. 01 11月, 2013 1 次提交
  19. 21 8月, 2013 1 次提交
  20. 10 8月, 2013 1 次提交
  21. 24 7月, 2013 1 次提交
  22. 21 6月, 2013 1 次提交
  23. 03 5月, 2013 1 次提交
  24. 28 11月, 2012 1 次提交
  25. 23 10月, 2012 1 次提交
  26. 24 8月, 2012 1 次提交
  27. 12 2月, 2012 1 次提交
  28. 29 11月, 2011 1 次提交
    • S
      powerpc/p3060qds: Add board related support for P3060QDS platform · ae6b03fe
      Shengzhou Liu 提交于
      The P3060QDS is a Freescale reference board for the six-core P3060 SOC.
      
      P3060QDS Board Overview:
       Memory subsystem:
        - 2G Bytes unbuffered DDR3 SDRAM SO-DIMM(64bit bus)
        - 128M Bytes NOR flash single-chip memory
        - 16M Bytes SPI flash
        - 8K Bytes AT24C64 I2C EEPROM for RCW
       Ethernet:
        - Eight Ethernet controllers (4x1G + 4x1G/2.5G)
        - Three VSC8641 PHYs on board (2xRGMII + 1xMII)
        - Suport multiple Vitesse VSC8234 SGMII Cards in Slot1/2/3
       PCIe: Two PCI Express 2.0 controllers/ports
       USB:  Two USB2.0, USB1(TYPE-A) and USB2(TYPE-AB) on board
       I2C:  Four I2C controllers
       UART: Supports two dUARTs up to 115200 bps for console
       RapidIO:  Two RapidIO, sRIO1 and sRIO2
      Signed-off-by: NShengzhou Liu <Shengzhou.Liu@freescale.com>
      Signed-off-by: NYork Sun <yorksun@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      ae6b03fe