Skip to content

Add Linux 5.4.5 #1554

Merged
merged 6 commits into from
Dec 20, 2019
Merged

Add Linux 5.4.5 #1554

merged 6 commits into from
Dec 20, 2019

Commits on Dec 19, 2019

  1. linux: Add version 5.4.5

    Linux 5.4 is a longterm series.
    
    > 5.4 	Greg Kroah-Hartman & Sasha Levin 	2019-11-24 	Dec, 2021
    
    Create the bee file with the commands below.
    
        $ git checkout 77f42bc -- linux-5.4-302.bee
        $ git mv linux-5.4-302.bee linux-5.4.4-305.bee
    pmenzel committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    06bcc14 View commit details
    Browse the repository at this point in the history
  2. linux-5.4.5: Compress bzImage with LZ4

    > LZ4 is an LZ77-type compressor with a fixed, byte-oriented encoding.
    > A preliminary version of LZ4 de/compression tool is available at
    > <https://code.google.com/p/lz4/>.
    >
    > Its compression ratio is worse than LZO. The size of the kernel
    > is about 8% bigger than LZO. But the decompression speed is
    > faster than LZO.
    pmenzel committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    a8df7b9 View commit details
    Browse the repository at this point in the history
  3. linux-5.4.5: Select DRM_AMDGPU_USERPTR

    > This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it
    > isn't already selected to enabled full userptr support.
    pmenzel committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    ff9bd99 View commit details
    Browse the repository at this point in the history
  4. linux-5.4.5: Select FB_SIMPLE

    > Say Y if you want support for a simple frame-buffer.
    >
    > This driver assumes that the display hardware has been initialized
    > before the kernel boots, and the kernel will simply render to the
    > pre-allocated frame buffer surface.
    >
    > Configuration re: surface address, size, and format must be provided
    > through device tree, or plain old platform data
    pmenzel committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    c20ea3f View commit details
    Browse the repository at this point in the history
  5. nvidia_current: Add version 440.44

    Add the latest [Long Lived Branch Version 440.44][1] to be able to build
    against Linux 5.4.
    
    [1]: https://www.nvidia.com/en-us/drivers/unix/
    pmenzel committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    5eb1b3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c60293 View commit details
    Browse the repository at this point in the history