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
     

24 Jul, 2013

1 commit


02 Aug, 2005

1 commit


26 Jul, 2005

1 commit

  • Implemented support for MPC8548CDS board.
    Added DDR II support based on SPD values for MPC85xx boards.
    This roll-up patch also includes bugfies for the previously
    published patches:
    DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O

    Jon Loeliger
     

06 Mar, 2003

1 commit

  • Add support for Motorola MPC8266ADS board

    * Patch by Kyle Harris, 19 Feb 2003:
    patches for the Intel lubbock board:
    memsetup.S - general cleanup (based on Robert's csb226 code)
    flash.c - overhaul, actually works now
    lubbock.c - fix init funcs to return proper value

    * Patch by Kenneth Johansson, 26 Feb 2003:
    - Fixed off by one in RFTA calculation.
    - No need to abort when LDF is lower than we can program it's only
    minimum timing so clamp it to what we can do.
    - Takes function pointer to function for reading the spd_nvram. Usefull
    for faking data or hardcode a module without the nvram.
    - fix other user for above change
    - fix some comments.

    * Patches by Brian Waite, 26 Feb 2003:
    - fix port for evb64260 board
    - fix PCI for evb64260 board
    - fix PCI scan

    * Patch by Reinhard Meyer, 1 Mar 2003:
    Add support for EMK TOP860 Module

    * Patch by Yuli Barcohen, 02 Mar 2003:
    Add SPD EEPROM support for MPC8260ADS board

    wdenk