07 Dec, 2011

1 commit

  • The spi.h include is no longer included in exports.h, so must be included
    here.

    This fixes these errors:

    In file included from exports.c:41:0:
    /home/sjg/trunk/src/third_party/u-boot/files/include/_exports.h: In function 'jumptable_init':
    /home/sjg/trunk/src/third_party/u-boot/files/include/_exports.h:27:1: error: 'spi_init' undeclared (first use in this function)
    /home/sjg/trunk/src/third_party/u-boot/files/include/_exports.h:27:1: note: each undeclared identifier is reported only once for each function it appears in
    /home/sjg/trunk/src/third_party/u-boot/files/include/_exports.h:28:1: error: 'spi_setup_slave' undeclared (first use in this function)
    /home/sjg/trunk/src/third_party/u-boot/files/include/_exports.h:29:1: error: 'spi_free_slave' undeclared (first use in this function)
    /home/sjg/trunk/src/third_party/u-boot/files/include/_exports.h:30:1: error: 'spi_claim_bus' undeclared (first use in this function)
    /home/sjg/trunk/src/third_party/u-boot/files/include/_exports.h:31:1: error: 'spi_release_bus' undeclared (first use in this function)
    /home/sjg/trunk/src/third_party/u-boot/files/include/_exports.h:32:1: error: 'spi_xfer' undeclared (first use in this function)

    Signed-off-by: Simon Glass

    Simon Glass
     

13 Apr, 2011

1 commit


20 Sep, 2010

1 commit

  • This (undocumented) concept was only in use for the MVSMR and
    davinci_schmoogie Sergey Kubushyn boards.
    Drop it for now. If really needed, it should be reimplemented
    later in the context of the new environment command set.

    Signed-off-by: Wolfgang Denk
    Cc: Andre Schwarz
    Cc: Sergey Kubushyn
    Acked-by: Sergey Kubushyn

    Wolfgang Denk
     

05 Jul, 2010

1 commit


03 Dec, 2009

1 commit

  • The current jump table init fails to initialize a bunch of exported
    symbols (forceenv/do_reset/etc...). Rather than fix just these few
    missing pieces, rewrite the code to utilize the existing list of
    exported symbols -- _exports.h. Since every exported symbol has to
    be listed in this header, it makes sense to use it so that we only
    ever have one list that needs to be updated and things can't fall
    out of sync again.

    Signed-off-by: Mike Frysinger

    Mike Frysinger
     

10 Aug, 2009

1 commit


06 Aug, 2007

1 commit


09 Jul, 2007

1 commit


04 Jul, 2007

1 commit


01 Sep, 2006

1 commit


01 Apr, 2006

1 commit


12 Sep, 2003

1 commit


25 Jul, 2003

1 commit