Skip to content
Snippets Groups Projects
Select Git revision
  • 9ba4bcb645898d562498ea66a0df958ef0e7a68c
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

usr

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    P J P authored and Linus Torvalds committed
    When expert configuration option(CONFIG_EXPERT) is enabled, menuconfig
    offers a choice of compression algorithm to compress initial ramfs image;
    This choice is stored into CONFIG_RD_* variables.  But usr/Makefile uses
    earlier INITRAMFS_COMPRESSION_* macros to build initial ramfs file.  Since
    none of them is defined, resulting 'initramfs_data.cpio' file remains
    un-compressed.
    
    This patch updates the Makefile to use CONFIG_RD_* variables and adds
    support for LZ4 compression algorithm.  Also updates the
    'gen_initramfs_list.sh' script to check whether a selected compression
    command is accessible or not.  And fall-back to default gzip(1)
    compression when it is not.
    
    Signed-off-by: default avatarP J P <prasad@redhat.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    9ba4bcb6
    History
    Name Last commit Last update
    ..