If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:prom config.ko
BoxMatrix >> Shell-Commands >> prom_config.ko | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Startup-Scr | Hotplug-Scr | BusyBox-Cmds | Bash-Cmds | AVM-Cmds | Chipset-Cmds | Linux-Cmds | Shared-Libs | Kernel-Mods | Research |
Kernel-Module
Note that Kernel 2.4 and builtin *.o
modules have been renamed to *.ko
for an easier comparison.
Command: | prom_config.ko - type | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> Kernel-Modules - Origin: AVM | ||||||
Path: | Release: Lab+Rel: | ||||||
Properties: | Size: - Firmware: | ||||||
Function: | API to calibration data and certificates (GPL) |
Goto: GPL-Browser - Dependencies - Model-Matrix - Symbols - SMW-Browser
Details
This module is part of the avm.ko module collection bundle.
prom_config.ko is the API to calibration data and certificates.
It locates the data and offers an access api to it.
On models which provide a device-tree it uses the partition name from wlan_dect_config_part with
LBA offset from wlan_dect_configs, otherwise it uses the urlader partition to locate the calib data.
prom_config_procfs.ko provides a procfs interface to this data,
Excerpt from 7530 fw 7.50 source:
// This struct holds information about the zip types // // It will be filled by load_config. If a non-zipped config // is found on-disk the has_zipped_src flag is cleared. static struct config_data configs[AVM_PROM_NUM_TYPES] = { [WLAN] = { .procfs_export = 1, .has_zipped_src = 1, .zipped_src_type = WLAN_ZIP }, [WLAN2] = { .procfs_export = 1, .has_zipped_src = 1, .zipped_src_type = WLAN2_ZIP }, [WLAN3] = { .procfs_export = 1, .has_zipped_src = 1, .zipped_src_type = WLAN3_ZIP }, [DECT] = { .procfs_export = 1, }, [ZERTIFIKATE] = { .procfs_export = 1, }, [DOCSIS] = { .procfs_export = 1, }, [DSL] = { .procfs_export = 1, }, [FINAL] = { .procfs_export = 1, }, [PRODCERT1] = { .procfs_export = 1, .is_aligned = 1 }, [PRODCERT2] = { .procfs_export = 1, .is_aligned = 1 }, [PRODCERT3] = { .procfs_export = 1, .is_aligned = 1 }, [PRODCERT4] = { .procfs_export = 1, .is_aligned = 1 }, [PRODENV] = { .procfs_export = 1, .is_aligned = 1 }, [AVMZERTIFIKATE] = { .procfs_export = 1, }, [LRWPAN] = { .procfs_export = 1, }, };
- Bootenv: wlan_cal
- Procfs: wlan, wlan2, wlan3, wlan_zip, wlan2_zip, wlan3_zip
- Procfs: dect, prolific, lrwpan, docsis, final, prodenv
- Sysfs: wlan_dect_config_part, wlan_dect_configs
- Commands: loadcal
- Libraries: libwlan_cal.so
- Kernel: prom_config.ko, prom_config_procfs.ko, avm_proc_calib.ko
- Temp: avm_dev_man_ca.cer, avm_dev_prod_ca.cer
- Temp: avm_dev_cert.cer, avm_dev_key_prv.bin
- Procfs: avmzertifikate, zertifikate, zertifikate2, zertifikate3, zertifikate4
- Procfs: prodcert1, prodcert2, prodcert3, prodcert4
- Sysfs: wlan_dect_config_part, wlan_dect_configs
- Kernel: prom_config.ko, prom_config_procfs.ko, avm_proc_calib.ko
GPL-Browser
Daily updated index of all prom_config.ko code findings on the GPL-Browser. Last update: 2024-11-15 05:07 GMT.
The Files
header attempts to list the files which belong to this module. Useful if a directory contains multiple modules.
The Browse
column points to the Path
of the Makefile
referring this code on the gpl.boxmatrix.info service.
The SoC
column lists the Chip-Codenames, the Model
column lists the nicks of the Box-Models.
The Diff
column links the comparison of the AVM Kernel to the pristine original from Kernel.org.
The Download
column links the full tarball the respective directory content is extracted from.
The presence of the source does not mean it fits the respective model and architecture. See the Model-Matrix where it's used.
Note that this list matches module names with hyphen (-
) and underscore (_
) exchangeable, same as modprobe does.
Dependencies
Daily updated index of all dependencies of this module. Last update: 2024-11-14 07:43 GMT.
A *
in the Mod
column marks info from Supportdata-Probes, which will always stay incomplete.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Enabled by | kcfg | CONFIG_AVM_PROM_CONFIG | 15 | 7.29 - 8.00 | Enable AVM PROM environment support (avm-prom.ko) (avm.ko, prom_config.ko, prom_config_procfs.ko) | Linux |
1 dependency for this module |
Model-Matrix
Daily updated index of the presence, path and size of this module for each model. Last update: 2024-11-15 05:54 GMT.
Showing all models using this module. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom/rtl)
label in the Model
column shows which CPU is meant for Multi-Linux models.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.
Model | Firmware | Path | Size |
---|---|---|---|
0 models use this module |
Symbols
Daily updated index of all symbols of this module. Last update: 2024-11-14 07:43 GMT.
Firmware | Symbol |
---|---|
0 symbols for this module |