From: Subbaraya Sundeep
Modelled Ethernet MAC of Smartfusion2 SoC.
Micrel KSZ8051 PHY is present on Emcraft's
SOM kit hence same PHY is emulated.
Signed-off-by: Subbaraya Sundeep
Reviewed-by: Philippe Mathieu-Daudé
Tested-by: Philippe Mathieu-Daudé
---
MAINTAINERS| 2 +
hw/
From: Subbaraya Sundeep
This patch set emulates Ethernet MAC block
present in Microsemi SmartFusion2 SoC.
v6:
Fixed destination address matching logic
Added missing break in emac_write
v5:
As per Philippe comments:
Returned size in receive function
Added link property to pass
From: Subbaraya Sundeep
In addition to simple serial test this patch uses ping
to test the ethernet block modelled in SmartFusion2 SoC.
Signed-off-by: Subbaraya Sundeep
Reviewed-by: Philippe Mathieu-Daudé
Tested-by: Philippe Mathieu-Daudé
---
tests/acceptance/boot_linux_console.py | 15 +
From: Subbaraya Sundeep
With SmartFusion2 Ethernet MAC model in
place this patch adds the same to SoC.
Signed-off-by: Subbaraya Sundeep
Reviewed-by: Philippe Mathieu-Daudé
Tested-by: Philippe Mathieu-Daudé
---
hw/arm/msf2-soc.c | 26 --
include/hw/arm/msf2-soc
From: Subbaraya Sundeep
With SmartFusion2 Ethernet MAC model in
place this patch adds the same to SoC.
Signed-off-by: Subbaraya Sundeep
Reviewed-by: Philippe Mathieu-Daudé
Tested-by: Philippe Mathieu-Daudé
---
hw/arm/msf2-soc.c | 26 --
include/hw/arm/msf2-soc
From: Subbaraya Sundeep
In addition to simple serial test this patch uses ping
to test the ethernet block modelled in SmartFusion2 SoC.
Signed-off-by: Subbaraya Sundeep
Reviewed-by: Philippe Mathieu-Daudé
Tested-by: Philippe Mathieu-Daudé
---
tests/acceptance/boot_linux_console.py | 15 +
From: Subbaraya Sundeep
This patch set emulates Ethernet MAC block
present in Microsemi SmartFusion2 SoC.
v5:
As per Philippe comments:
Returned size in receive function
Added link property to pass DMA memory
Used FIELD() APIs
Added mac_addr in emac state
Used FIELD_
From: Subbaraya Sundeep
Modelled Ethernet MAC of Smartfusion2 SoC.
Micrel KSZ8051 PHY is present on Emcraft's
SOM kit hence same PHY is emulated.
Signed-off-by: Subbaraya Sundeep
Reviewed-by: Philippe Mathieu-Daudé
Tested-by: Philippe Mathieu-Daudé
---
MAINTAINERS| 2 +
hw/
From: Subbaraya Sundeep
This patch set emulates Ethernet MAC block
present in Microsemi SmartFusion2 SoC.
v4:
Added loop back as per Jason's comment
v3:
Added SmartFusion2 ethernet test to tests/acceptance
v2:
No changes. Fixed Signed-off mail id in patch 2/2
Testing:
1. Download u-boot
From: Subbaraya Sundeep
In addition to simple serial test this patch uses ping
to test the ethernet block modelled in SmartFusion2 SoC.
Signed-off-by: Subbaraya Sundeep
---
tests/acceptance/boot_linux_console.py | 15 ++-
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git
From: Subbaraya Sundeep
With SmartFusion2 Ethernet MAC model in
place this patch adds the same to SoC.
Signed-off-by: Subbaraya Sundeep
---
hw/arm/msf2-soc.c | 21 -
include/hw/arm/msf2-soc.h | 3 +++
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/h
From: Subbaraya Sundeep
Modelled Ethernet MAC of Smartfusion2 SoC.
Micrel KSZ8051 PHY is present on Emcraft's
SOM kit hence same PHY is emulated.
Signed-off-by: Subbaraya Sundeep
---
MAINTAINERS| 2 +
hw/net/Makefile.objs | 1 +
hw/net/msf2-emac.c | 562 ++
From: Subbaraya Sundeep
In addition to simple serial test this patch uses ping
to test the ethernet block modelled in SmartFusion2 SoC.
Signed-off-by: Subbaraya Sundeep
---
tests/acceptance/boot_linux_console.py | 15 ++-
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git
From: Subbaraya Sundeep
With SmartFusion2 Ethernet MAC model in
place this patch adds the same to SoC.
Signed-off-by: Subbaraya Sundeep
---
hw/arm/msf2-soc.c | 21 -
include/hw/arm/msf2-soc.h | 3 +++
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/h
From: Subbaraya Sundeep
Modelled Ethernet MAC of Smartfusion2 SoC.
Micrel KSZ8051 PHY is present on Emcraft's
SOM kit hence same PHY is emulated.
Signed-off-by: Subbaraya Sundeep
---
MAINTAINERS| 2 +
hw/net/Makefile.objs | 1 +
hw/net/msf2-emac.c | 556 ++
From: Subbaraya Sundeep
This patch set emulates Ethernet MAC block
present in Microsemi SmartFusion2 SoC.
v3:
Added SmartFusion2 ethernet test to tests/acceptance
v2:
No changes. Fixed Signed-off mail id in patch 2/2
Testing:
1. Download u-boot.bin, uImage and msf2-devkit.dtb from
https
From: Subbaraya Sundeep
Modelled Ethernet MAC of Smartfusion2 SoC.
Micrel KSZ8051 PHY is present on Emcraft's
SOM kit hence same PHY is emulated.
Signed-off-by: Subbaraya Sundeep
---
MAINTAINERS| 2 +
hw/net/Makefile.objs | 1 +
hw/net/msf2-emac.c | 556 ++
From: Subbaraya Sundeep
With SmartFusion2 Ethernet MAC model in
place this patch adds the same to SoC.
Signed-off-by: Subbaraya Sundeep
---
hw/arm/msf2-soc.c | 21 -
include/hw/arm/msf2-soc.h | 3 +++
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/h
From: Subbaraya Sundeep
This patch set emulates Ethernet MAC block
present in Microsemi SmartFusion2 SoC.
v2:
No changes. Fixed Signed-off mail id in patch 2/2
Testing:
1. Download u-boot.bin, uImage and msf2-devkit.dtb from
https://github.com/Subbaraya-Sundeep/qemu-test-binaries.git
2.
From: Subbaraya Sundeep
With SmartFusion2 Ethernet MAC model in
place this patch adds the same to SoC.
Signed-off-by: Subbaraya Sundeep
---
hw/arm/msf2-soc.c | 21 -
include/hw/arm/msf2-soc.h | 3 +++
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/h
From: Subbaraya Sundeep
Modelled Ethernet MAC of Smartfusion2 SoC.
Micrel KSZ8051 PHY is present on Emcraft's
SOM kit hence same PHY is emulated.
Signed-off-by: Subbaraya Sundeep
---
MAINTAINERS| 2 +
hw/net/Makefile.objs | 1 +
hw/net/msf2-emac.c | 556 ++
From: Subbaraya Sundeep
This patch set emulates Ethernet MAC block
present in Microsemi SmartFusion2 SoC.
Testing:
1. Download u-boot.bin, uImage and msf2-devkit.dtb from
https://github.com/Subbaraya-Sundeep/qemu-test-binaries.git
2. Copy uImage and msf2-devkit.dtb to suitable Qemu tftp dire
22 matches
Mail list logo