20 Sep, 2018

1 commit


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
     

10 Oct, 2013

1 commit


24 Jul, 2013

1 commit


22 Mar, 2010

1 commit


15 Jan, 2010

1 commit

  • Support for LZARI compression mode was added based on a MTD CVS
    snapshot of March 13, 2005. However, fs/jffs2/compr_lzari.c contains
    contradictory licensing terms: the original copyright clause says "All
    rights reserved. Permission granted for non-commercial use.", but
    later reference to the file 'LICENCE' in the jffs2 directory was added
    which says GPL v2 or later.

    As no boards ever used LZARI compression, and this file is also not
    present in recent MTD code, we resolve this conflict by removing the
    conflicting file and references to it.

    Also copy the referenced but missing file 'LICENCE' from the current
    MTD source tree.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

10 Dec, 2008

2 commits


20 Nov, 2008

1 commit

  • This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
    It's based on the Linux UBI version and basically has a "OS"
    translation wrapper that defines most Linux specific calls
    (spin_lock() etc.) into no-ops. Some source code parts have been
    uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
    this version with the Linux version and simplifies future UBI
    ports/bug-fixes from the Linux version.

    Signed-off-by: Kyungmin Park
    Signed-off-by: Stefan Roese

    Kyungmin Park
     

07 Sep, 2008

1 commit


08 Aug, 2005

1 commit


13 May, 2005

1 commit


05 May, 2005

2 commits


05 Jan, 2004

1 commit

  • * Patch by Scott McNutt, 02 Jan 2004:
    Add support for the Nios Active Serial Memory Interface (ASMI)
    on Cyclone devices

    * Patch by Andrea Marson, 16 Dec 2003:
    Add support for the PPChameleon ME and HI modules

    * Patch by Yuli Barcohen, 22 Dec 2003:
    Add support for Motorola DUET ADS board (MPC87x/88x)

    wdenk
     

11 Sep, 2003

1 commit

  • add FAT support for IDE, SCSI and USB

    * Patches by Gleb Natapov, 2 Sep 2003:
    - cleanup of POST code for unsupported architectures
    - MPC824x locks way0 of data cache for use as initial RAM;
    this patch unlocks it after relocation to RAM and invalidates
    the locked entries.

    * Patch by Gleb Natapov, 30 Aug 2003:
    new I2C driver for mpc107 bridge. Now works from flash.

    * Patch by Dave Ellis, 11 Aug 2003:
    - JFFS2: fix typo in common/cmd_jffs2.c
    - JFFS2: fix CFG_JFFS2_SORT_FRAGMENTS option
    - JFFS2: remove node version 0 warning
    - JFFS2: accept JFFS2 PADDING nodes
    - SXNI855T: add AM29LV800 support
    - SXNI855T: move environment from EEPROM to flash
    - SXNI855T: boot from JFFS2 in NOR or NAND flash

    * Patch by Bill Hargen, 11 Aug 2003:
    fixes for I2C on MPC8240
    - fix i2c_write routine
    - fix iprobe command
    - eliminates use of global variables, plus dead code, cleanup.

    wdenk
     

28 Jun, 2003

1 commit

  • - remove trailing white space, trailing empty lines, C++ comments, etc.
    - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)

    * Patches by Kenneth Johansson, 25 Jun 2003:
    - major rework of command structure
    (work done mostly by Michal Cendrowski and Joakim Kristiansen)

    wdenk
     

03 Nov, 2002

1 commit


09 Mar, 2002

1 commit


27 Jan, 2002

1 commit