摘要: 转自:http://www.lujun.org.cn/?p=3861 ARM的cpu,特别是cortex-A系列的CPU,目前都是多core的cpu,因此对于多core的cpu的中断管理,就不能像单core那样简单去管理,由此arm定义了GICv2架构,来支持多核cpu的中断管理。 一、gicv2架 阅读全文
posted @ 2020-07-22 17:59 Sky&Zhang 阅读(931) 评论(0) 推荐(0) 编辑
摘要: 转自:https://biscuitos.github.io/blog/DTS-of_node_put/ Github: of_node_put Email: BuddyZhang1 buddy.zhang@aliyun.com 目录 源码分析 实践 附录 源码分析 of_node_put of_n 阅读全文
posted @ 2020-07-22 17:58 Sky&Zhang 阅读(3152) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.lujun.org.cn/?p=3874 GICv3架构是GICv2架构的升级版,增加了很多东西。变化在于以下: 使用属性层次(affinity hierarchies),来对core进行标识,使gic支持更多的core 将cpu interface独立出来,用户可以将其 阅读全文
posted @ 2020-07-22 17:56 Sky&Zhang 阅读(2339) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/tiantao2012/article/details/78030580 我们知道在client 在通过mbox_send_message给controller发送数据的时候必须指定channel。例如下面的code dc_sync->mbox = 阅读全文
posted @ 2020-07-22 17:42 Sky&Zhang 阅读(1179) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/chencesc/p/8655400.html 一.device tree中的写法 二. mailbox框架 (driver/mailbox/mailbox.c) struct mbox_controller { struct device *d 阅读全文
posted @ 2020-07-22 17:41 Sky&Zhang 阅读(790) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/zhao2272062978/article/details/70600344?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.no 阅读全文
posted @ 2020-07-22 16:31 Sky&Zhang 阅读(750) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/ongoingcre/article/details/50269869 From: 全面解析Linux 内核 3.10.x - 中断子系统前程往事,历历在目 - 佚名一、基本概念IPI 全称为Inter-Processor Interrupt,即处理 阅读全文
posted @ 2020-07-22 16:03 Sky&Zhang 阅读(1015) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/fishmai/article/details/99593954?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.noneca 阅读全文
posted @ 2020-07-22 15:58 Sky&Zhang 阅读(632) 评论(0) 推荐(0) 编辑
摘要: 转自:https://winddoing.github.io/post/60164.html IPI (Interrupt-Procecesorr Interrupt): 处理中间的中断 主要应用是一个处理器让另一个处理器做特定的事情(function 和 sched) + +-+system bo 阅读全文
posted @ 2020-07-22 13:46 Sky&Zhang 阅读(2900) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/ffmpeg4976/article/details/46941697 基本摘录自这个pdf http://www.ti.com/lit/an/spra818/spra818.pdf处理器其实不是为了互相通信设计的。但是目前在智能手机里面存在大量的核 阅读全文
posted @ 2020-07-22 11:09 Sky&Zhang 阅读(3938) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/qq_40788950/article/details/79478029?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.nonec 阅读全文
posted @ 2020-07-22 11:07 Sky&Zhang 阅读(574) 评论(0) 推荐(0) 编辑