Age | Commit message (Expand) | Author |
2020-11-09 | libpayload: storage.c: remove unneeded #if CONFIG() | Thomas Heijligen |
2020-10-20 | libpayload/storage/ahci: Use pci_dev struct in ahci_initialize() | Felix Singer |
2020-10-20 | libpayload/storage/ahci: Use pacc pointer to read device class | Felix Singer |
2020-10-19 | libpayload/storage: Enable STORAGE_64BIT_LBA | Felix Singer |
2020-10-19 | libpayload/storage: Enable all AHCI controllers by default | Felix Singer |
2020-09-21 | payloads: Drop unneeded empty lines | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | payloads: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2019-05-15 | libpayload: ahci: Prevent memory leaks when failing on init | Jacob Garber |
2019-04-11 | libpayload/storage: Add Apollo Lake AHCI ID to tested controllers | Nico Huber |
2019-03-07 | payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-11-16 | payloads/libpayload/drivers/storage: Get rid of void pointer math | Richard Spiegel |
2017-09-02 | libpayload/storage: Add Sunrise Point AHCI PCI id | Nico Huber |
2017-07-27 | libpayload/storage: Replace 1s AHCI reset delay with a timeout | Nico Huber |
2017-07-27 | libpayload/storage: Enable bus mastering for AHCI | Nico Huber |
2016-12-08 | libpayload: Add Cougar Point PCH's AHCI to whitelist | Nico Huber |
2016-10-17 | libpayload: Reintroduce CONFIG_LP_CHROMEOS to set suitable defaults | Julius Werner |
2016-08-02 | libpayload: split "Drivers" config section in Kconfig | Antonello Dettori |
2015-06-30 | libpayload: Make Kconfig bools use IS_ENABLED() | Stefan Reinauer |
2014-10-17 | libpayload: Fix missed CONFIG_ -> CONFIG_LP_ substitutions | Nico Huber |
2014-08-05 | libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. | Gabe Black |
2014-02-15 | libpayload/ahci: Fix a warning by decompartmentalise the AHCI driver. | Edward O'Callaghan |
2013-06-18 | libpayload: ahci: Increase timeout for signature reading | Nico Huber |
2013-06-17 | libpayload: ahci: Fix command engine shutdown | Nico Huber |
2013-06-04 | libpayload: Whitelist Mobile Panther Point AHCI controller | Nico Huber |
2013-04-11 | libpayload: storage.c: Fix typo in st*orage in comment | Paul Menzel |
2012-11-14 | libpayload: Export device count in storage interface | Patrick Georgi |
2012-10-27 | libpayload: New AHCI, ATA and ATAPI drivers | Nico Huber |