ARM: mvebu: set correct mem_size for db-88f6820-amcThe db-88f6820-amc has four chips with 2Gb density giving a total of 1GBDRAM. Update the board_topology_map to reflect the correctconfiguration.
ARM: mvebu: set correct mem_size for db-88f6820-amcThe db-88f6820-amc has four chips with 2Gb density giving a total of 1GBDRAM. Update the board_topology_map to reflect the correctconfiguration.Signed-off-by: Chris Packham <judge.packham@gmail.com>Reviewed-by: Stefan Roese <sr@denx.de>Signed-off-by: Stefan Roese <sr@denx.de>
show more ...
driver/ddr: Add support for setting timing in hws_topology_mapThe DDR3 training code for Marvell A38X currently computes 1t timingwhen given board topology map of the Turris Omnia, but Omnia needs
driver/ddr: Add support for setting timing in hws_topology_mapThe DDR3 training code for Marvell A38X currently computes 1t timingwhen given board topology map of the Turris Omnia, but Omnia needs 2t.This patch adds support for enforcing the 2t timing in structhws_topology_map, through a new enum hws_timing, which can assumefollowing values: HWS_TIM_DEFAULT - default behaviour, compute whether to enable 2t from the number of CSs HWS_TIM_1T - enforce 1t HWS_TIM_2T - enforce 2tThis patch also sets all the board topology maps (db-88f6820-amc,db-88f6820-gp, controlcenterdc and clearfog) to have timing set toHWS_TIM_DEFAULT.Signed-off-by: Marek Behun <marek.behun@nic.cz>Reviewed-by: Stefan Roese <sr@denx.de>Signed-off-by: Stefan Roese <sr@denx.de>
arm: mvebu: add DB-88F6820-AMC boardThis board is a plug in card for Marvell's switch system developmentkits. Form-factor aside it is similar to the DB-88F6820-GP with thefollowing differences.-
arm: mvebu: add DB-88F6820-AMC boardThis board is a plug in card for Marvell's switch system developmentkits. Form-factor aside it is similar to the DB-88F6820-GP with thefollowing differences.- TCLK is 200MHz- SPI1 is used- No SATA- No MMC- NAND flashReviewed-by: Simon Glass <sjg@chromium.org>Signed-off-by: Chris Packham <judge.packham@gmail.com>Signed-off-by: Stefan Roese <sr@denx.de>