heads/unmaintained_boards
Thierry Laurion 6385a95368
merge linuxboot/heads master, adapt boards and linux configs
Made sure all linux configs are in good oldconfig state by:
docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:v0.2.3

find ./boards/ -type f | awk -F "/" {'print $3'} | sort | uniq | while read board; do make BOARD=$board linux.modify_and_save_oldconfig_in_place; done

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2024-10-30 14:37:45 -04:00
..
UNMAINTAINED_p8z77-m_pro-tpm1-hotp-maximized Move boards/UNTESTED_* boards to untested_boards/UNMAINTAINED_*, remove them from CircleCI, add Makefile helper and document untested_boards/README.md 2024-03-25 16:05:57 -04:00
UNMAINTAINED_p8z77-m_pro-tpm1-maximized most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_qemu-linuxboot flash.sh: FLASHROM_OPTIONS->FLASH_OPTIONS: require FLASH_OPTIONS to specify flash program in board configs 2024-10-29 08:58:09 -04:00
UNMAINTAINED_t420 most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_t430-hotp-legacy most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_t430-legacy most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_t430-legacy-flash most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_t520-hotp-maximized most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_t520-maximized most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_t530-dgpu-hotp-maximized most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_t530-dgpu-maximized most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_w530-dgpu-K1000m-hotp-maximized most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_w530-dgpu-K1000m-maximized most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_w530-dgpu-K2000m-hotp-maximized most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_w530-dgpu-K2000m-maximized most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_x220 most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_x230-hotp-legacy most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_x230-legacy most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNMAINTAINED_x230-legacy-flash most boards: bump kernel version from 5.10.5 to 6.1.8 2024-10-30 09:59:28 -04:00
UNTESTED_leopard flash.sh: FLASHROM_OPTIONS->FLASH_OPTIONS: require FLASH_OPTIONS to specify flash program in board configs 2024-10-29 08:58:09 -04:00
UNTESTED_r630 flash.sh: FLASHROM_OPTIONS->FLASH_OPTIONS: require FLASH_OPTIONS to specify flash program in board configs 2024-10-29 08:58:09 -04:00
UNTESTED_s2600wf flash.sh: FLASHROM_OPTIONS->FLASH_OPTIONS: require FLASH_OPTIONS to specify flash program in board configs 2024-10-29 08:58:09 -04:00
UNTESTED_tioga flash.sh: FLASHROM_OPTIONS->FLASH_OPTIONS: require FLASH_OPTIONS to specify flash program in board configs 2024-10-29 08:58:09 -04:00
UNTESTED_winterfell flash.sh: FLASHROM_OPTIONS->FLASH_OPTIONS: require FLASH_OPTIONS to specify flash program in board configs 2024-10-29 08:58:09 -04:00
x230-hotp-legacy cryptsetup2 toolstack version bump and script fixes to support multi-LUKS containers (BTRFS QubesOS 4.2) 2024-10-30 14:18:20 -04:00
x230-legacy cryptsetup2 toolstack version bump and script fixes to support multi-LUKS containers (BTRFS QubesOS 4.2) 2024-10-30 14:18:20 -04:00
x230-legacy-flash cryptsetup2 toolstack version bump and script fixes to support multi-LUKS containers (BTRFS QubesOS 4.2) 2024-10-30 14:18:20 -04:00
README.md Update README.md : cherry-pick of PR #1696's commit with me signing. 2024-07-22 15:21:56 -04:00

Boards listed under this directory are not made available from CircleCI. No .rom file is available for endusers. This is protecting as good as possible regular endusers from having to open up their devices and having to own a SPI-clip and a external flasher. After core changes in coreboot or heads, known testers with external flasher are asked to test a new release and report if their system is starting up fine. If those known testers do not respond, a .rom id made available from CircleCI to the public with addition in filename UNTESTED_ . This invite people with external flasher that could recover a not booting system to report if the release is working fine. Warning: Do not try to use UNTESTED_ images if you do not have a external flasher.

After about a month passes by and there is still no report if the system is starting up fine with the new release, the device is moved to this directory to stop building UNTESTED_ images. Reason for this is because there are always users ignoring all warnings and then asking questions like how to recover a not starting system without external programmer.

To get a device out of this directory and make it at available from CircleCI again, open up a issue here https://github.com/linuxboot/heads/issues and ask for a build for the specific device you like to test or build it youself. When building it yourself, please dont forget to report a working state.

The additional name UNMAINTAINED_ is added to the device name, when maintanance is known needed. When device is UNTESTED_ and someone test and report a not booting image, the device get as soon as possibe moved to this directory and changed from UNTESTED_ to UNMAINTAINED_. Its then tested and not working.

When a device have just the addition UNMAINTAINED_ but is not in this directory and there are CircleCI .rom files available to the endusers, then its tested starting up the system but have some problems like for example not working Network card and there is no maintainer to fix the problem. If a UNMAINTAINED_ device dont get tested on a new release, it follow up the same UNTESTED_ procedure like described above and have UNMAINTAINED_UNTESTED_ in the name.