aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/nvram
Commit message (Expand)AuthorAgeFilesLines
* bhnd: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0121-108/+70
* Avoid relying on header pollution from sys/refcount.h.Mark Johnston2019-07-294-0/+4
* Add missing NULL checks when calling malloc(M_NOWAIT) inLandon J. Fuller2018-03-221-0/+6
* dev/bhnd: Make use of mallocarray(9).Pedro F. Giffuni2018-01-111-1/+1
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* bhnd(4): Fix the pa0itssit/pa1itssit NVRAM variable type definitionsLandon J. Fuller2017-12-161-10/+10
* bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.Landon J. Fuller2017-12-151-0/+3
* bhnd(4) update inline documentation comments and man pages.Landon J. Fuller2017-11-271-2/+4
* bhnd: Implement bhnd(4) platform device registration.Landon J. Fuller2017-09-271-1/+25
* bhnd(4): Fix a SPROM identification regression introduced in r315866Landon J. Fuller2017-05-232-6/+10
* Drop unused/unnecessary return statement.Landon J. Fuller2017-04-241-1/+0
* [mips/broadcom]: Early boot NVRAM supportLandon J. Fuller2017-03-2312-128/+812
* bhnd(4): NVRAM serialization support.Landon J. Fuller2016-12-1914-1772/+2744
* bhnd(4): Add support for exporting all (or a subtree) of NVRAMLandon J. Fuller2016-12-1913-24/+732
* bhnd(4): NVRAM device path support.Landon J. Fuller2016-12-1914-501/+2604
* bhnd(4): add support for wrapping arbitrary pointers in an NVRAM I/OLandon J. Fuller2016-12-192-0/+239
* bhnd(4): Add support for three new NVRAM value types; booleans,Landon J. Fuller2016-12-199-3/+537
* bhnd(4): support direct conversion of bhnd_nvram_valLandon J. Fuller2016-12-1912-545/+1115
* bhnd(4): Implement a new bhnd_nvram_plist and bhnd_nvram_prop API forLandon J. Fuller2016-12-196-0/+1162
* bhnd(4): minor style(9) fixesLandon J. Fuller2016-12-1913-128/+126
* bhnd(4): Unify NVRAM/SPROM parsing, implement compact SPROM layout encoding.Landon J. Fuller2016-11-2640-5426/+15407
* bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller2016-08-271-0/+15
* bhnd(4): Implement NVRAM support required for PMU bring-up.Landon J. Fuller2016-08-1617-323/+3641
* Fix heap overflow in bhnd(4) SPROM parsing.Landon J. Fuller2016-07-101-1/+2
* bhnd(4): support IPX OTP NVRAM/SPROM data sourceLandon J. Fuller2016-06-044-13/+25
* [bhnd] Implement pass-through resource management for ChipCommon.Adrian Chadd2016-05-244-496/+719
* [bhnd] Add remaining bus_(read|write|set)_(1|2|4) APIsAdrian Chadd2016-05-201-8/+4
* [bhnd] Centralize fetching of board informationAdrian Chadd2016-05-171-49/+54
* [bhnd] Initial bhnd(4) SPROM/NVRAM support.Adrian Chadd2016-05-088-17/+2477
* Bring over the initial rewrite of the broadcom bus support found in theirAdrian Chadd2016-02-262-0/+129