[U-Boot] [PATCH 13/19] riscv: Move trap handler codes to mtrap.S
    Auer, Lukas 
    lukas.auer at aisec.fraunhofer.de
       
    Wed Nov 14 22:44:53 UTC 2018
    
    
  
On Tue, 2018-11-13 at 00:22 -0800, Bin Meng wrote:
> Currently the M-mode trap handler codes are in start.S. For future
> extension, move them to a separate file mtrap.S.
> 
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
> 
>  arch/riscv/cpu/Makefile |   2 +-
>  arch/riscv/cpu/mtrap.S  | 106
> ++++++++++++++++++++++++++++++++++++++++++++++++
>  arch/riscv/cpu/start.S  |  82 -------------------------------------
>  3 files changed, 107 insertions(+), 83 deletions(-)
>  create mode 100644 arch/riscv/cpu/mtrap.S
> 
Reviewed-by: Lukas Auer <lukas.auer at aisec.fraunhofer.de>
    
    
More information about the U-Boot
mailing list