env: Rename getenv/_f() to env_get()We are now using an env_ prefix for environment functions. Rename thesetwo functions for consistency. Also add function comments in common.h.Quite a few place
env: Rename getenv/_f() to env_get()We are now using an env_ prefix for environment functions. Rename thesetwo functions for consistency. Also add function comments in common.h.Quite a few places use getenv() in a condition context, provoking awarning from checkpatch. These are fixed up in this patch also.Suggested-by: Wolfgang Denk <wd@denx.de>Signed-off-by: Simon Glass <sjg@chromium.org>
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 gdsys ControlCenter-Compact boardThe gdsys ControlCenter Digital board is based on a Marvell Armada 38xSOC.It boots from SPI-Flash but can be configured to boot from SD-card for
arm: mvebu: Add gdsys ControlCenter-Compact boardThe gdsys ControlCenter Digital board is based on a Marvell Armada 38xSOC.It boots from SPI-Flash but can be configured to boot from SD-card forfactory programming and testing.On board peripherals include:- 2 x GbE- Xilinx Kintex-7 FPGA connected via PCIe- mSATA- USB3 host- Atmel TPMSigned-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>Signed-off-by: Mario Six <mario.six@gdsys.cc>Signed-off-by: Stefan Roese <sr@denx.de>