Changeset c4108e5


Ignore:
Timestamp:
12/05/2023 11:30:10 PM (6 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
d60b247
Parents:
44d31a7 (diff), 31a9142 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Location:
chapter10
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r44d31a7 rc4108e5  
    306306
    307307      <varlistentry>
    308         <term><parameter>Framebuffer Console support</parameter></term>
    309         <listitem>
    310           <para>This is needed to display the Linux console on a frame
    311           buffer device.  To allow the kernel to print debug messages at an
    312           early boot stage, it shouldn't be built as a kernel module
    313           unless an initramfs will be used. And, if
    314           <option>CONFIG_DRM</option> (Direct Rendering Manager) is enabled,
    315           it's likely <option>CONFIG_DRM_FBDEV_EMULATION</option> (Enable
    316           legacy fbdev support for your modesetting driver) should be
    317           enabled as well.</para>
     308        <term>
     309          <parameter>
     310            Enable legacy fbdev support for your modesetting driver
     311          </parameter> and
     312          <parameter>Framebuffer Console support</parameter>
     313        </term>
     314        <listitem>
     315          <para>These are needed to display the Linux console on a
     316          GPU driven by a DRI (Direct Rendering Infrastructure) driver.
     317          If <option>CONFIG_DRM</option> (Direct Rendering Manager) is
     318          enabled, you should enable these two options as well or you'll see
     319          a blank screen once the DRI driver is loaded.</para>
    318320        </listitem>
    319321      </varlistentry>
  • chapter10/kernel/Makefile

    r44d31a7 rc4108e5  
    2020        touch s-kernel-version
    2121
    22 %.xml: %.toml kernel-config.py kernel_version.py kernel.version
     22%.xml.tmp: %.toml kernel-config.py kernel_version.py kernel.version
    2323        ./kernel-config.py $(KERNEL_TREE) $< > $@
     24
     25%.xml: %.xml.tmp
     26        mv $< $@
  • chapter10/kernel/highmem.xml

    r44d31a7 rc4108e5  
    66<screen role="nodump"><emphasis role='blue'>P</emphasis>rocessor type and features ---&gt;
    77  H<emphasis role='blue'>i</emphasis>gh Memory Support ---&gt;
    8     (X) <emphasis role='blue'>6</emphasis>4GB                                                        [HIGHMEM64G]</screen>
     8    (X) 64<emphasis role='blue'>G</emphasis>B                                                        [HIGHMEM64G]</screen>
  • chapter10/kernel/kernel-config.py

    r44d31a7 rc4108e5  
    186186            elif line.startswith('endif'):
    187187                if_stack = if_stack[:-1]
     188
     189    if config_buf:
     190        r += [parse_config(config_buf)]
     191
    188192    return r
    189193
     
    260264        title = title[:rem - 3] + '...'
    261265
    262     b = title.lstrip('YyMmNnHh')
     266    b = title.lstrip('YyMmNnHh.' + "".join(map(str, range(10))))
    263267    a = title[:len(title) - len(b)]
    264268    b0 = "<emphasis role='blue'>" + escape(b[0]) + "</emphasis>"
  • chapter10/kernel/kernel.version

    r44d31a7 rc4108e5  
    1 6.4.8
     16.6.3
  • chapter10/kernel/systemd.toml

    r44d31a7 rc4108e5  
    1414DEVTMPFS='*'
    1515DEVTMPFS_MOUNT='*'
    16 FB='*'
    17 FRAMEBUFFER_CONSOLE='*'
    18 
     16DRM=' *M'
    1917AUDIT=' '
    2018NET='*'
     
    2927
    3028revision='systemd'
     29
     30[DRM_FBDEV_EMULATION]
     31value = ' *'
     32comment = 'If [DRM] is selected as * or M, this must be selected'
     33
     34[FRAMEBUFFER_CONSOLE]
     35value = ' *'
     36comment = 'If [DRM] is selected as * or M, this must be selected'
  • chapter10/kernel/systemd.xml

    r44d31a7 rc4108e5  
    4242    [*] <emphasis role='blue'>E</emphasis>xport DMI identification via sysfs to userspace                 [DMIID]
    4343  <emphasis role='blue'>G</emphasis>raphics support ---&gt;
    44     <emphasis role='blue'>F</emphasis>rame buffer Devices ---&gt;
    45       &lt;*&gt; <emphasis role='blue'>S</emphasis>upport for frame buffer devices ---&gt;                             [FB]
     44    &lt; /*/M&gt; <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
     45                                                                      ...  [DRM]
     46    # If [DRM] is selected as * or M, this must be selected:
     47    [ /*]   <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
     48                                                      ...  [DRM_FBDEV_EMULATION]
    4649    <emphasis role='blue'>C</emphasis>onsole display driver support ---&gt;
    47       [*] <emphasis role='blue'>F</emphasis>ramebuffer Console support                      [FRAMEBUFFER_CONSOLE]
     50      # If [DRM] is selected as * or M, this must be selected:
     51      [ /*] <emphasis role='blue'>F</emphasis>ramebuffer Console support                    [FRAMEBUFFER_CONSOLE]
    4852
    4953<emphasis role='blue'>F</emphasis>ile systems ---&gt;
  • chapter10/kernel/sysv.toml

    r44d31a7 rc4108e5  
    1313DEVTMPFS='*'
    1414DEVTMPFS_MOUNT='*'
    15 FB='*'
    16 FRAMEBUFFER_CONSOLE='*'
     15DRM=' *M'
    1716
    1817revision='sysv'
     18
     19[DRM_FBDEV_EMULATION]
     20value = ' *'
     21comment = 'If [DRM] is selected as * or M, this must be selected'
     22
     23[FRAMEBUFFER_CONSOLE]
     24value = ' *'
     25comment = 'If [DRM] is selected as * or M, this must be selected'
  • chapter10/kernel/sysv.xml

    r44d31a7 rc4108e5  
    3030                                                           ...  [DEVTMPFS_MOUNT]
    3131  <emphasis role='blue'>G</emphasis>raphics support ---&gt;
    32     <emphasis role='blue'>F</emphasis>rame buffer Devices ---&gt;
    33       &lt;*&gt; <emphasis role='blue'>S</emphasis>upport for frame buffer devices ---&gt;                             [FB]
     32    &lt; /*/M&gt; <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
     33                                                                      ...  [DRM]
     34    # If [DRM] is selected as * or M, this must be selected:
     35    [ /*]   <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
     36                                                      ...  [DRM_FBDEV_EMULATION]
    3437    <emphasis role='blue'>C</emphasis>onsole display driver support ---&gt;
    35       [*] <emphasis role='blue'>F</emphasis>ramebuffer Console support                      [FRAMEBUFFER_CONSOLE]</screen>
     38      # If [DRM] is selected as * or M, this must be selected:
     39      [ /*] <emphasis role='blue'>F</emphasis>ramebuffer Console support                    [FRAMEBUFFER_CONSOLE]</screen>
Note: See TracChangeset for help on using the changeset viewer.