index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
subdev
/
secboot
/
acr_r352.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/secboot: remove
Ben Skeggs
2020-01-15
1
-1217
/
+0
*
drm/nouveau/acr: implement new subdev to replace "secure boot"
Ben Skeggs
2020-01-15
1
-3
/
+1
*
drm/nouveau/secboot: move code to boot LS falcons to subdevs
Ben Skeggs
2020-01-15
1
-16
/
+3
*
drm/nouveau/flcn/cmdq: move command generation to subdevs
Ben Skeggs
2020-01-15
1
-13
/
+4
*
drm/nouveau/pmu: initialise SW state for falcon from constructor
Ben Skeggs
2020-01-15
1
-1
/
+1
*
drm/nouveau/secboot: Make acr_r352_ls_gpccs_func static
YueHaibing
2019-08-23
1
-1
/
+1
*
drm/nouveau/secboot: split out FW version-specific LS function pointers
Ben Skeggs
2019-06-07
1
-12
/
+38
*
drm/nouveau/secboot: pass max supported FW version to LS load funcs
Ben Skeggs
2019-06-07
1
-3
/
+3
*
drm/nouveau/secboot: fix missing newline in error messages
Ben Skeggs
2019-02-20
1
-2
/
+2
*
drm/nouveau/secboot/acr: fix memory leak
Gustavo A. R. Silva
2018-10-11
1
-0
/
+1
*
drm/nouveau/secboot/acr: Remove VLA usage
Kees Cook
2018-07-16
1
-3
/
+22
*
drm/nouveau/secboot: start LS firmware in post-run hook
Alexandre Courbot
2017-04-06
1
-47
/
+0
*
drm/nouveau/secboot: let LS post_run hooks return error
Alexandre Courbot
2017-04-06
1
-2
/
+5
*
drm/nouveau/secboot: pass instance to LS firmware loaders
Alexandre Courbot
2017-04-06
1
-4
/
+7
*
drm/nouveau/secboot: allow to boot multiple falcons
Alexandre Courbot
2017-04-06
1
-10
/
+15
*
drm/nouveau/secboot: put HS code loading code into own file
Alexandre Courbot
2017-03-07
1
-98
/
+2
*
drm/nouveau/secboot: workaround bug when starting SEC2 firmware
Alexandre Courbot
2017-03-07
1
-0
/
+33
*
drm/nouveau/secboot: support standard NVIDIA HS binaries
Alexandre Courbot
2017-03-07
1
-8
/
+52
*
drm/nouveau/secboot: support for unload blob bootloader
Alexandre Courbot
2017-03-07
1
-30
/
+34
*
drm/nouveau/secboot: let callers interpret return value of blobs
Alexandre Courbot
2017-03-07
1
-6
/
+17
*
drm/nouveau/secboot: support for different load and unload falcons
Alexandre Courbot
2017-03-07
1
-6
/
+6
*
drm/nouveau/secboot: support running ACR on SEC
Alexandre Courbot
2017-03-07
1
-3
/
+15
*
drm/nouveau/secboot: get start address of blob from ACR
Alexandre Courbot
2017-03-07
1
-6
/
+4
*
drm/nouveau/secboot: add shadow blob argument
Alexandre Courbot
2017-03-07
1
-2
/
+14
*
drm/nouveau/secboot: check that WPR region is properly set
Alexandre Courbot
2017-03-07
1
-2
/
+39
*
drm/nouveau/secboot: support optional falcons
Alexandre Courbot
2017-03-07
1
-25
/
+37
*
drm/nouveau/secboot: support PMU LS firmware
Alexandre Courbot
2017-03-07
1
-0
/
+80
*
drm/nouveau/secboot: base support for PMU falcon
Alexandre Courbot
2017-03-07
1
-16
/
+82
*
drm/nouveau/secboot: add LS firmware post-run hooks
Alexandre Courbot
2017-03-07
1
-0
/
+11
*
drm/nouveau/secboot: abstract fixup_hs_desc function
Alexandre Courbot
2017-03-07
1
-3
/
+5
*
drm/nouveau/secboot: make specialized ls_ucode_img struct private
Alexandre Courbot
2017-03-07
1
-0
/
+90
*
drm/nouveau/secboot: store ucode offset in base image structure
Alexandre Courbot
2017-03-07
1
-5
/
+4
*
drm/nouveau/secboot: fix usage of hsf_load_header
Alexandre Courbot
2017-03-07
1
-3
/
+3
*
drm/nouveau/secboot: prevent address trimming
Alexandre Courbot
2017-03-07
1
-2
/
+2
*
drm/nouveau/secboot: fix WPR region alignment
Alexandre Courbot
2017-03-07
1
-2
/
+2
*
drm/nouveau/secboot: fix WPR address to be 64-bit
Alexandre Courbot
2017-03-07
1
-1
/
+1
*
drm/nouveau/secboot: make sure requested falcons are supported
Alexandre Courbot
2017-03-07
1
-0
/
+7
*
drm/nouveau/secboot: remove unused hook
Alexandre Courbot
2017-03-07
1
-27
/
+0
*
drm/nouveau/secboot: clear halt interrupt after ACR is run
Alexandre Courbot
2017-02-17
1
-0
/
+2
*
drm/nouveau/secboot: add lazy-bootstrap flag
Alexandre Courbot
2017-02-17
1
-0
/
+4
*
drm/nouveau/secboot: fix WPR descriptor generation
Alexandre Courbot
2017-02-17
1
-9
/
+12
*
drm/nouveau/secboot: add missing fields to BL structure
Alexandre Courbot
2017-02-17
1
-0
/
+4
*
drm/nouveau/secboot: safer zeroing of BL descriptors
Alexandre Courbot
2017-02-17
1
-2
/
+2
*
drm/nouveau/secboot: abstract LS firmware loading functions
Alexandre Courbot
2017-02-17
1
-40
/
+62
*
drm/nouveau/secboot: remove ls_ucode_mgr
Alexandre Courbot
2017-02-17
1
-57
/
+33
*
drm/nouveau/secboot: remove unneeded ls_ucode_img member
Alexandre Courbot
2017-02-17
1
-18
/
+7
*
drm/nouveau/secboot: split reset function
Alexandre Courbot
2017-02-17
1
-25
/
+53
*
drm/nouveau/secboot: add LS flags to LS func structure
Alexandre Courbot
2017-02-17
1
-6
/
+4
*
drm/nouveau/secboot: reorganize into more files
Alexandre Courbot
2017-02-17
1
-0
/
+910