07 Feb, 2008

1 commit


16 Jan, 2008

1 commit

  • The ECC POST reported intermittent failures running after power-up on
    the Korat PPC440EPx board. Even when the test passed, the debugging
    output occasionally reported additional unexpected ECC errors.

    This refactoring has three main objectives: (1) minimize the code
    executed with ECC enabled during the tests, (2) add more checking of the
    results so any unexpected ECC errors would cause the test to fail, and
    (3) use synchronization (only) where required by the processor.

    Signed-off-by: Larry Johnson

    Larry Johnson
     

14 Jan, 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
     

28 Dec, 2007

7 commits


01 Nov, 2007

7 commits


25 Aug, 2007

1 commit


14 Aug, 2007

4 commits


10 Aug, 2007

1 commit


31 Jul, 2007

1 commit


20 Jul, 2007

1 commit


13 Jul, 2007

1 commit


10 Jul, 2007

1 commit


05 Jul, 2007

1 commit


23 Jun, 2007

1 commit


19 Mar, 2007

1 commit


07 Mar, 2007

1 commit


09 Oct, 2006

1 commit


02 Sep, 2006

1 commit

  • Modifications are based on the linux kernel approach and
    support two use cases:

    1) Add O= to the make command line
    'make O=/tmp/build all'

    2) Set environement variable BUILD_DIR to point to the desired location
    'export BUILD_DIR=/tmp/build'
    'make'

    The second approach can also be used with a MAKEALL script
    'export BUILD_DIR=/tmp/build'
    './MAKEALL'

    Command line 'O=' setting overrides BUILD_DIR environent variable.

    When none of the above methods is used the local build is performed and
    the object files are placed in the source directory.

    Marian Balakowicz
     

01 Apr, 2006

1 commit


13 Oct, 2005

1 commit


28 Jul, 2005

1 commit


06 Jun, 2005

1 commit


09 Sep, 2004

1 commit

  • Update etags build target

    * Improve NetConsole support: add support for broadcast destination
    address and buffered input.

    * Cleanup compiler warnings for GCC 3.3.x and later

    * Fix problem in cmd_jffs2.c introduced by CFG_JFFS_SINGLE_PART patch

    wdenk
     

02 Aug, 2004

1 commit

  • * Patch by Sascha Hauer, 28 Jun:
    - add generic support for Motorola i.MX architecture
    - add support for mx1ads, mx1fs2 and scb9328 boards

    * Patches by Marc Leeman, 23 Jul 2004:
    - Add define for the PCI/Memory Buffer Configuration Register
    - corrected comments in cpu/mpc824x/cpu_init.c

    * Add support for multiple serial interfaces
    (for example to allow modem dial-in / dial-out)

    wdenk