24 Jul, 2013

1 commit


19 Oct, 2008

1 commit


12 Jun, 2008

1 commit

  • This patch changes the return type of initdram() from long int to phys_size_t.
    This is required for a couple of reasons: long int limits the amount of dram
    to 2GB, and u-boot in general is moving over to phys_size_t to represent the
    size of physical memory. phys_size_t is defined as an unsigned long on almost
    all current platforms.

    This patch *only* changes the return type of the initdram function (in
    include/common.h, as well as in each board's implementation of initdram). It
    does not actually modify the code inside the function on any of the platforms;
    platforms which wish to support more than 2GB of DRAM will need to modify
    their initdram() function code.

    Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
    MPC8641HPCN.

    Signed-off-by: Becky Bruce

    Becky Bruce
     

13 Oct, 2005

1 commit


07 Jan, 2004

1 commit


18 Jul, 2003

1 commit

  • add delay to get I2C working with "imm" command and s3c24x0_i2c.c

    * Patch by Richard Woodruff, 17 July 03:
    - Fixed bug in OMAP1510 baud rate divisor settings.

    * Patch by Nye Liu, 16 July 2003:
    MPC860FADS fixes:
    - add MPC86xADS support (uses MPC86xADS.h)
    - add 866P/T core support (also MPC859T/MPC859DSL/MPC852T)
    o PLPRCR changes
    o BRG changes (EXTAL/XTAL restricted to 10MHz)
    o don't trust gclk() software measurement by default, depend on
    CONFIG_8xx_GCLK_FREQ
    - add DRAM SIMM not installed detection
    - use more "correct" SDRAM initialization sequence
    - allow different SDRAM sizes (8xxADS has 8M)
    - default DER is 0
    - remove unused MAMR defines from FADS860T.h (all done in fads.c)
    - rename MAMR/MBMR defines to be more consistent. Should eventually
    be merged into MxMR to better reflect the PowerQUICC datasheet.

    * Patch by Yuli Barcohen, 16 Jul 2003:
    support new Motorola PQ2FADS-ZU evaluation board which replaced
    MPC8260ADS and MPC8266ADS

    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
     

27 Aug, 2002

1 commit