summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/nvram.c
Commit message (Expand)AuthorAgeFilesLines
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* libpayload/drivers/nvram: Fix coding stylePatrick Georgi2020-03-231-4/+8
* libpayload/drivers/nvram: Add function to write RTCPatrick Rudolph2020-03-231-0/+52
* libpayload: Improve rtc functionsPatrick Rudolph2020-03-091-10/+39
* 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
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-2/+0
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-2/+2
* [PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse2008-11-241-1/+1
* these should be the last occurences of CONFIG_ without config.h in libpayload.Stefan Reinauer2008-08-111-1/+1
* libpayload: Add gettimeofday() and friendsJordan Crouse2008-04-251-0/+40
* Fix the NVRAM access functions to work correctly for theUwe Hermann2008-03-311-5/+31
* Rename drivers/cmos.c to drivers/nvram.c (trivial).Uwe Hermann2008-03-311-0/+69