LXR | KVM | PM | Time | Interrupt | Systems Performance | Bootup Optimization

2023年8月21日

GIC-400 TRM阅读笔记

摘要: 相关文档:《《ARM Generic Interrupt Controller Architecture version 2.0》阅读笔记》。 Chapter 1 Introduction 1.1 About the GIC-400 GIC400负责检测、管理、分发中断。 软件可以对GIC400相关 阅读全文

posted @ 2023-08-21 09:33 ArnoldLu 阅读(1295) 评论(0) 推荐(0)

GIC v2.0架构规格书阅读笔记

摘要: 相关文档:《《CoreLink™ GIC-400 Generic Interrupt Controller Revision: r0p1 Technical Reference Manual》阅读笔记》。 Chapter 1Introduction 1.1 About the Generic Int 阅读全文

posted @ 2023-08-21 09:32 ArnoldLu 阅读(1012) 评论(0) 推荐(0)

ARM Star技术参考手册笔记

摘要: Chapter A1 Introduction A1.1 About the processor 处理器支持的接口包括: C-AHB:Code AHB interface。 S-AHB:System AHB interface。 D-AHB:Debug AHB interface。 EPPB:Ext 阅读全文

posted @ 2023-08-21 09:31 ArnoldLu 阅读(2412) 评论(0) 推荐(0)

ARM Trusted Firmware分析——中断、异常

摘要: 中断如何送到不同EL?如何配置? 1. BL31异常向量表 BL31异常向量表根据如下定义实现: ARMv8-A规定Exception Vector Table大小为2KB,并且是2KB对齐;一共6个Vector Entry,每一个Vector Entry大小为128B。 .macro vector 阅读全文

posted @ 2023-08-21 09:30 ArnoldLu 阅读(1506) 评论(0) 推荐(0)

导航