]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: Update coreboot's CI information
authorSimon Glass <sjg@chromium.org>
Mon, 14 Oct 2024 22:32:06 +0000 (16:32 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 18 Oct 2024 20:10:22 +0000 (14:10 -0600)
This is in the Dockerfile now, so update this section of the docs.

Signed-off-by: Simon Glass <sjg@chromium.org>
doc/board/coreboot/coreboot.rst

index 7154f59c3741d34eda0ea72989a8c21dee19272b..a177265c16eb97e1dbf9b0f0b55521aafc724ab7 100644 (file)
@@ -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``