Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: imaami/u-boot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: imaami/u-boot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: u-boot-2009.11.y
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 23, 2010

  1. ppc4xx: Fix reporting of bootstrap options G and F on 460EX/GT

    Bootstrap options G and F are reported incorrectly (G instead
    of F and vice versa). This patch fixes this.
    
    Signed-off-by: Felix Radensky <[email protected]>
    Signed-off-by: Stefan Roese <[email protected]>
    Felix Radensky authored and wdenx committed Jan 23, 2010
    Configuration menu
    Copy the full SHA
    17ab305 View commit details
    Browse the repository at this point in the history
  2. ppc4xx: Allow setting a single SPD EEPROM address for DDR2 DIMMs

    On platforms where SPD EEPROM and another EEPROM have adjacent
    I2C addresses SPD_EEPROM_ADDRESS should be defined as a single
    element array, otherwise DDR2 setup code would fail with the
    following error:
    
    ERROR: Unknown DIMM detected in slot 1
    
    However, fixing SPD_EEPROM_ADDRESS would result in another
    error:
    
    ERROR: DIMM's DDR1 and DDR2 type can not be mixed.
    
    This happens because initdram() routine does not explicitly
    initialize dimm_populated array. This patch fixes the problem.
    
    Signed-off-by: Felix Radensky <[email protected]>
    Signed-off-by: Stefan Roese <[email protected]>
    Felix Radensky authored and wdenx committed Jan 23, 2010
    Configuration menu
    Copy the full SHA
    57ab8a1 View commit details
    Browse the repository at this point in the history
  3. ppc4xx: Fix sending type 1 PCI transactions

    The list of 4xx SoCs that should send type 1 PCI transactions
    is not defined correctly. As a result PCI-PCI bridges and devices
    behind them are not identified. The following 4xx variants should
    send type 1 transactions: 440GX, 440GP, 440SP, 440SPE, 460EX and 460GT.
    
    Signed-off-by: Felix Radensky <[email protected]>
    Signed-off-by: Stefan Roese <[email protected]>
    Felix Radensky authored and wdenx committed Jan 23, 2010
    Configuration menu
    Copy the full SHA
    eb20392 View commit details
    Browse the repository at this point in the history
  4. ppc4xx: Kilauea: Add CPLD version detection and EBC reconfiguration

    A newer CPLD version on the 405EX evaluation board requires a different
    EBC controller setup for the CPLD register access. This patch adds a CPLD
    version detection for Kilauea and code to reconfigure the EBC controller
    (chip select 2) for the old CPLD if no new version is found.
    
    Additionally the CPLD version is printed upon bootup:
    
    Board: Kilauea - AMCC PPC405EX Evaluation Board (CPLD rev. 0)
    
    Signed-off-by: Stefan Roese <[email protected]>
    Acked-by: Wolfgang Denk <[email protected]>
    Cc: Zhang Bao Quan <[email protected]>
    stroese authored and wdenx committed Jan 23, 2010
    Configuration menu
    Copy the full SHA
    580ca3c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2010

  1. Prepare v2009.11.1

    Update CHANGELOG
    
    Signed-off-by: Wolfgang Denk <[email protected]>
    wdenx committed Jan 25, 2010
    Configuration menu
    Copy the full SHA
    f20393c View commit details
    Browse the repository at this point in the history
Loading