13 Dec, 2013

1 commit


25 Nov, 2013

1 commit


01 Nov, 2013

1 commit


20 Sep, 2013

1 commit


24 Jul, 2013

1 commit


16 Oct, 2012

1 commit


02 Dec, 2011

1 commit


26 Jul, 2011

1 commit


18 Nov, 2010

1 commit

  • Before this commit, weak symbols were not overridden by non-weak symbols
    found in archive libraries when linking with recent versions of
    binutils. As stated in the System V ABI, "the link editor does not
    extract archive members to resolve undefined weak symbols".

    This commit changes all Makefiles to use partial linking (ld -r) instead
    of creating library archives, which forces all symbols to participate in
    linking, allowing non-weak symbols to override weak symbols as intended.
    This approach is also used by Linux, from which the gmake function
    cmd_link_o_target (defined in config.mk and used in all Makefiles) is
    inspired.

    The name of each former library archive is preserved except for
    extensions which change from ".a" to ".o". This commit updates
    references accordingly where needed, in particular in some linker
    scripts.

    This commit reveals board configurations that exclude some features but
    include source files that depend these disabled features in the build,
    resulting in undefined symbols. Known such cases include:
    - disabling CMD_NET but not CMD_NFS;
    - enabling CONFIG_OF_LIBFDT but not CONFIG_QE.

    Signed-off-by: Sebastien Carlier

    Sebastien Carlier
     

28 Oct, 2010

1 commit


04 Oct, 2010

1 commit

  • This patch brings the lwmon5 board support up-to-date. Here a
    summary of the changes:

    lwmon5 board port related:
    - GPIO's changed to control the LSB transmitter
    - Reset USB PHY's upon power-up
    - Enable CAN upon power-up
    - USB init error workaround (errata CHIP_6)
    - EBC: Enable burstmode and modify the timings for the GDC memory
    - EBC: Speed up NOR flash timings

    lwmon5 board POST related:
    - Add FPGA memory test
    - Add GDC memory test
    - DSP POST reworked
    - SYSMON POST: Fix handling of negative temperatures
    - Add output for sysmon1 POST
    - HW-watchdog min. time test reworked

    Additionally some coding-style changes were done.

    Signed-off-by: Sascha Laue
    Signed-off-by: Stefan Roese

    Sascha Laue
     

23 Sep, 2010

1 commit


25 Apr, 2010

1 commit


03 Oct, 2009

1 commit


19 Oct, 2008

1 commit


04 Jun, 2008

1 commit


04 May, 2008

1 commit


01 May, 2008

2 commits


30 Apr, 2008

1 commit


29 Apr, 2008

3 commits


28 Apr, 2008

1 commit


26 Apr, 2008

1 commit


25 Apr, 2008

1 commit


22 Apr, 2008

2 commits


14 Apr, 2008

1 commit


26 Mar, 2008

1 commit


25 Mar, 2008

1 commit


23 Mar, 2008

2 commits


21 Mar, 2008

1 commit


19 Mar, 2008

6 commits