| 1eb95ebe | 21-Jan-2013 |
Karlheinz Jerg <karlheinz.jerg@keymile.com> |
km82xx, km83xx: move ethernet_present() from common to cpu specific
For kmvect1 we need a special solution and for km_arm boards we already have. So move the common code to the architectur specific
km82xx, km83xx: move ethernet_present() from common to cpu specific
For kmvect1 we need a special solution and for km_arm boards we already have. So move the common code to the architectur specific file.
Signed-off-by: Karlheinz Jerg <karlheinz.jerg@keymile.com> Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
show more ...
|
| cf976ce4 | 21-Jan-2013 |
Holger Brunck <holger.brunck@keymile.com> |
km/common/ivm: remove CONFIG_SYS_I2C_IVM_BUS related code
This define isn't set within our setup files. So we can safely remove the affected code.
Signed-off-by: Holger Brunck <holger.brunck@keymil
km/common/ivm: remove CONFIG_SYS_I2C_IVM_BUS related code
This define isn't set within our setup files. So we can safely remove the affected code.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
show more ...
|
| c1b3d841 | 04-May-2012 |
Thomas Herzmann <thomas.herzmann@keymile.com> |
km/common: check test_bank and testpin for testboot
If the testpin is asserted, first check if a test_bank variable is defined before trying to boot this test_bank.
Signed-off-by: Thomas Herzmann <
km/common: check test_bank and testpin for testboot
If the testpin is asserted, first check if a test_bank variable is defined before trying to boot this test_bank.
Signed-off-by: Thomas Herzmann <thomas.herzmann@keymile.com> Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
show more ...
|
| 1adfd9dd | 05-Jun-2011 |
Holger Brunck <holger.brunck@keymile.com> |
powerpc/km82xx: remove 82xx specific functions from common.c
Common code should be valid for more than one architecture, therefore the km82xx specific code was removed from common.c.
Signed-off-by:
powerpc/km82xx: remove 82xx specific functions from common.c
Common code should be valid for more than one architecture, therefore the km82xx specific code was removed from common.c.
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 ...
|
| fc9a7441 | 05-Jun-2011 |
Holger Brunck <holger.brunck@keymile.com> |
km/common: remove fdt_(gs)et_node_and_value
This code is unused and therefore dead code.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longcha
km/common: remove fdt_(gs)et_node_and_value
This code is unused and therefore dead 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 ...
|
| ba8be32a | 05-Jun-2011 |
Holger Brunck <holger.brunck@keymile.com> |
km/common: remove saveenv from do_checkboardidhwkey
This is unneeded here because we save the environment when the board boots the first time. At this time we have set the values already.
Signed-of
km/common: remove saveenv from do_checkboardidhwkey
This is unneeded here because we save the environment when the board boots the first time. At this time we have set the values already.
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 ...
|
| e8195825 | 05-Jun-2011 |
Holger Brunck <holger.brunck@keymile.com> |
km/common: force set ethaddr after reading IVM
The ethaddr is stored inside the inventory eeprom. During boottime this value was read out and the ethaddr variable was set. Previously this was only d
km/common: force set ethaddr after reading IVM
The ethaddr is stored inside the inventory eeprom. During boottime this value was read out and the ethaddr variable was set. Previously this was only done if it ethaddr == NULL but this is wrong for our ARM boards. Because ethaddr is at this stage never NULL for ARM due to the random calculation of a MAC address in mvgbe.c.
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 ...
|