diff options
Diffstat (limited to 'docs/porting-guide.rst')
-rw-r--r-- | docs/porting-guide.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/porting-guide.rst b/docs/porting-guide.rst index 03930cff..a737cf4e 100644 --- a/docs/porting-guide.rst +++ b/docs/porting-guide.rst @@ -1661,6 +1661,7 @@ Function : bl2\_plat\_preload\_setup [optional] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: + Argument : void Return : void @@ -1674,6 +1675,7 @@ Function : plat\_try\_next\_boot\_source() [optional] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: + Argument : void Return : int @@ -1704,6 +1706,7 @@ Function : bl2\_el3\_early\_platform\_setup() [mandatory] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: + Argument : u_register_t, u_register_t, u_register_t, u_register_t Return : void @@ -1726,6 +1729,7 @@ Function : bl2\_el3\_plat\_arch\_setup() [mandatory] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: + Argument : void Return : void @@ -1741,6 +1745,7 @@ Function : bl2\_el3\_plat\_prepare\_exit() [optional] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: + Argument : void Return : void |