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 ...
env: Rename setenv() to env_set()We are now using an env_ prefix for environment functions. Rename setenv()for consistency. Also add function comments in common.h.Suggested-by: Wolfgang Denk <wd
env: Rename setenv() to env_set()We are now using an env_ prefix for environment functions. Rename setenv()for consistency. Also add function comments in common.h.Suggested-by: Wolfgang Denk <wd@denx.de>Signed-off-by: Simon Glass <sjg@chromium.org>
dm: Use dm.h header when driver mode is usedThis header includes things that are needed to make driver build. Adjustexisting users to include that always, even if other dm/ includes arepresentS
dm: Use dm.h header when driver mode is usedThis header includes things that are needed to make driver build. Adjustexisting users to include that always, even if other dm/ includes arepresentSigned-off-by: Simon Glass <sjg@chromium.org>
board_f: Drop setup_dram_config() wrapperBy making dram_init_banksize() return an error code we can drop thewrapper. Adjust this and clean up all implementations.Signed-off-by: Simon Glass <sjg@
board_f: Drop setup_dram_config() wrapperBy making dram_init_banksize() return an error code we can drop thewrapper. Adjust this and clean up all implementations.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Stefan Roese <sr@denx.de>
xtensa: add support for the 'xtfpga' evaluation boardThe 'xtfpga' board is actually a set of FPGA evaluation boards thatcan be configured to run an Xtensa processor. - Avnet Xilinx LX60 - Avnet
xtensa: add support for the 'xtfpga' evaluation boardThe 'xtfpga' board is actually a set of FPGA evaluation boards thatcan be configured to run an Xtensa processor. - Avnet Xilinx LX60 - Avnet Xilinx LX110 - Avnet Xilinx LX200 - Xilinx ML605 - Xilinx KC705These boards share the same components (open-ethernet, ns16550 serial,lcd display, flash, etc.).Signed-off-by: Chris Zankel <chris@zankel.net>Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>Reviewed-by: Simon Glass <sjg@chromium.org>Reviewed-by: Tom Rini <trini@konsulko.com>