Commit Graph

12 Commits (mac_from_eeprom)

Author SHA1 Message Date
mwojcik 20bb50931c libconfig: remove "no_i2c" feature, opt-level 's' 2022-03-07 17:51:32 +08:00
mwojcik c52de6b2d7 add no_i2c feature for szl to fit in ocm 2022-03-07 15:56:23 +08:00
mwojcik ce6589c017 net_settings: fix typo in fn name (get_addresses) 2022-03-07 15:29:37 +08:00
mwojcik 84bbf00128 net_settings: read mac from eeprom for kasli-soc 2022-03-07 15:28:22 +08:00
Astro 500472b2a8 add feature target_kasli_soc to libsupport_zynq, libconfig, experiments, szl, default.nix 2020-11-19 19:41:38 +01:00
Sebastien Bourdeauducq 07f161d9d8 libconfig: fix ipv6 address configuration key 2020-11-18 10:47:48 +08:00
Astro 0714162113 rename target_cora_z7_10 to target_coraz7 globally 2020-11-13 17:56:47 +01:00
pca006132 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
pca006132 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
pca006132 22833ef0c6 libconfig/sd_reader: added FAT16_LBA ID 2020-10-17 13:37:18 +08:00
Sebastien Bourdeauducq 80d12d5780 libconfig: make default IP/MAC depend on board 2020-10-14 12:53:32 +08:00
Sebastien Bourdeauducq 7360984efb add libconfig, libcoreio, szl from artiq-zynq a277e89b3ad; update dependencies 2020-09-09 17:56:50 +08:00