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

t440p/w541 move to untested - coreboot configs: bump CONFIG_CBFS_SIZE=0x800000 -> 0xBE4FFF #1826

Merged
merged 2 commits into from
Oct 30, 2024

Commits on Oct 30, 2024

  1. t440p/w541 coreboot configs: bump CONFIG_CBFS_SIZE=0x800000 -> 0xBE4F…

    …FF (not sure why it was 8mb as opposed to all other 12mb opaque flash chips)
    
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    bdf00e7 View commit details
    Browse the repository at this point in the history
  2. t440p/w541: move to untested so that people don't flash those without…

    … external programmer for now
    
    repro:
    docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=w541-hotp-maximized board.move_tested_to_untested
    docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=w541-maximized board.move_tested_to_untested
    docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=t440p-hotp-maximized board.move_tested_to_untested
    docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=t440p-maximized board.move_tested_to_untested
    
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    fb975d0 View commit details
    Browse the repository at this point in the history