01 Feb, 2019

3 commits


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
     

05 Mar, 2018

1 commit


06 Feb, 2018

1 commit

  • There is no EMMC symbol in the "enable different boot versions for the
    shc board" choice. SHC_EMMC was probably intended.

    No functional changes. Kconfig choices fall back on using the first
    (visible) symbol in the choice as the default if the default symbol is
    not visible.

    Discovered in Kconfiglib (https://github.com/ulfalizer/Kconfiglib),
    which prints the following warning:

    warning: the default selection EMMC (undefined) of (defined at board/bosch/shc/Kconfig:15) is not contained in the choice

    I've added a corresponding warning to the C tools too, which is
    currently in linux-next: https://patchwork.kernel.org/patch/9983667/

    Signed-off-by: Ulf Magnusson

    Ulf Magnusson
     

16 Aug, 2017

3 commits


15 May, 2017

1 commit


10 Jun, 2016

1 commit

  • U-Boot SPL 2016.03-rc3-00019-g6dfb4c2-dirty (Mar 09 2016 - 07:40:06)
    SHC C3-Sample
    MPU reference clock runs at 6 MHz
    Setting MPU clock to 594 MHz
    Enabling Spread Spectrum of 18 permille for MPU
    Trying to boot from MMC
    reading u-boot.img
    reading u-boot.img

    U-Boot 2016.03-rc3-00019-g6dfb4c2-dirty (Mar 09 2016 - 07:05:35 +0100)

    Watchdog enabled
    I2C: ready
    DRAM: 512 MiB
    reloc off 1f783000
    MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Net: cpsw
    U-Boot#

    Signed-off-by: Heiko Schocher

    Heiko Schocher