06 Feb, 2020

1 commit

  • At present devres.h is included in all files that include dm.h but few
    make use of it. Also this pulls in linux/compat which adds several more
    headers. Drop the automatic inclusion and require files to include devres
    themselves. This provides a good indication of which files use devres.

    Signed-off-by: Simon Glass
    Reviewed-by: Anatolij Gustschin

    Simon Glass
     

15 Dec, 2019

1 commit

  • Add support for coral which is a range of Apollo Lake-based Chromebook
    released in 2017. This also includes reef released in 2016, since it is
    based on the same SoC.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng

    Simon Glass
     

29 Jul, 2019

4 commits


08 May, 2019

1 commit


01 Feb, 2019

3 commits

  • This adds a MAINTAINER entry for chromebook_speedy.

    Without this, we get the following warnings from the maintainers
    check:
    WARNING: no status info for 'chromebook_minnie'
    WARNING: no maintainers for 'chromebook_minnie'

    Signed-off-by: Philipp Tomsich

    Philipp Tomsich
     
  • Bob is a 10-inch chromebook produced by Asus. It has two USB 3.0 type-C
    ports, 4GB of SDRAM, WiFi and a 1280x800 display. It uses its USB ports
    for both power and external display. It includes a Chrome OS EC
    (Cortex-M3) to provide access to the keyboard and battery functions.

    Support so far includes only:
    - UART
    - SDRAM
    - MMC, SD card
    - Cros EC (but not keyboard)

    Not included:
    - Keyboard
    - Display
    - Sound
    - USB
    - TPM

    Bob is quite similar to Kevin, the Samsung Chromebook Plus, but support
    for this is not provided in this series.

    Signed-off-by: Simon Glass
    Reviewed-by: Philipp Tomsich

    Simon Glass
     
  • This adds support for the ASUS C201, a RK3288-based clamshell
    device. The device tree comes from linus's linux tree at
    3f16503b7d2274ac8cbab11163047ac0b4c66cfe. The SDRAM parameters
    are for 4GB Samsung LPDDR3, decoded from coreboot's
    src/mainboard/google/veyron/sdram_inf/sdram-lpddr3-samsung-4GB.inc

    Signed-off-by: Marty E. Plummer
    Reviewed-by: Philipp Tomsich

    Marty E. Plummer
     

07 May, 2018

1 commit

  • 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: Tom Rini

    Tom Rini
     

30 Jan, 2018

1 commit

  • 'select n' selects a constant symbol, which is meaningless and has no
    effect. Maybe this was meant to be a 'default n', though bool and
    tristate symbols already implicitly default to n.

    Discovered in Kconfiglib (https://github.com/ulfalizer/Kconfiglib),
    which does more strict checking here:

    kconfiglib.KconfigSyntaxError: board/google/Kconfig:34: Couldn't parse ' select n': expected nonconstant symbol

    Signed-off-by: Ulf Magnusson
    Reviewed-by: Bin Meng

    Ulf Magnusson
     

01 Aug, 2017

3 commits


10 Feb, 2017

1 commit


07 Feb, 2017

2 commits


26 Nov, 2016

4 commits


17 Mar, 2016

2 commits

  • This adds basic support for chromebook_samus. This is the 2015 Pixel and
    is based on an Intel broadwell platform.

    Supported so far are:
    - Serial
    - SPI flash
    - SDRAM init (with MRC cache)
    - SATA
    - Video (on the internal LCD panel)
    - Keyboard

    Various less-visible drivers are provided to make the above work (e.g. PCH,
    power control and LPC).

    The platform requires various binary blobs which are documented in the
    README. The major missing feature is USB3 since the existing U-Boot support
    does not work correctly with Intel XHCI controllers.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng

    Simon Glass
     
  • We don't need this anymore - we can use device tree and the new pinconfig
    driver instead.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng

    Simon Glass
     

24 Jan, 2016

1 commit


13 Jan, 2016

1 commit


09 Dec, 2015

3 commits

  • These are currently dead codes. Until we have complete ACPI support,
    we don't know if it works or not. Remove to avoid confusion.

    Signed-off-by: Bin Meng
    Acked-by: Simon Glass
    Tested-by: Simon Glass

    Bin Meng
     
  • This Kconfig option name indicates it has something to do with cpu
    socket, however it is actually not the case. Remove it and move
    options inside it to NORTHBRIDGE_INTEL_IVYBRIDGE.

    Signed-off-by: Bin Meng
    Acked-by: Simon Glass
    Tested-by: Simon Glass

    Bin Meng
     
  • There are some options which are never used, and also some options
    which are selected by others but have never been a Kconfg option.
    Clean these up.

    Signed-off-by: Bin Meng
    Acked-by: Simon Glass
    Tested-by: Simon Glass

    Bin Meng
     

03 Sep, 2015

1 commit


15 Jul, 2015

1 commit


13 May, 2015

1 commit

  • By making the board selections optional, every defconfig will include
    the board selection when running savedefconfig so if a new board is
    added to the top of the list of choices the former top's defconfig will
    still be correct.

    Signed-off-by: Joe Hershberger
    Cc: Masahiro Yamada
    Acked-by: Stephen Warren
    Cc: Tom Rini

    Joe Hershberger
     

30 Apr, 2015

2 commits


19 Apr, 2015

2 commits


17 Apr, 2015

1 commit

  • 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: Simon Glass

    Simon Glass
     

06 Feb, 2015

1 commit


13 Jan, 2015

2 commits