Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Peter Tyser's avatar
    d9c147f3
    85xx, 86xx: Add common board_add_ram_info() · d9c147f3
    Peter Tyser authored
    
    Previously, 85xx and 86xx boards would display DRAM information on
    bootup such as:
    
    ...
    I2C:   ready
    DRAM:
    Memory controller interleaving enabled: Bank interleaving!
     2 GB
    FLASH: 256 MB
    ...
    
    This patch moves the printing of the DRAM controller configuration to a
    common board_add_ram_info() function which prints out DDR type, width,
    CAS latency, and ECC mode.  It also makes the DDR interleaving
    information print out in a more sane manner:
    
    ...
    I2C:   ready
    DRAM:   2 GB (DDR2, 64-bit, CL=4, ECC on)
           DDR Controller Interleaving Mode: bank
    FLASH: 256 MB
    ...
    
    Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
    Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
    d9c147f3
    History
    85xx, 86xx: Add common board_add_ram_info()
    Peter Tyser authored
    
    Previously, 85xx and 86xx boards would display DRAM information on
    bootup such as:
    
    ...
    I2C:   ready
    DRAM:
    Memory controller interleaving enabled: Bank interleaving!
     2 GB
    FLASH: 256 MB
    ...
    
    This patch moves the printing of the DRAM controller configuration to a
    common board_add_ram_info() function which prints out DDR type, width,
    CAS latency, and ECC mode.  It also makes the DDR interleaving
    information print out in a more sane manner:
    
    ...
    I2C:   ready
    DRAM:   2 GB (DDR2, 64-bit, CL=4, ECC on)
           DDR Controller Interleaving Mode: bank
    FLASH: 256 MB
    ...
    
    Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
    Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>