| 66072a8c | 13-Sep-2011 |
Holger Brunck <holger.brunck@keymile.com> |
arm/km: add boardid and hwkey to kernel command line
We need in some cases a possibility for the kernel to distinguish on which board he is running. On powerpc we did this with different dts files.
arm/km: add boardid and hwkey to kernel command line
We need in some cases a possibility for the kernel to distinguish on which board he is running. On powerpc we did this with different dts files. On arm currently we can't do this, so add boardid and hwkey to the kernel command line and use it later on in the kernel code.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
show more ...
|
| 9400f8fa | 12-Sep-2011 |
Valentin Longchamp <valentin.longchamp@keymile.com> |
km_arm: enable POST for these boards
The current km_arm boards have a Power-On test jumper. When this jumper is set, this triggers some Power-On tests on the board.
This patch enables the support o
km_arm: enable POST for these boards
The current km_arm boards have a Power-On test jumper. When this jumper is set, this triggers some Power-On tests on the board.
This patch enables the support of this jumper for starting the memory_regions test when the jumper is set.
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com> Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Cc: Prafulla Wadaskar <prafulla@marvell.com>
show more ...
|
| 4daea6ff | 04-Jul-2011 |
Stefan Bigler <stefan.bigler@keymile.com> |
km/common: moved eeprom config to pbec specific part
Moved eeprom config to specific part, to allow bigger eeprom write pages for km_kirkwood designs. Write page only used for env eeprom in std use
km/common: moved eeprom config to pbec specific part
Moved eeprom config to specific part, to allow bigger eeprom write pages for km_kirkwood designs. Write page only used for env eeprom in std use cases. 24C128 has page size of 64bytes -> 8 time faster.
Signed-off-by: Stefan Bigler <stefan.bigler@keymile.com> cc: Valentin Longchamp <valentin.longchamp@keymile.com> cc: Heiko Schocher <hs@denx.de> cc: Wolfgang Denk <wd@denx.de>
show more ...
|
| 8519d180 | 04-Jul-2011 |
Holger Brunck <holger.brunck@keymile.com> |
km/common: use u-boot.kwb for u-boot update function on arm
Now we use the standard u-boot make to build the Kirkwood binary. The output file is u-boot.kwb. So use this name for the tftp update func
km/common: use u-boot.kwb for u-boot update function on arm
Now we use the standard u-boot make to build the Kirkwood binary. The output file is u-boot.kwb. So use this name for the tftp update function to avoid confusion, because this is the binary we need on Kirkwood.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com> cc: Valentin Longchamp <valentin.longchamp@keymile.com> cc: Heiko Schocher <hs@denx.de> cc: Wolfgang Denk <wd@denx.de>
show more ...
|
| f7fb46a8 | 05-Jun-2011 |
Holger Brunck <holger.brunck@keymile.com> |
km/common: enable cramfs and cramfs cmdline
All the km boards uses CRAMFS images where the kernel is stored. This isn't architecture specific because we use it on ARM and POWERPC.
Signed-off-by: Ho
km/common: enable cramfs and cramfs cmdline
All the km boards uses CRAMFS images where the kernel is stored. This isn't architecture specific because we use it on ARM and POWERPC.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com> cc: Heiko Schocher <hs@denx.de> cc: Wolfgang Denk <wd@denx.de>
show more ...
|
| c98d3b4f | 05-Jun-2011 |
Holger Brunck <holger.brunck@keymile.com> |
km/common: remove obsolete defines and header
These defines and the header keymile_hdlc_enet.h are obsolete due to the removed hdlc code.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Si
km/common: remove obsolete defines and header
These defines and the header keymile_hdlc_enet.h are obsolete due to the removed hdlc code.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com> cc: Heiko Schocher <hs@denx.de> cc: Wolfgang Denk <wd@denx.de>
show more ...
|
| 0333cfe6 | 05-Jun-2011 |
Thomas Herzmann <thomas.herzmann@keymile.com> |
km/common: add test sw starting variable
The test SW is started when the test_bank variable is set.
Signed-off-by: Thomas Herzmann <thomas.herzmann@keymile.com> Signed-off-by: Valentin Longchamp <v
km/common: add test sw starting variable
The test SW is started when the test_bank variable is set.
Signed-off-by: Thomas Herzmann <thomas.herzmann@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com> cc: Heiko Schocher <hs@denx.de> cc: Wolfgang Denk <wd@denx.de> Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
show more ...
|