Skip to content
Snippets Groups Projects
  1. Feb 09, 2017
  2. Feb 07, 2017
  3. Nov 26, 2016
  4. Mar 17, 2016
  5. Jan 24, 2016
  6. Jan 13, 2016
  7. Dec 09, 2015
  8. Sep 03, 2015
  9. Jul 15, 2015
  10. May 12, 2015
  11. Apr 30, 2015
  12. Apr 18, 2015
  13. 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
  14. Feb 06, 2015
  15. Jan 13, 2015
  16. Dec 19, 2014
  17. Dec 14, 2014
  18. Nov 25, 2014
  19. 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