Skip to content
Snippets Groups Projects
  1. May 07, 2018
    • Tom Rini's avatar
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini authored
      
      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: default avatarTom Rini <trini@konsulko.com>
      83d290c5
  2. Jan 30, 2018
  3. Aug 01, 2017
  4. Feb 09, 2017
  5. Feb 07, 2017
  6. Nov 26, 2016
  7. Mar 17, 2016
  8. Jan 24, 2016
  9. Jan 13, 2016
  10. Dec 09, 2015
  11. Sep 03, 2015
  12. Jul 15, 2015
  13. May 12, 2015
  14. Apr 30, 2015
  15. Apr 18, 2015
  16. Apr 17, 2015
    • Simon Glass's avatar
      x86: Add support for panther (Asus Chromebox) · 51e9dad2
      Simon Glass authored
      
      Support running U-Boot as a coreboot payload. Tested peripherals include:
      
      - Video (HDMI and DisplayPort)
      - SATA disk
      - Gigabit Ethernet
      - SPI flash
      
      USB3 does not work. This may be a problem with the USB3 PCI driver or
      something in the USB3 stack and has not been investigated So far this is
      disabled. The SD card slot also does not work.
      
      For video, coreboot will need to run the OPROM to set this up.
      
      With this board, bare support (running without coreboot) is not available
      as yet.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      51e9dad2
  17. Feb 06, 2015
  18. Jan 13, 2015
  19. Dec 19, 2014
  20. Dec 14, 2014
  21. Nov 25, 2014
  22. Nov 21, 2014
    • Simon Glass's avatar
      x86: chromebook_link: Enable GPIO support · 437c2b7c
      Simon Glass authored
      
      Enable GPIO support and provide the required GPIO setup information to
      the driver.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      437c2b7c
    • Simon Glass's avatar
      x86: chromebook_link: Implement CAR support (cache as RAM) · 70a09c6c
      Simon Glass authored
      
      Add support for CAR so that we have memory to use prior to DRAM init.
      On link there is a total of 128KB of CAR available, although some is
      used for the memory reference code.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      70a09c6c
    • Simon Glass's avatar
      x86: Emit post codes in startup code for Chromebooks · d1cd0459
      Simon Glass authored
      
      On x86 it is common to use 'post codes' which are 8-bit hex values emitted
      from the code and visible to the user. Traditionally two 7-segment displays
      were made available on the motherboard to show the last post code that was
      emitted. This allows diagnosis of a boot problem since it is possible to
      see where the code got to before it died.
      
      On modern hardware these codes are not normally visible. On Chromebooks
      they are displayed by the Embedded Controller (EC), so it is useful to emit
      them. We must enable this feature for the EC to see the codes, so add an
      option for this.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
      d1cd0459
    • Simon Glass's avatar
      x86: Add chromebook_link board · 8ef07571
      Simon Glass authored
      
      This board is a 'bare' version of the existing 'link 'board. It does not
      require coreboot to run, but is intended to start directly from the reset
      vector.
      
      This initial commit has place holders for a wide range of features. These
      will be added in follow-on patches and series. So far it cannot be booted
      as there is no ROM image produced, but it does build without errors.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      8ef07571
Loading