search for: falcon_prop

Displaying 2 results from an estimated 2 matches for "falcon_prop".

Did you mean: falcon_props
2016 Dec 06
0
[PATCH 3/8] core: add falcon library functions
...t;", + [NVKM_FALCON_FECS] = "FECS", + [NVKM_FALCON_GPCCS] = "GPCCS", + [NVKM_FALCON_NVDEC] = "NVDEC", + [NVKM_FALCON_SEC2] = "SEC2", + [NVKM_FALCON_END] = "<invalid>", +}; + +static const struct { + enum nvkm_devidx devidx; + u32 addr; +} falcon_props[] = { + [NVKM_FALCON_PMU] = { NVKM_SUBDEV_PMU, 0x10a000 }, + [NVKM_FALCON_FECS] = { NVKM_ENGINE_GR, 0x409000 }, + [NVKM_FALCON_GPCCS] = { NVKM_ENGINE_GR, 0x41a000 }, + [NVKM_FALCON_NVDEC] = { NVKM_ENGINE_NVDEC, 0x84000 }, + [NVKM_FALCON_SEC2] = { NVKM_ENGINE_SEC, 0x87000 }, + [NVKM_FALCON_END] = {...
2016 Dec 06
9
[PATCH 0/8] Falcon library
This was the first step of the secure boot refactoring - as Ben asked for some fixes, I now submit it as its own series to make it easier to review (and also because rebasing secure boot on top of this takes time and I don't want to do it until this is validated!). This series attempts to factorize the duplicate falcon-related code into a single library, using the existing nvkm_falcon