-
-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WiP - Talos II - Add tg3 ethernet driver to be useable under Heads #1363
base: master
Are you sure you want to change the base?
WiP - Talos II - Add tg3 ethernet driver to be useable under Heads #1363
Conversation
…oot drivers Signed-off-by: Krystian Hebel <[email protected]>
Signed-off-by: Krystian Hebel <[email protected]>
…efconfig Signed-off-by: Krystian Hebel <[email protected]>
Signed-off-by: Krystian Hebel <[email protected]>
Signed-off-by: Krystian Hebel <[email protected]>
BMC awaits this message before it takes control over CPU fans speed. Signed-off-by: Krystian Hebel <[email protected]>
Signed-off-by: Krystian Hebel <[email protected]>
config/linux-talos-2.config: add tg3 and remove all other unneeded network modules, savedefconfig format board/talos-2: add tg3 build requirement modules/linux: add tg3 variable check to build tg3 module init/network-init-recovery: add tg3 in module list to be loaded if found under initrd Note that current linux config changes (make savedefconfig) shows weird discrepencies against origin. Only added and relevant stuff here is network support with tg3.ko, which is now successfully added under initrd
Build happening at https://app.circleci.com/pipelines/github/tlaurion/heads/1583/workflows/13322243-46ba-4ead-9bbd-034a4a06bcd3 for a33cc67 (Why there is no CircleCI output here is unknown, seems like Github and CircleCI still have communication issues. Earlier today, CircleCI was unable to download Github tarballs again, just like last week). Edit: now github+circleCI communicated. Delay of like 10 minutes. Weird, but not surprising. |
t3g seems to have external dependencies, module doesn't load. Will get back into this later, wanted a quick way to just have Heads download CircleCI tgz archive to flash internally from now on to further test things with user keyring and user settings (debug enablement) following instead of the added multiple steps needed to flash from bmc and then inject public key and user.config overrides... Later. Trace: goal was to add NetXtreme BCM5719 Gigabit Ethernet so that network-init could obtain dhcp and then wget single file to be flashed by flash.sh pointing to it. More work to finish this then to continue manual tests for the moment, will get back at this when 20% 80% ratio is on. |
This is new for 4.17+ |
Firmware is missing under Heads kernel for the driver to succeed. |
Local build pushed to talos gives:
Something seems fishy with local buildsystem.
When compiling coreboot:
Where 47bd80a also doesn't prevent coreboot's buildstack to be rebuilt on each board's build... Will edit this PR later and put as draft for now. Goal is to have CircleCI roms to test and have discussions on CircleCI produced logs on clean build (modules changed by this PR, which will make CircleCI reuse musl-cross-make+coreboot buildstack cache reused and build everything else from scratch).
This is #1313 rabased on master now including merged #1362 with added tg3 ethernet modules build requirements.