Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_BCM47XX_NVRAM
	bool "Broadcom NVRAM driver"
	depends on CONFIG_BCM47XX || CONFIG_ARCH_BCM_5301X
	help
	  Broadcom home routers contain flash partition called "nvram" with all
	  important hardware configuration as well as some minor user setup.
	  CONFIG_NVRAM partition contains a text-like data representing name=value
	  pairs.
	  This driver provides an easy way to get value of requested parameter.
	  It simply reads content of CONFIG_NVRAM and parses it. It doesn't control any
	  hardware part itself.

config CONFIG_BCM47XX_SPROM
	bool "Broadcom SPROM driver"
	depends on CONFIG_BCM47XX_NVRAM
	help
	  Broadcom devices store configuration data in SPROM. Accessing it is
	  specific to the bus host type, e.g. CONFIG_PCI(e) devices have it mapped in
	  a CONFIG_PCI BAR.
	  In case of SoC devices SPROM content is stored on a flash used by
	  bootloader firmware CFE. This driver provides method to ssb and bcma
	  drivers to read SPROM on SoC.