Stephen Longfield
|
93c9678de9
hw/net: Fix read of uninitialized memory in imx_fec.
|
2 年之前 |
Dr. David Alan Gilbert
|
118d4ed045
Trivial: 3 char repeat typos
|
3 年之前 |
Philippe Mathieu-Daudé
|
ba06fe8add
dma: Let dma_memory_read/write() take MemTxAttrs argument
|
5 年之前 |
Guenter Roeck
|
f607dce2ed
hw/net/imx_fec: return 0xffff when accessing non-existing PHY
|
4 年之前 |
Bin Meng
|
f574633529
net: checksum: Introduce fine control over checksum type
|
4 年之前 |
Jean-Christophe Dubois
|
461c51ad42
Add a phy-num property to the i.MX FEC emulator
|
5 年之前 |
Jean-Christophe Dubois
|
8095508a9d
hw/net/imx_fec: Convert debug fprintf() to trace events
|
5 年之前 |
Philippe Mathieu-Daudé
|
8e5c952b37
hw: Remove unnecessary DEVICE() cast
|
5 年之前 |
Philippe Mathieu-Daudé
|
b8c4b67e3e
hw/net: Make NetCanReceive() return a boolean
|
5 年之前 |
Chen Qun
|
a510d0c1cd
hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
|
5 年之前 |
Marc-André Lureau
|
4f67d30b5e
qdev: set properties with device_class_set_props()
|
5 年之前 |
Philippe Mathieu-Daudé
|
7c45c1d3c0
hw/net/imx_fec: Remove unuseful FALLTHROUGH comments
|
5 年之前 |
Philippe Mathieu-Daudé
|
174c556c1b
hw/net/imx_fec: Rewrite fall through comments
|
5 年之前 |
Peter Maydell
|
afd7605393
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816' into staging
|
6 年之前 |
Aaron Hill
|
88e1b59ee3
Set ENET_BD_BDU in I.MX FEC controller
|
6 年之前 |
Markus Armbruster
|
a27bd6c779
Include hw/qdev-properties.h less
|
6 年之前 |
Markus Armbruster
|
d645427057
Include migration/vmstate.h less
|
6 年之前 |
Markus Armbruster
|
64552b6be4
Include hw/irq.h a lot less
|
6 年之前 |
Markus Armbruster
|
0b8fa32f55
Include qemu/module.h where needed, drop it from qemu-common.h
|
6 年之前 |
Guenter Roeck
|
6461d7e267
fsl-imx6: Swap Ethernet interrupt defines
|
7 年之前 |
Jean-Christophe Dubois
|
1b58d58f76
i.MX: Fix FEC/ENET receive funtions
|
7 年之前 |
Andrey Smirnov
|
831858ad9d
imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register file
|
7 年之前 |
Andrey Smirnov
|
894d74cc4f
imx_fec: Fix a typo in imx_enet_receive()
|
7 年之前 |
Andrey Smirnov
|
52cfd5846b
imx_fec: Use correct length for packet size
|
7 年之前 |
Andrey Smirnov
|
f93f961c40
imx_fec: Add support for multiple Tx DMA rings
|
7 年之前 |
Andrey Smirnov
|
ebdd8cddb9
imx_fec: Emulate SHIFT16 in ENETx_RACC
|
7 年之前 |
Andrey Smirnov
|
4c5e7a6cda
imx_fec: Use MIN instead of explicit ternary operator
|
7 年之前 |
Andrey Smirnov
|
ff9a7feeab
imx_fec: Use ENET_FTRL to determine truncation length
|
7 年之前 |
Andrey Smirnov
|
7bac20dc51
imx_fec: Move Tx frame buffer away from the stack
|
7 年之前 |
Andrey Smirnov
|
b2b012afdd
imx_fec: Change queue flushing heuristics
|
7 年之前 |