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

Documentation/fw_dell_optiplex.md: update coreboot revision and coreboot-sdk revision #9

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Documentation/coreboot_config.dell_optiplex_7010_txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CONFIG_USE_OPTION_TABLE=y
CONFIG_VENDOR_DELL=y
CONFIG_BOARD_DELL_OPTIPLEX_9010=y
CONFIG_CBFS_SIZE=0x400000
CONFIG_ONBOARD_VGA_IS_PRIMARY=y
CONFIG_SEABIOS_PS2_TIMEOUT=3000
Expand Down
4 changes: 2 additions & 2 deletions Documentation/fw_dell_optiplex.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ correctly.
```bash
git clone https://review.coreboot.org/coreboot.git
cd coreboot
git checkout 4dba71fd25c91a9e610287c61238a8fe24452e4e
git checkout fa78ecacec2694753068a9e769a3d68d5dad2b62
git submodule update --init --checkout --recursive
```

Expand All @@ -32,7 +32,7 @@ correctly.
docker run --rm -it \
-v $PWD:/home/coreboot/coreboot \
-w /home/coreboot/coreboot \
coreboot/coreboot-sdk:0ad5fbd48d
coreboot/coreboot-sdk:2023-06-04_44f676afc9
```

- Build coreboot firmware:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This builds without errors, but I don't think Built dell/e6400 (Latitude E6400) is the expected result...

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay... New target landed upstream...

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expand Down
Loading