diff options
author | Simon Glass <sjg@chromium.org> | 2024-10-14 16:32:06 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2024-10-18 14:10:22 -0600 |
commit | 424d537e70a056103608085e24cec56b77767b22 (patch) | |
tree | 3cfda7d33531823bc77ce8d18b8b70e21a398f14 | |
parent | 1903aa72ec443faa28a931da090ef379955d7e3f (diff) | |
download | u-boot-424d537e70a056103608085e24cec56b77767b22.tar.gz |
doc: Update coreboot's CI information
This is in the Dockerfile now, so update this section of the docs.
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | doc/board/coreboot/coreboot.rst | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/board/coreboot/coreboot.rst b/doc/board/coreboot/coreboot.rst index 7154f59c374..a177265c16e 100644 --- a/doc/board/coreboot/coreboot.rst +++ b/doc/board/coreboot/coreboot.rst @@ -181,16 +181,4 @@ coreboot in CI CI runs tests using a pre-built coreboot image. This ensures that U-Boot can boot as a coreboot payload, based on a known-good build of coreboot. -To update the `coreboot.rom` file which is used: - -#. Build coreboot with `CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y`. If using - `make menuconfig`, this is under - `Devices->Display->Framebuffer mode->Linear "high resolution" framebuffer`. - -#. Compress the resulting `coreboot.rom`:: - - xz -c /path/to/coreboot/build/coreboot.rom > coreboot.rom.xz - -#. Upload the file to Google drive - -#. Send a patch to change the file ID used by wget in the CI yaml files. +To update the `coreboot.rom` file which is used, see ``tools/Dockerfile`` |