Skip to content
Snippets Groups Projects
  • Stefan Roese's avatar
    e2ebe696
    [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's · e2ebe696
    Stefan Roese authored
    
    This patch fixes a problem that occurs when 2 DIMM's are
    used. This problem was first spotted and fixed by Gerald Jackson
    <gerald.jackson@reaonixsecurity.com> but this patch fixes the
    problem in a little more clever way.
    
    This patch also adds the nice functionality to dynamically
    create the TLB entries for the SDRAM (tlb.c). So we should
    never run into such problems with wrong (too short) TLB
    initialization again on these platforms.
    
    As this feature is new to the "old" 44x SPD DDR driver, it
    has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>
    e2ebe696
    History
    [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
    Stefan Roese authored
    
    This patch fixes a problem that occurs when 2 DIMM's are
    used. This problem was first spotted and fixed by Gerald Jackson
    <gerald.jackson@reaonixsecurity.com> but this patch fixes the
    problem in a little more clever way.
    
    This patch also adds the nice functionality to dynamically
    create the TLB entries for the SDRAM (tlb.c). So we should
    never run into such problems with wrong (too short) TLB
    initialization again on these platforms.
    
    As this feature is new to the "old" 44x SPD DDR driver, it
    has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>