Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
32809 commits behind the upstream repository.
  • Stefan Roese's avatar
    ff9112df
    arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory · ff9112df
    Stefan Roese authored
    
    With the upcoming addition of the Armada 38x DDR support, which is not
    compatible to the Armada XP DDR init code, we need to introduce a new
    directory infrastructure. To support multiple Marvell DDR controller.
    
    This will be the new structure:
    
         drivers/ddr/marvell/axp
         Supporting Armada XP (AXP) devices (and perhaps Armada 370)
    
         drivers/ddr/marvell/a38x
         Supporting Armada 38x devices (and perhaps Armada 39x)
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>
    ff9112df
    History
    arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory
    Stefan Roese authored
    
    With the upcoming addition of the Armada 38x DDR support, which is not
    compatible to the Armada XP DDR init code, we need to introduce a new
    directory infrastructure. To support multiple Marvell DDR controller.
    
    This will be the new structure:
    
         drivers/ddr/marvell/axp
         Supporting Armada XP (AXP) devices (and perhaps Armada 370)
    
         drivers/ddr/marvell/a38x
         Supporting Armada 38x devices (and perhaps Armada 39x)
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>