Commit Graph

16 Commits

Author SHA1 Message Date
84c45ec235 libconfig fix parse_config 2024-07-30 14:03:26 +08:00
87cfff9070 sd reader temp changes 2024-07-30 14:00:49 +08:00
83959b2691 libconfig rewrites 2024-07-30 10:59:46 +08:00
a11d94f959 sd_reader: transition away core-io 2024-07-29 16:33:03 +08:00
79bd73a254 remove core_io dep 2024-07-29 15:41:21 +08:00
56c27e98e4 config: add "fat_lfn" feature 2022-04-07 15:44:07 +08:00
f496da4f3e config: create config dir if not present 2022-04-06 16:17:35 +08:00
43e0440911 Kasli-SoC: Get MAC address from EEPROM (#90)
Co-authored-by: mwojcik <mw@m-labs.hk>
Co-committed-by: mwojcik <mw@m-labs.hk>
2022-03-07 18:01:44 +08:00
500472b2a8 add feature target_kasli_soc to libsupport_zynq, libconfig, experiments, szl, default.nix 2020-11-19 19:41:38 +01:00
07f161d9d8 libconfig: fix ipv6 address configuration key 2020-11-18 10:47:48 +08:00
0714162113 rename target_cora_z7_10 to target_coraz7 globally 2020-11-13 17:56:47 +01:00
d623913535 libconfig: fixed szl build.
to_lowercase would handle unicode which causes a huge increase in rodata
size, we have to use to_ascii_lowercase.
2020-11-04 20:47:40 +08:00
0efc7a616f libconfig: implemented config write
Config write and config remove are now implemented.
Config keys are now treated case insensitively, which is consistence to
the filesystem behavior.
BOOT.BIN can be replaced by setting the config key "boot".
2020-10-30 16:11:18 +08:00
22833ef0c6 libconfig/sd_reader: added FAT16_LBA ID 2020-10-17 13:37:18 +08:00
80d12d5780 libconfig: make default IP/MAC depend on board 2020-10-14 12:53:32 +08:00
7360984efb add libconfig, libcoreio, szl from artiq-zynq a277e89b3ad; update dependencies 2020-09-09 17:56:50 +08:00