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

Add NovaCustom V540TU board #1846

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

Commits on Nov 22, 2024

  1. Add NovaCustom V540TU board

    Signed-off-by: Michał Kopeć <[email protected]>
    Signed-off-by: Thierry Laurion <[email protected]>
    mkopec authored and tlaurion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    674e28d View commit details
    Browse the repository at this point in the history
  2. .circleci/config.yml: include V540TU in CI

    Signed-off-by: Michał Kopeć <[email protected]>
    Signed-off-by: Thierry Laurion <[email protected]>
    mkopec authored and tlaurion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    503cdcd View commit details
    Browse the repository at this point in the history
  3. patches/coreboot-dasharo-unreleased: remove patches that are now pres…

    …ent upstream
    
    Signed-off-by: Michał Kopeć <[email protected]>
    Signed-off-by: Thierry Laurion <[email protected]>
    mkopec authored and tlaurion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    7343a3b View commit details
    Browse the repository at this point in the history
  4. config/coreboot-novacustom-v540tu.config: use published FSP

    Signed-off-by: Michał Kopeć <[email protected]>
    Signed-off-by: Thierry Laurion <[email protected]>
    mkopec authored and tlaurion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    fef81fc View commit details
    Browse the repository at this point in the history
  5. modules/coreboot: bump for added MemInfoHob.h

    Signed-off-by: Michał Kopeć <[email protected]>
    Signed-off-by: Thierry Laurion <[email protected]>
    mkopec authored and tlaurion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    1dac107 View commit details
    Browse the repository at this point in the history
  6. config/coreboot-novacustom-v540tu.config: enable LPSS UART

    Signed-off-by: Michał Kopeć <[email protected]>
    Signed-off-by: Thierry Laurion <[email protected]>
    mkopec authored and tlaurion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b68ffa1 View commit details
    Browse the repository at this point in the history
  7. modules/coreboot: bump for MTL LPSS UART

    Signed-off-by: Michał Kopeć <[email protected]>
    Signed-off-by: Thierry Laurion <[email protected]>
    mkopec authored and tlaurion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d567e0c View commit details
    Browse the repository at this point in the history
  8. WiP

    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a451231 View commit details
    Browse the repository at this point in the history
  9. WiP: patches/linux-6.11.9/0002-nmi-squelch.patch needs refactoring, r…

    …emoved
    
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b02c53d View commit details
    Browse the repository at this point in the history
  10. WiP: modules/linux: rename helper -linux.save_in_oldconfig_format_in_…

    …place -> +linux.save_in_olddefconfig_format_in_place, to be used for kernel version bump newly added defconfig under oldconfig (->olddefconfig)
    
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    05db114 View commit details
    Browse the repository at this point in the history
  11. config/linux-nitropad-x.config: save in oldconfig file new olddefconf…

    …ig changes without modification './docker_repro.sh make BOARD=novacustom-v540tu linux.save_in_olddefconfig_format_in_place'
    
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    510bc6e View commit details
    Browse the repository at this point in the history
  12. config/linux-nitropad-x.config: put =n to obvious options only, lot o…

    …f things changed, see notes in this commit. Saved in olddefconfig './docker_repro.sh make BOARD=novacustom-v540tu linux.save_in_olddefconfig_format_in_place'
    
    compare with : git difftool 510bc6e
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    1ef96dc View commit details
    Browse the repository at this point in the history
  13. config/coreboot-novacustom-v540tu.config: add kernel output in debug …

    …mode to ttyS0 (change accordingly)
    
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ae273a7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a141ebe View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. [WIP] NovaCustom V540TU

    - enable X2APIC to allow Linux to finish booting
    - enable serial console on LPSS UART
    
    Signed-off-by: Michał Kopeć <[email protected]>
    mkopec committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f832939 View commit details
    Browse the repository at this point in the history
  2. config/coreboot-novacustom-v540tu.config: disable debug console

    Signed-off-by: Michał Kopeć <[email protected]>
    mkopec committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    e039a60 View commit details
    Browse the repository at this point in the history
  3. boards/novacustom-v540tu/novacustom-v540tu.config: remove unneeded de…

    …bug options
    
    Signed-off-by: Michał Kopeć <[email protected]>
    mkopec committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    aeb7fc7 View commit details
    Browse the repository at this point in the history