From 1bc52b4446b353636bc579613d4d8f996d83562d Mon Sep 17 00:00:00 2001 From: smallsolar Date: Mon, 4 Aug 2025 06:30:41 +0000 Subject: [PATCH] Add kernel/readme.md --- kernel/readme.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 kernel/readme.md diff --git a/kernel/readme.md b/kernel/readme.md new file mode 100644 index 0000000..0598980 --- /dev/null +++ b/kernel/readme.md @@ -0,0 +1,37 @@ + + + +### Includes +``` +include/ +board-zx297520v3.c +debug.c +gpio.c +hal_xp2xp.c +io.c +irq.c +Kconfig +lynq_ap_nv_cfg.c +lynq_default_nv_cfg.h +Makefile +Makefile.boot +pcu.c +pwr_ctrl.c +ramdump_soc_7520v3.c +reset.c +spinlock.c +zx297520v3-cap-devices.c +zx297520v3-cpe-devices.c +zx297520v3-evb-devices.c +zx297520v3-fpga-devices.c +zx297520v3-fwp-devices.c +zx297520v3-mdl-devices.c +zx297520v3-mifi-devices.c +zx297520v3-phone-devices.c +zx297520v3-poc-devices.c +zx297520v3-ufi-devices.c +zx297520v3-watch-devices.c +``` + +### Research +* http://183.67.24.178:8085/plugins/gitiles/T106_DC/+/df7f8babc2c13f7adf53ff8e17580ae47c0e07bf/ap/os/linux/linux-3.4.x/arch/arm/mach-zx297520v3 \ No newline at end of file