PranabNandy / Graph-Algorithm

It contains all graph based algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automotive SOC

PranabNandy opened this issue · comments

Driver Code I implemented

  1. Design the makefile for Automotive SOC as Build Tools
  2. Develop the sa7xxx_aarch.dts file
  3. Design the sa7xxx_defconfig
  4. Develop the Power Control Unit(PCU) Driver in Arm Trusted Firmware
  5. Develop the pcpu driver of BL32 in Arm Trusted Firmware
  6. Develop qcom-cpufreq-psd driver in Linux
  7. Develop kryo_arm64_edac driver in Linux
  8. Develop clk_ctl driver in CPUCP FW which in used as Coprocessor of CPUSS
  9. Develop cpuinfo driver in CPUCP FW
  10. Added the Qultivate support in the CPUCP FW so that FW works for both partially working Board as well as Fully working board
  11. Added the Qultivate support in debug_vm which is used to record the RAS error in the Arm CPU core

Clock Gating:
It allows you to enable or disable the clock to specific peripherals or modules.

This helps to save power and unnecessary clock distribution.