summaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/nvram
AgeCommit message (Expand)Author
2025-12-09bhnd_bus_*_resource: Remove redundant type and rid argumentsJohn Baldwin
2025-12-09bhnd_bus_alloc_resource*: Pass rid by valueJohn Baldwin
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-04-20bhnd(4): Remove a double word in a source code commentGordon Bergling
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-09-30Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten
2022-09-04bhnd(4): Correct some typos in source code commentsGordon Bergling
2022-08-27bhnd(4): Correct a typo in a source code commentGordon Bergling
2022-04-13bhnd: Use __diagused for a variable only used in a KASSERT().John Baldwin
2022-04-09bhnd(4): Remove some double words in source code commentsGordon Bergling
2022-04-04bhnd_nvram_store_export_child: eliminate num_props write only variableWarner Losh
2020-09-01bhnd: clean up empty lines in .c and .h filesMateusz Guzik
2019-07-29Avoid relying on header pollution from sys/refcount.h.Mark Johnston
2018-03-22Add missing NULL checks when calling malloc(M_NOWAIT) inLandon J. Fuller
2018-01-11dev/bhnd: Make use of mallocarray(9).Pedro F. Giffuni
2017-12-27kernel: Fix several typos and minor errorsEitan Adler
2017-12-16bhnd(4): Fix the pa0itssit/pa1itssit NVRAM variable type definitionsLandon J. Fuller
2017-12-15bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.Landon J. Fuller
2017-11-27bhnd(4) update inline documentation comments and man pages.Landon J. Fuller
2017-09-27bhnd: Implement bhnd(4) platform device registration.Landon J. Fuller
2017-05-23bhnd(4): Fix a SPROM identification regression introduced in r315866Landon J. Fuller
2017-04-24Drop unused/unnecessary return statement.Landon J. Fuller
2017-03-23[mips/broadcom]: Early boot NVRAM supportLandon J. Fuller
2016-12-19bhnd(4): NVRAM serialization support.Landon J. Fuller
2016-12-19bhnd(4): Add support for exporting all (or a subtree) of NVRAMLandon J. Fuller
2016-12-19bhnd(4): NVRAM device path support.Landon J. Fuller
2016-12-19bhnd(4): add support for wrapping arbitrary pointers in an NVRAM I/OLandon J. Fuller
2016-12-19bhnd(4): Add support for three new NVRAM value types; booleans,Landon J. Fuller
2016-12-19bhnd(4): support direct conversion of bhnd_nvram_valLandon J. Fuller
2016-12-19bhnd(4): Implement a new bhnd_nvram_plist and bhnd_nvram_prop API forLandon J. Fuller
2016-12-19bhnd(4): minor style(9) fixesLandon J. Fuller
2016-11-26bhnd(4): Unify NVRAM/SPROM parsing, implement compact SPROM layout encoding.Landon J. Fuller
2016-08-27bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller
2016-08-16bhnd(4): Implement NVRAM support required for PMU bring-up.Landon J. Fuller
2016-07-10Fix heap overflow in bhnd(4) SPROM parsing.Landon J. Fuller
2016-06-04bhnd(4): support IPX OTP NVRAM/SPROM data sourceLandon J. Fuller
2016-05-24[bhnd] Implement pass-through resource management for ChipCommon.Adrian Chadd
2016-05-20[bhnd] Add remaining bus_(read|write|set)_(1|2|4) APIsAdrian Chadd
2016-05-17[bhnd] Centralize fetching of board informationAdrian Chadd
2016-05-08[bhnd] Initial bhnd(4) SPROM/NVRAM support.Adrian Chadd
2016-02-26Bring over the initial rewrite of the broadcom bus support found in theirAdrian Chadd