| #
2f795ac7 |
| 03-May-2011 |
Simon Guinot <sguinot@lacie.com> |
mv-common.h: fix DRAM banks configuration
The asm/arch/config.h header define CONFIG_NR_DRAM_BANKS_MAX, which is needed to configure DRAM banks.
This patch move the asm/arch/config.h header inclusi
mv-common.h: fix DRAM banks configuration
The asm/arch/config.h header define CONFIG_NR_DRAM_BANKS_MAX, which is needed to configure DRAM banks.
This patch move the asm/arch/config.h header inclusion above the DRAM banks configuration.
Additionally this patch fix a typo.
Signed-off-by: Simon Guinot <sguinot@lacie.com>
show more ...
|
| #
cf946c6d |
| 09-Feb-2011 |
Lei Wen <[leiwen@marvell.com]> |
mv: seperate kirkwood and armada from common setting
Since there are lots of difference between kirkwood and armada series, it is better to seperate them but still keep the most common file shared b
mv: seperate kirkwood and armada from common setting
Since there are lots of difference between kirkwood and armada series, it is better to seperate them but still keep the most common file shared by all marvell platform in the mv-common configure file.
This patch move the kirkwood only driver definitoin in mv-common to the <soc_name>/config.h.
This patch is tested with compilation for armada100 and guruplug.
Signed-off-by: Lei Wen <leiwen@marvell.com>
show more ...
|
| #
cdc51c29 |
| 22-Dec-2010 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'next' of ../next
|
| #
8e14ed85 |
| 07-Dec-2010 |
Prafulla Wadaskar <prafulla@marvell.com> |
mv-common.h: Add support for ARMADA100 Platforms
This patch adds commonly used macros for ARMADA100 based baords, Also some code reshuffled and updated for typos and comments
Signed-off-by: Prafull
mv-common.h: Add support for ARMADA100 Platforms
This patch adds commonly used macros for ARMADA100 based baords, Also some code reshuffled and updated for typos and comments
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
show more ...
|
| #
844f07d8 |
| 27-Nov-2010 |
Wolfgang Denk <wd@denx.de> |
Coding Style (white space) cleanup
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
| #
1032d974 |
| 16-Nov-2010 |
Minkyu Kang <mk7.kang@samsung.com> |
Merge branch 'master' of git://git.denx.de/u-boot-arm
|
| #
d963e84c |
| 12-Nov-2010 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of /home/wd/git/u-boot/master
|
| #
0c0892be |
| 29-Oct-2010 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot-marvell
Conflicts: include/configs/km_arm.h
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
| #
31d80c77 |
| 27-Oct-2010 |
Prafulla Wadaskar <prafulla@marvell.com> |
kirkwood: get rid of config.mk files
After moving the definition of CONFIG_SYS_TEXT_BASE to the respective board config files, all Marvell kirkwood board have just a single and common entry in their
kirkwood: get rid of config.mk files
After moving the definition of CONFIG_SYS_TEXT_BASE to the respective board config files, all Marvell kirkwood board have just a single and common entry in their config.mk files:
KWD_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/kwbimage.cfg
Replace the only reference to KWD_CONFIG in the top level Makefile by an equivalent setting, and remove all kirkwood config.mk files.
Signed-off-by: Wolfgang Denk <wd at denx.de> Cc: Prafulla Wadaskar <prafulla at marvell.com> Cc: Siddarth Gore <gores at marvell.com> Cc: Simon Kagstrom <simon.kagstrom at netinsight.net> Cc: Heiko Schocher <hs at denx.de> Cc: Eric Cooper <ecc at cmu.edu> Acked-by: Wolfgang Denk <wd at denx.de> Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
show more ...
|
| #
25ddd1fb |
| 26-Oct-2010 |
Wolfgang Denk <wd@denx.de> |
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not being able to use "sizeof(struct global_data)" in assembler files. Rece
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not being able to use "sizeof(struct global_data)" in assembler files. Recent experience has shown that manual synchronization is not reliable enough. This patch renames CONFIG_SYS_GBL_DATA_SIZE into GENERATED_GBL_DATA_SIZE which gets automatically generated by the asm-offsets tool. In the result, all definitions of this value can be deleted from the board config files. We have to make sure that all files that reference such data include the new <asm-offsets.h> file.
No other changes have been done yet, but it is obvious that similar changes / simplifications can be done for other, related macro definitions as well.
Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Kumar Gala <galak@kernel.crashing.org>
show more ...
|
| #
754ae3fb |
| 20-Oct-2010 |
Prafulla Wadaskar <prafulla@marvell.com> |
Kirkwood: bugfix: broken early console messages
It has been observed that, the complete u-boot banner does not appear on the console when the system is booted from NAND/NOR/SPI flash.
This patch fi
Kirkwood: bugfix: broken early console messages
It has been observed that, the complete u-boot banner does not appear on the console when the system is booted from NAND/NOR/SPI flash.
This patch fixes this issue on all Marvell boards by adding board_early_init_f() support
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
show more ...
|
| #
e1b4c570 |
| 13-Oct-2010 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot-arm
|
| #
0b20ed76 |
| 30-Sep-2010 |
Prafulla Wadaskar <prafulla@marvell.com> |
Kirkwood: Changes specific to ARM relocation support
All Kirkwood based boards are supported for this new implementation ref: docs/README.arm-relocation
Signed-off-by: Prafulla Wadaskar <prafulla@m
Kirkwood: Changes specific to ARM relocation support
All Kirkwood based boards are supported for this new implementation ref: docs/README.arm-relocation
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
show more ...
|
| #
54e999a3 |
| 30-Sep-2010 |
Prafulla Wadaskar <prafulla@marvell.com> |
kirkwood: added common config file mv-common.h
It is observed that, in most of the board configs the code is being duplicated, also for any common change all board files needs update This issue was
kirkwood: added common config file mv-common.h
It is observed that, in most of the board configs the code is being duplicated, also for any common change all board files needs update This issue was under discussion from long on mailing list and we converge on introducing common config file.
With this patch- 1. Total Kirkwood specific configuration code is reduced by 210 lines 2. All common configuration can be shared by multiple boards 3. Easy to manage common updates like ARM relocation changes
mv-common.h file is added to include/configs/ It contains all common configuration supported for all Kirkwood boards The respective board configs are updated for its usage
Build tested for guruplug, mv88f6281gtw_ge, openrd_base, rd6281a and sheevaplug Binary execution tested for sheevaplug
Todo: 1. Other custom Kirkwood boards to be synced 2. The support to be extended for Orion5X based boards
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
show more ...
|
| #
d30b5706 |
| 30-Sep-2010 |
Prafulla Wadaskar <prafulla@marvell.com> |
Kirkwood: Changes specific to ARM relocation support
All Kirkwood based boards are supported for this new implementation ref: docs/README.arm-relocation
Signed-off-by: Prafulla Wadaskar <prafulla@m
Kirkwood: Changes specific to ARM relocation support
All Kirkwood based boards are supported for this new implementation ref: docs/README.arm-relocation
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
show more ...
|
| #
44f1ec6c |
| 30-Sep-2010 |
Prafulla Wadaskar <prafulla@marvell.com> |
kirkwood: added common config file mv-common.h
It is observed that, in most of the board configs the code is being duplicated, also for any common change all board files needs update This issue was
kirkwood: added common config file mv-common.h
It is observed that, in most of the board configs the code is being duplicated, also for any common change all board files needs update This issue was under discussion from long on mailing list and we converge on introducing common config file.
With this patch- 1. Total Kirkwood specific configuration code is reduced by 210 lines 2. All common configuration can be shared by multiple boards 3. Easy to manage common updates like ARM relocation changes
mv-common.h file is added to include/configs/ It contains all common configuration supported for all Kirkwood boards The respective board configs are updated for its usage
Build tested for guruplug, mv88f6281gtw_ge, openrd_base, rd6281a and sheevaplug Binary execution tested for sheevaplug
Todo: 1. Other custom Kirkwood boards to be synced 2. The support to be extended for Orion5X based boards
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
show more ...
|