Skip to content
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

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Apr 3, 2023

  1. patches/linux-5.5-openpower/0010: new patch for enabling Google coreb…

    …oot drivers
    
    Signed-off-by: Krystian Hebel <[email protected]>
    krystian-hebel authored and tlaurion committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    169dcf6 View commit details
    Browse the repository at this point in the history
  2. patches/linux-5.5-openpower/0011: patch to expose CBMEM as file

    Signed-off-by: Krystian Hebel <[email protected]>
    krystian-hebel authored and tlaurion committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    01b52c6 View commit details
    Browse the repository at this point in the history
  3. config/linux-talos-2.config: enable coreboot drivers and convert to d…

    …efconfig
    
    Signed-off-by: Krystian Hebel <[email protected]>
    krystian-hebel authored and tlaurion committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    c43d68c View commit details
    Browse the repository at this point in the history
  4. modules/coreboot: bump commit hash for Talos

    Signed-off-by: Krystian Hebel <[email protected]>
    krystian-hebel authored and tlaurion committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    8f50b4f View commit details
    Browse the repository at this point in the history
  5. config/coreboot-talos-2.config: update for new tree

    Signed-off-by: Krystian Hebel <[email protected]>
    krystian-hebel authored and tlaurion committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    79816d6 View commit details
    Browse the repository at this point in the history
  6. initrd/bin/talos-init: send IPL complete message to BMC

    BMC awaits this message before it takes control over CPU fans speed.
    
    Signed-off-by: Krystian Hebel <[email protected]>
    krystian-hebel authored and tlaurion committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    35bc62c View commit details
    Browse the repository at this point in the history
  7. initrd/bin/talos-init: add alias for cbmem

    Signed-off-by: Krystian Hebel <[email protected]>
    krystian-hebel authored and tlaurion committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    f773819 View commit details
    Browse the repository at this point in the history
  8. Talos II : add network support as loadable module (tg3)

    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
    tlaurion committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a33cc67 View commit details
    Browse the repository at this point in the history