summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/include/storage
Commit message (Expand)AuthorAgeFilesLines
* libpayload/storage: Add NVMe driverThomas Heijligen2021-04-072-0/+15
* libpayload/storage/ahci: Use pci_dev struct in ahci_initialize()Felix Singer2020-10-201-1/+3
* libpayload/storage/ahci: Use pacc pointer to read device classFelix Singer2020-10-201-1/+1
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-213-6/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-114-4/+0
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-1/+1
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-301-1/+1
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-1/+1
* libpayload: Export device count in storage interfacePatrick Georgi2012-11-141-0/+1
* libpayload: New AHCI, ATA and ATAPI driversNico Huber2012-10-274-0/+267