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

x230t : add hotp/non-hotp variant and specialized coreboot config, add x230t to BOARD_TESTERS.md #1791

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 11, 2024

  1. x230t : add hotp/non-hotp variant and specialized coreboot config, ad…

    …d x230t to BOARD_TESTERS.md
    
    Repro
    git checkout -b x230t_addition
    cp -r boards/x230-maximized/ boards/x230t-maximized
    cp -r boards/x230-hotp-maximized boards/x230t-hotp-maximized
    mv boards/x230t-hotp-maximized/x230-hotp-maximized.config boards/x230t-hotp-maximized/x230t-hotp-maximized.config
    mv boards/x230t-maximized/x230-maximized.config boards/x230t-maximized/x230t-maximized.config
    cp config/coreboot-x230-maximized.config config/coreboot-x230t-maximized.config
    vim boards/x230t-maximized/x230t-maximized.config
    vim boards/x230t-hotp-maximized/x230t-hotp-maximized.config
    docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=x230t-maximized coreboot.modify_and_save_oldconfig_in_place
    meld config/coreboot-x230t-maximized.config config/coreboot-x230-maximized.config
    docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=x230t-maximized coreboot.save_in_defconfig_format_in_place
    meld config/coreboot-x230t-maximized.config config/coreboot-x230-maximized.config
    docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=x230t-maximized coreboot.modify_and_save_oldconfig_in_place
    git add boards/x230t-hotp-maximized/x230t-hotp-maximized.config boards/x230t-maximized/x230t-maximized.config config/coreboot-x230t-maximized.config
    vim .circleci/config.yml
    git add .circleci/config.yml
    vim BOARD_TESTERS.md
    git add BOARD_TESTERS.md
    git commit --signoff -m
    git push --force tlaurion-github
    
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    537b4cb View commit details
    Browse the repository at this point in the history