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
     

08 Dec, 2017

1 commit


12 Jun, 2017

1 commit

  • There was for long time no activity in the 8xx area.
    We need to go further and convert to Kconfig, but it
    turned out, nobody is interested anymore in 8xx,
    so remove it (with a heavy heart, knowing that I remove
    here the root of U-Boot).

    Signed-off-by: Heiko Schocher

    Heiko Schocher
     

02 Apr, 2016

1 commit


24 Jul, 2013

1 commit


06 Oct, 2011

1 commit

  • This test is similar to the actual POST memory test but quicker and
    far less complete. It checks the address and data lines and then only
    tests some regularly placed sub regions of the RAM.
    This can be useful when we want to test the RAM but we do not have enough
    time to run the full memory test.

    The POST memory test code was rearranged in order to avoid code duplication
    between the two tests but the memory test functionnality remains the same.

    Signed-off-by: Valentin Longchamp
    Signed-off-by: Holger Brunck
    Ackey-by: Mike Frysinger

    Valentin Longchamp
     

30 Sep, 2011

1 commit


26 Jul, 2011

2 commits


20 Oct, 2010

1 commit


25 Apr, 2010

1 commit


19 Oct, 2008

1 commit


30 Jun, 2008

1 commit


21 May, 2008

3 commits


22 Apr, 2008

1 commit


19 Mar, 2008

2 commits


07 Feb, 2008

1 commit


09 Jan, 2008

1 commit

  • On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
    self modifying code and this doesn't work with stack in d-cache, since
    I can't move the code from d-cache to i-cache. We move the SPR test to
    be executed a little later, after relocation. Then stack is located in
    SDRAM and this self-modifying code is no problem anymore.

    Signed-off-by: Stefan Roese

    Stefan Roese
     

20 Jul, 2007

1 commit


23 Jun, 2007

1 commit


08 Jun, 2004

1 commit


16 Apr, 2004

1 commit


15 Jul, 2003

1 commit

  • - Correct flash and JFFS2 support for MPC8260ADS
    - fix PVR values and clock generation for PowerQUICC II family
    (8270/8275/8280)

    * Patch by Bernhard Kuhn, 08 Jul 2003:
    - add support for M68K targets

    * Patch by Ken Chou, 3 Jul:
    - Fix PCI config table for A3000
    - Fix iobase for natsemi.c
    (PCI_BASE_ADDRESS_0 is the IO base register for DP83815)

    * Allow to enable "slow" POST routines by key press on power-on
    * Fix temperature dependend switching of LCD backlight on LWMON
    * Tweak output format for LWMON

    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
     

28 Apr, 2003

1 commit

  • - Splashscreen support
    - modem support
    - sysmon support
    - temperature dependend enabling of LCD

    * Allow booting from old "PPCBoot" disk partitions

    * Add support for TQM8255 Board / MPC8255 CPU

    wdenk
     

08 Dec, 2002

1 commit


08 Oct, 2002

1 commit