[roll] Roll fuchsia [kernel][x86][boot-shim] Add a IKCONFIG to the linuxboot boot-shim

Some emulators use extract-ikconfig to determine the architecture of the
boot-shim, therefore we must insert a very minimal IKCONFIG into the
boot-shim.

extract-ikconfig greps for IKCFG_ST to find the config in the kernel.

ikconfig.txt is the contents of the config, and it is gzipped to produce
ikconfig.gz. Because this file is so small we decided to check it in
instead of adding a gzip tool.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/812288
Original-Revision: 1251720fa5eecc1237b525d480ade8fa7028570c
GitOrigin-RevId: 3cde1bbe1b560b332913ad55fd8564d5b899981d
Change-Id: I177c9b91a6b050a8665680683cc13a08b99ac078
1 file changed
tree: f72343364dc998a999b08a1ac16dde7223f80fec
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.