| b2f2c7be | 13-Jul-2017 |
Holger Brunck <holger.brunck@keymile.com> |
km/ivm: allow to set locally administred MAC addresses
It is possible to flag MAC addresses as locally administred. In this case they don't need to be unique. This is only allowed for interfaces whi
km/ivm: allow to set locally administred MAC addresses
It is possible to flag MAC addresses as locally administred. In this case they don't need to be unique. This is only allowed for interfaces which have no connection to the outside. For the TEGR1 board we use this feature.
Cc: Heiko Schocher <hs@denx.de> Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
show more ...
|
| 54119882 | 17-Nov-2015 |
Valentin Longchamp <valentin.longchamp@keymile.com> |
powerpc/83xx: add support for kmtegr1 board
This board uses the same CPU (8309) as VECT1. The memory however is different since it has NAND Flash, the NOR Flash partitioning is different and of cour
powerpc/83xx: add support for kmtegr1 board
This board uses the same CPU (8309) as VECT1. The memory however is different since it has NAND Flash, the NOR Flash partitioning is different and of course the FPGAs as well.
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com> Signed-off-by: Christoph Dietrich <christoph.dietrich@keymile.com>
show more ...
|
| cd7255fd | 17-Nov-2015 |
Bagavathiannan Palanisamy <Bagavathiannan.Palanisamy@keymile.com> |
board/keymile/km82xx: setting dip_switch 3 and 4 will run bootloader
Setting dip_switch 3 and 4 also will run bootloader in COGE3 and COGE6 It is required remove local mgmt IP address, when DIP Swit
board/keymile/km82xx: setting dip_switch 3 and 4 will run bootloader
Setting dip_switch 3 and 4 also will run bootloader in COGE3 and COGE6 It is required remove local mgmt IP address, when DIP Switch PIN3 is enabled. DIP Switch 4 also enabled to avoid u-boot update in future for DIP switch enhancements.
Signed-off-by: Bagavathiannan Palanisamy <Bagavathiannan.Palanisamy@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
show more ...
|
| 8b2dd8a9 | 17-Nov-2015 |
Holger Brunck <holger.brunck@keymile.com> |
km/powerpc82xx: remove unused function
commit 0a4f88b98 removed the usage of our setports function, but the function itself were not removed. So toss it it's dead code.
Signed-off-by: Holger Brunck
km/powerpc82xx: remove unused function
commit 0a4f88b98 removed the usage of our setports function, but the function itself were not removed. So toss it it's dead code.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
show more ...
|
| fc882a31 | 17-Nov-2015 |
Holger Brunck <holger.brunck@keymile.com> |
km/powerpc: remove unneeded defines
We use CONFIG_OF_LIBFDT and CONFIG_OF_BOARD_SETUP on all our powerpc targets, so there is no need to check these defines within our C code.
Signed-off-by: Holger
km/powerpc: remove unneeded defines
We use CONFIG_OF_LIBFDT and CONFIG_OF_BOARD_SETUP on all our powerpc targets, so there is no need to check these defines within our C code.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
show more ...
|
| d3f1d6f4 | 17-Nov-2015 |
Holger Brunck <holger.brunck@keymile.com> |
powerpc/82xx/km: add testpin detection for mgcoge3ne
On mgcoge3ne we also want to start the test application if the testpin is asserted. But we don't have a full POST test support yet. So simply add
powerpc/82xx/km: add testpin detection for mgcoge3ne
On mgcoge3ne we also want to start the test application if the testpin is asserted. But we don't have a full POST test support yet. So simply add a function to read the testpin value.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
show more ...
|