07 Jan, 2020

1 commit


03 Dec, 2019

1 commit


08 Oct, 2019

1 commit

  • Since there is now a new version of the FSP and it is incompatible with
    the existing version, move the code into an fsp1 directory. This will
    allow us to put FSP v2 code into an fsp2 directory.

    Add a Kconfig which defines which version is in use.

    Some of the code in this new fsp1/ directory is generic across both FSPv1
    and FSPv2. Future patches will address this.

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

    Simon Glass
     

12 Aug, 2019

2 commits


09 Aug, 2019

2 commits

  • Add slimbootloader board to run U-boot as a Slim Bootloader payload
    - Add new board/intel/slimbootloader directory with minimum codes
    - Add slimbootloader configuration files
    - Add doc/board/intel/slimbootloader.rst

    Signed-off-by: Aiden Park
    Reviewed-by: Bin Meng
    Reviewed-by: Andy Shevchenko
    Tested-by: Bin Meng
    [bmeng: add slimbootloader board MAINTAINERS file]
    Signed-off-by: Bin Meng

    Park, Aiden
     
  • Enable SD slot on Intel Edison platform.

    By default firmware doesn't put device on active state. Thus,
    we have to do this explicitly.

    Signed-off-by: Andy Shevchenko
    Reviewed-by: Bin Meng

    Andy Shevchenko
     

17 Jun, 2018

1 commit


07 May, 2018

2 commits

  • 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 multiple licenses (in
    these cases, dual license) declared in the SPDX-License-Identifier tag.
    In this case we change from listing "LICENSE-A LICENSE-B" or "LICENSE-A
    or LICENSE-B" or "(LICENSE-A OR LICENSE-B)" to "LICENSE-A OR LICENSE-B"
    as per the Linux Kernel style document. Note that parenthesis are
    allowed so when they were used before we continue to use them.

    Reviewed-by: Fabio Estevam
    Signed-off-by: Tom Rini

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

    Tom Rini
     

28 Apr, 2018

1 commit


07 Oct, 2017

1 commit

  • This board is based on Intel Tangier SoC (Intel Merrifield platform)
    and may utilize ACPI powerfulness.

    Bring minimum support by appending initial DSDT table for it.

    Note, the addresses for generated tables are carefully chosen to avoid
    any conflicts with existing shadowed BIOS data. The user have somewhat
    like ~31 kB available for compiled ACPI tables that ought to be enough.

    Reviewed-by: Bin Meng
    Signed-off-by: Andy Shevchenko

    Andy Shevchenko
     

16 Sep, 2017

1 commit

  • This adds support to Intel Cherry Hill board, a board based on
    Intel Braswell SoC. The following devices are validated:

    - serial port as the serial console
    - on-board Realtek 8169 ethernet controller
    - SATA AHCI controller
    - EMMC/SDHC controller
    - USB 3.0 xHCI controller
    - PCIe x1 slot with a graphics card
    - ICH SPI controller with an 8MB Macronix SPI flash
    - Integrated graphics device as the video console

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

    Bin Meng
     

16 Aug, 2017

3 commits


01 Aug, 2017

3 commits


30 Jul, 2017

1 commit

  • Add Intel Edison board which is using U-Boot.

    The patch is based on work done by the following people (in alphabetical
    order):
    Aiden Park
    Dukjoon Jeon
    eric.park
    Fabien Chereau
    Felipe Balbi
    Scott D Phillips
    Sebastien Colleur
    Steve Sakoman
    Vincent Tinelli

    In case we're building for Intel Edison, we must have 4096 bytes of
    zeroes in the beginning on u-boot.bin. This is done in
    board/intel/edison/config.mk.

    First run sets hardware_id environment variable which is read from
    System Controller Unit (SCU).

    Serial number (serial# environment variable) is generated based on eMMC
    CID.

    MAC address on USB network interface is unique to the board but kept the
    same all over the time.

    Set mac address from U-Boot using following scheme:
    OUI = 02:00:86
    next 3 bytes of MAC address set from eMMC serial number

    This allows to have a unique mac address across reboot and flashing.

    Signed-off-by: Vincent Tinelli
    Signed-off-by: Felipe Balbi
    Signed-off-by: Andy Shevchenko
    Reviewed-by: Bin Meng
    Reviewed-by: Simon Glass
    [bmeng: Add MAINTAINERS file for Intel Edison board]
    Signed-off-by: Bin Meng

    Andy Shevchenko
     

22 Jun, 2017

1 commit


16 Aug, 2016

1 commit


30 May, 2016

1 commit


23 May, 2016

3 commits


17 Mar, 2016

2 commits


21 Feb, 2016

1 commit


05 Feb, 2016

1 commit


09 Sep, 2015

3 commits


26 Aug, 2015

1 commit

  • So far we only enabled one legacy serial port on the SMSC LPC47m
    superio chipset on Intel Crown Bay board. As the board also has
    dual PS/2 ports routed out, enable the keyboard controller which
    is i8042 compatible so that we can use PS/2 keyboard and mouse.

    In order to make PS/2 keyboard work with the VGA console, remove
    CONFIG_VGA_AS_SINGLE_DEVICE. To boot Linux kernel with PIC mode
    using PIRQ routing table, adjust the mask in the device tree to
    reserve irq12 which is used by PS/2 mouse.

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

    Bin Meng
     

14 Aug, 2015

1 commit


05 Aug, 2015

3 commits


04 Jun, 2015

2 commits