summaryrefslogtreecommitdiff
path: root/hook-functions
AgeCommit message (Expand)Author
2020-05-23hook-functions: Add modules needed for Pinebook LCD display.Vagrant Cascadian
2020-04-28hook-functions: Search for firmware under /lib/firmware/updatesAP
2020-03-30hook-functions: Don't add backlight modules if we have generic fb deviceBen Hutchings
2020-03-30hook-functions: Factor out device class walking into a functionBen Hutchings
2020-01-30hook-functions: copy_exec: Correct verbose log message for symlinksBen Hutchings
2020-01-30hook-functions: copy_exec: Copy libgcc_s.so.0 along with libpthread.soBen Hutchings
2020-01-30Document copy_exec as usable for shared librariesBen Hutchings
2020-01-18hook-functions: Drop ext4dev from filesystem module listBen Hutchings
2020-01-11hook-functions: Add f2fs as base in auto_add_modulesRomain Perier
2019-11-19hook-functions: preloaded libraries should not end up in the initramfsJohannes 'josch' Schauer
2019-10-27Merge branch 'rockchip-io-domain-for-dwmmc' into 'master'Ben Hutchings
2019-10-08hook-functions: Include modules for Chromebook Plus displayAlper Nebi Yasak
2019-10-08hook-functions: Handle dw_mmc-rockchip hidden dependency on rockchip-io-domainAlper Nebi Yasak
2019-08-11hook-functions: Handle spi-rockchip hidden dependency on pl330Alper Nebi Yasak
2019-07-28hook-functions: Fix copy_file with target of "/bin"Ben Hutchings
2019-05-04hook-functions: Include cros_ec_spi and SPI drivers when MODULES=mostBen Hutchings
2019-05-04hook-functions: Include all keyboard driver modules when MODULES=mostBen Hutchings
2019-04-30hook-functions: Include extcon drivers when MODULES=depAlper Nebi Yasak
2019-04-30hook-functions: Include extcon-usbc-cros-ec when MODULES=mostAlper Nebi Yasak
2019-02-06Move usage function for mkinitramfs out of hook-functionsBen Hutchings
2019-02-05Print warnings and errors in initramfs generation consistentlyBen Hutchings
2019-02-04hook-functions: Avoid symlinks that conflict with usr-merge in copy_fileBen Hutchings
2019-02-04hook-functions: Remove an obsolete FIXMEBen Hutchings
2018-12-18Disable shellcheck for desired behaviourBenjamin Drung
2018-12-18Fix (nearly) all issues found by shellcheckBenjamin Drung
2018-07-26hook-functions: Add support for compressed module filesBen Hutchings
2018-07-26hook-functions: Quote exclusions in copy_modules_dirBen Hutchings
2018-07-18mkinitramfs(8), hook-functions: Correct references to "ramdisk"Ben Hutchings
2018-07-18hook-functions: Handle nvme hidden dependency on vmdBen Hutchings
2018-07-18hook-functions: Handle i8042 hidden dependency on psmouseBen Hutchings
2018-07-18hook-functions: Check modules.builtin in hidden_dep_add_modulesBen Hutchings
2018-07-18hook-functions: Remove directory information from hidden_dep_add_modulesBen Hutchings
2018-07-18hook-functions: Correct the comment above hidden_dep_add_modulesBen Hutchings
2018-07-18Include the axp20x_usb_power module in the base modules list for MODULES=mostKarsten Merker
2018-05-29Fix config directory in error messageBenjamin Drung
2018-05-29Add mlx4 and mlx5 InfiniBand modules to hidden_dep_add_modulesBenjamin Drung
2017-12-18auto_add_modules: add mfd for MODULES==mostRiku Voipio
2016-12-15auto_add_modules: Add all I2C bus and mux drivers when MODULES=mostBen Hutchings
2016-12-08hook-functions: Make copy_file return 0 on creating a link to an existing fileBen Hutchings
2016-05-29Revert "hook-functions: Add detached module signatures if present"Ben Hutchings
2016-04-17auto_add_modules: Include all bus driver modulesBen Hutchings
2016-04-17auto_add_modules: Include most USB host driversBen Hutchings
2016-04-16hook-functions: Create ORDER files even if there are no valid scriptsBen Hutchings
2016-04-05hook-functions: Add detached module signatures if presentBen Hutchings
2016-02-11hook-functions: Dereference links when looking up block device numberBen Hutchings
2016-01-23copy_file: Skip duplicating symlink if it points to the target fileBen Hutchings
2016-01-21hook-functions: Stop force-loading drivers found through sysfs when MODULES=depBen Hutchings
2016-01-21hook-functions: Include modules for resume partition when MODULES=depBen Hutchings
2016-01-21hook-functions: Clean up split between dep_add_modules and dep_add_modules_mountBen Hutchings
2016-01-21Merge branch 'benh/keyboard-fixes'Ben Hutchings