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


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

3 commits


07 Feb, 2015

2 commits

  • New board/intel/galileo board directory with minimum codes, plus
    board dts, defconfig and configuration files.

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

    Bin Meng
     
  • This is a relatively low-cost x86 board in a small form factor. The main
    peripherals are uSD, USB, HDMI, Ethernet and SATA. It uses an Atom 3800
    series CPU. So far only the dual core 2GB variant is supported.

    This uses the existing FSP support. Binary blobs are required to make this
    board work. The microcode update is included as a patch (all 3000 lines of
    it).

    Change-Id: I0088c47fe87cf08ae635b343d32c332269062156
    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng

    Simon Glass
     

13 Jan, 2015

1 commit