Changeset 11876e8


Ignore:
Timestamp:
08/10/2023 05:49:11 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1
Children:
da584239
Parents:
c4b61b1
git-author:
Xi Ruoyao <xry111@…> (08/10/2023 03:52:00 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/10/2023 05:49:11 AM)
Message:

loongarch: kernel: Add EFI_ZBOOT (again)

Forgot to sync this when I merged trunk.

Location:
chapter10/kernel
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel/kernel.version

    rc4b61b1 r11876e8  
    1 6.4.8
     16.4.9
  • chapter10/kernel/systemd.toml

    rc4b61b1 r11876e8  
    1717FRAMEBUFFER_CONSOLE='*'
    1818
     19EFI_ZBOOT='*'
     20
    1921AUDIT=' '
    2022NET='*'
  • chapter10/kernel/systemd.xml

    rc4b61b1 r11876e8  
    4141  <emphasis role='blue'>F</emphasis>irmware Drivers ---&gt;
    4242    [*] <emphasis role='blue'>E</emphasis>xport DMI identification via sysfs to userspace                 [DMIID]
     43    <emphasis role='blue'>E</emphasis>FI (Extensible Firmware Interface) Support ---&gt;
     44      [*] <emphasis role='blue'>E</emphasis>nable the generic EFI decompressor                        [EFI_ZBOOT]
    4345  <emphasis role='blue'>G</emphasis>raphics support ---&gt;
    4446    <emphasis role='blue'>F</emphasis>rame buffer Devices ---&gt;
  • chapter10/kernel/sysv.toml

    rc4b61b1 r11876e8  
    1616FRAMEBUFFER_CONSOLE='*'
    1717
     18EFI_ZBOOT='*'
     19
    1820revision='sysv'
  • chapter10/kernel/sysv.xml

    rc4b61b1 r11876e8  
    2929    [*]   <emphasis role='blue'>A</emphasis>utomount devtmpfs at /dev, after the kernel mounted the rootfs
    3030                                                           ...  [DEVTMPFS_MOUNT]
     31  <emphasis role='blue'>F</emphasis>irmware Drivers ---&gt;
     32    <emphasis role='blue'>E</emphasis>FI (Extensible Firmware Interface) Support ---&gt;
     33      [*] <emphasis role='blue'>E</emphasis>nable the generic EFI decompressor                        [EFI_ZBOOT]
    3134  <emphasis role='blue'>G</emphasis>raphics support ---&gt;
    3235    <emphasis role='blue'>F</emphasis>rame buffer Devices ---&gt;
Note: See TracChangeset for help on using the changeset viewer.