pca006132
ae244082ed
more cpu options
2020-09-07 16:13:51 +08:00
Sebastien Bourdeauducq
66c66447dd
fix some compilation warnings
2020-09-06 00:17:59 +08:00
pca006132
a73df780d0
libboard_zynq/slcr: fixed boot mode pins value
...
Notice that the bits in the table in UG585 are out of order.
2020-08-31 12:35:11 +08:00
pca006132
e73ec731aa
libboard_zynq/smoltcp: default without ipv6 support
...
SZL netboot binary size too large with ipv6.
We can enable the ipv6 support in the runtime crate instead.
2020-08-31 12:07:20 +08:00
Sebastien Bourdeauducq
273f9ea72b
libboard_zynq/eth: fix comment
2020-08-24 21:47:10 +08:00
pca006132
671968bac3
libboard_zynq/eth: fixed tx lost packet
2020-08-24 15:51:01 +08:00
pca006132
bb09d25378
libboard_zynq/ethernet: ethernet fix and config
2020-08-21 13:34:02 +08:00
Astro
b268fe015a
stdio::drop_uart(): add delay
2020-08-17 19:38:41 +02:00
Harry Ho
1a96a7550a
libboard_zynq: make RegisterBlock constructors more consistent
2020-08-13 14:49:26 +08:00
Harry Ho
36947104e3
libboard_zynq: make constructor names more consistent
2020-08-13 13:31:53 +08:00
Harry Ho
11089d8a64
i2c: delete dead code
2020-08-12 16:51:25 +08:00
Harry Ho
76a4cac873
i2c: disable its usage on Cora Z7-10
2020-08-10 14:24:13 +08:00
Harry Ho
4614ed1371
i2c: simplify ctor_common()
2020-08-08 10:06:11 +08:00
Harry Ho
16b2df91ca
i2c: fix GPIO register mapping, I2C control & EEPROM write operations
2020-08-07 11:10:18 +08:00
Harry Ho
f7d3135ec7
i2c: implement EEPROM operations; add CountDown waiting indication
2020-08-05 20:10:30 +08:00
Harry Ho
c60230af25
i2c: implement basic i2c bitbanging
2020-08-05 17:35:33 +08:00
Sebastien Bourdeauducq
a36a82d86d
reduce ethernet verbosity
2020-08-04 22:15:01 +08:00
pca006132
2927c43309
libboard_zynq/gic: refactored and added SGI functions.
2020-08-03 12:35:17 +08:00
Astro
187801c4a7
gic: start implementation
2020-08-03 12:35:17 +08:00
pca006132
91ece367f2
libboard_zynq/mpcore: added generated register definitions
2020-08-03 12:35:17 +08:00
Astro
1f05e6977e
eth::phy: replace ExtendedStatus with PSSR
2020-07-29 21:49:18 +02:00
Astro
e408a8b22d
eth::phy::extended_status: fix cap_1000base_x_full() bit position
2020-07-29 21:29:28 +02:00
Astro
27effb6257
eth::phy: s/Marvel/Marvell/
2020-07-29 20:08:38 +02:00
Astro
de5f605d60
eth: refactor peripheral instance into type parameter, improve clock setup
2020-07-29 19:45:01 +02:00
Astro
ef4fb598fb
ddr: improve dci divisors calculation
2020-07-28 00:43:33 +02:00
Astro
f36b1a610e
timer::global: wrap us in Microseconds, impl embedded_hal blocking delay traits
2020-07-22 23:41:15 +02:00
Astro
7f45d10af3
timer::global::CountDown: fix delaying from "up to" to "at least" the timespan
2020-07-22 22:43:10 +02:00
Astro
855d94c48e
dmac: remove unused module
2020-07-20 19:42:32 +02:00
Sebastien Bourdeauducq
f8785c3f07
fix some compilation warnings
2020-07-19 15:39:08 +08:00
Astro
484e385160
eth: implement DeviceCapabilities.max_burst_size
...
this is a hint that /could/ boost TCP performance.
2020-07-16 00:17:13 +02:00
Sebastien Bourdeauducq
371e59cef5
libboard_zynq: add fpgax_clk_ctrl registers
2020-07-07 19:37:51 +08:00
Astro
e4e7141bf3
ddr: delint
2020-07-06 19:46:18 +02:00
Sebastien Bourdeauducq
0c60d684e4
slcr: remove soft reset
...
Does not work and probably difficult to get to work.
2020-07-06 13:06:10 +08:00
Sebastien Bourdeauducq
21c0c5cbc8
Revert "simplify ps7_init"
...
What the simplified ps7_init does can now be reproduced by the DDRC driver.
On the other hand, we are still experiencing crazy Zynq instability issues, so keep the original ps7_init around for debugging.
This reverts commit 9fcf9243f2
.
2020-07-06 11:55:04 +08:00
pca006132
90904634cd
DDR: fixed register write.
...
Previously it writes `0x20066`, while the ps7_init set it to be
`0x200066`, notice the 1 more 0.
This should perform the same writes to the registers, so we do not have
to apply the ps7_init in artiq_zynq.
2020-07-06 11:46:37 +08:00
Sebastien Bourdeauducq
ae4d3e2455
smoltcp: enable IPv6
2020-07-06 11:30:48 +08:00
Sebastien Bourdeauducq
9fcf9243f2
simplify ps7_init
2020-07-06 00:52:40 +08:00
Astro
f0697c3ec3
ddr: implement additional configuration
2020-07-03 02:20:10 +02:00
Astro
b2c707d543
ddr: remove superfluous `_reg` from register names
2020-07-03 02:20:10 +02:00
Astro
c0e66a632c
ps7_init: move from experiments to libboard_zynq
2020-06-25 01:40:42 +02:00
Astro
b33ccf83ba
eth: doc
2020-06-18 18:07:50 +02:00
Astro
a80a2c67ef
eth: put desc list behind UncachedSlice, invalidate buffers, add barriers
2020-06-18 01:28:29 +02:00
pca006132
98f5099684
removed newline character
2020-06-16 17:36:01 +08:00
pca006132
2c3fa991ad
implemented display trait for errors
2020-06-16 17:36:01 +08:00
pca006132
2c14a2a1a2
fixed global timer reset
2020-06-16 17:31:37 +08:00
pca006132
191da7c959
Added Copy trait for Milliseconds struct.
2020-06-16 14:56:29 +08:00
pca006132
d52466cacf
DevC driver refactored.
2020-06-16 14:55:53 +08:00
pca006132
a17a5d2925
sdcard: Changed some debug to trace.
2020-06-15 16:54:30 +08:00
pca006132
e0f26871db
devc working!
2020-06-15 16:07:31 +08:00
Sebastien Bourdeauducq
82ec1ba7a7
sdio: better logging
2020-06-13 16:31:25 +08:00