luckfox-pico-sdk/sysdrv/source/kernel/arch/alpha/kernel
luckfox-eng29 8f34c2760d project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches.
project:cfg:BoardConfig_IPC: Added fastboot BoardConfig file and firmware post-scripts, distinguishing between
the BoardConfigs for Luckfox Pico Pro and Luckfox Pico Max. project:app: Added fastboot_client and rk_smart_door
for quick boot applications; updated rkipc app to adapt to the latest media library. media:samples: Added more
usage examples. media:rockit: Fixed bugs; removed support for retrieving data frames from VPSS. media:isp:
Updated rkaiq library and related tools to support connection to RKISP_Tuner. sysdrv:Makefile: Added support for
compiling drv_ko on Luckfox Pico Ultra W using Ubuntu; added support for custom root filesystem.
sysdrv:tools:board: Updated Buildroot optional mirror sources, updated some software versions, and stored device
tree files and configuration files that undergo multiple modifications for U-Boot and kernel separately.
sysdrv:source:mcu: Used RISC-V MCU SDK with RT-Thread system, mainly for initializing camera AE during quick
boot. sysdrv:source:uboot: Added support for fastboot; added high baud rate DDR bin for serial firmware upgrades.
sysdrv:source:kernel: Upgraded to version 5.10.160; increased NPU frequency for RV1106G3; added support for
fastboot.

Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
2024-10-14 09:47:04 +08:00
..
syscalls creat: first commit 2023-08-08 20:36:47 +08:00
.gitignore creat: first commit 2023-08-08 20:36:47 +08:00
asm-offsets.c creat: first commit 2023-08-08 20:36:47 +08:00
audit.c creat: first commit 2023-08-08 20:36:47 +08:00
binfmt_loader.c creat: first commit 2023-08-08 20:36:47 +08:00
bugs.c creat: first commit 2023-08-08 20:36:47 +08:00
console.c creat: first commit 2023-08-08 20:36:47 +08:00
core_apecs.c creat: first commit 2023-08-08 20:36:47 +08:00
core_cia.c creat: first commit 2023-08-08 20:36:47 +08:00
core_irongate.c creat: first commit 2023-08-08 20:36:47 +08:00
core_lca.c creat: first commit 2023-08-08 20:36:47 +08:00
core_marvel.c creat: first commit 2023-08-08 20:36:47 +08:00
core_mcpcia.c creat: first commit 2023-08-08 20:36:47 +08:00
core_polaris.c creat: first commit 2023-08-08 20:36:47 +08:00
core_t2.c creat: first commit 2023-08-08 20:36:47 +08:00
core_titan.c creat: first commit 2023-08-08 20:36:47 +08:00
core_tsunami.c creat: first commit 2023-08-08 20:36:47 +08:00
core_wildfire.c creat: first commit 2023-08-08 20:36:47 +08:00
entry.S project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches. 2024-10-14 09:47:04 +08:00
err_common.c creat: first commit 2023-08-08 20:36:47 +08:00
err_ev6.c creat: first commit 2023-08-08 20:36:47 +08:00
err_ev7.c creat: first commit 2023-08-08 20:36:47 +08:00
err_impl.h creat: first commit 2023-08-08 20:36:47 +08:00
err_marvel.c creat: first commit 2023-08-08 20:36:47 +08:00
err_titan.c creat: first commit 2023-08-08 20:36:47 +08:00
es1888.c creat: first commit 2023-08-08 20:36:47 +08:00
gct.c creat: first commit 2023-08-08 20:36:47 +08:00
head.S creat: first commit 2023-08-08 20:36:47 +08:00
io.c creat: first commit 2023-08-08 20:36:47 +08:00
irq_alpha.c creat: first commit 2023-08-08 20:36:47 +08:00
irq_i8259.c creat: first commit 2023-08-08 20:36:47 +08:00
irq_impl.h creat: first commit 2023-08-08 20:36:47 +08:00
irq_pyxis.c creat: first commit 2023-08-08 20:36:47 +08:00
irq_srm.c creat: first commit 2023-08-08 20:36:47 +08:00
irq.c creat: first commit 2023-08-08 20:36:47 +08:00
machvec_impl.h creat: first commit 2023-08-08 20:36:47 +08:00
Makefile creat: first commit 2023-08-08 20:36:47 +08:00
module.c creat: first commit 2023-08-08 20:36:47 +08:00
osf_sys.c creat: first commit 2023-08-08 20:36:47 +08:00
pc873xx.c creat: first commit 2023-08-08 20:36:47 +08:00
pc873xx.h creat: first commit 2023-08-08 20:36:47 +08:00
pci_impl.h creat: first commit 2023-08-08 20:36:47 +08:00
pci_iommu.c creat: first commit 2023-08-08 20:36:47 +08:00
pci-noop.c creat: first commit 2023-08-08 20:36:47 +08:00
pci-sysfs.c creat: first commit 2023-08-08 20:36:47 +08:00
pci.c creat: first commit 2023-08-08 20:36:47 +08:00
perf_event.c creat: first commit 2023-08-08 20:36:47 +08:00
process.c project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches. 2024-10-14 09:47:04 +08:00
proto.h creat: first commit 2023-08-08 20:36:47 +08:00
ptrace.c creat: first commit 2023-08-08 20:36:47 +08:00
rtc.c project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches. 2024-10-14 09:47:04 +08:00
setup.c creat: first commit 2023-08-08 20:36:47 +08:00
signal.c project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches. 2024-10-14 09:47:04 +08:00
smc37c93x.c creat: first commit 2023-08-08 20:36:47 +08:00
smc37c669.c creat: first commit 2023-08-08 20:36:47 +08:00
smp.c creat: first commit 2023-08-08 20:36:47 +08:00
srm_env.c creat: first commit 2023-08-08 20:36:47 +08:00
srmcons.c project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches. 2024-10-14 09:47:04 +08:00
sys_alcor.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_cabriolet.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_dp264.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_eb64p.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_eiger.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_jensen.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_marvel.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_miata.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_mikasa.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_nautilus.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_noritake.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_rawhide.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_ruffian.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_rx164.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_sable.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_sio.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_sx164.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_takara.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_titan.c creat: first commit 2023-08-08 20:36:47 +08:00
sys_wildfire.c creat: first commit 2023-08-08 20:36:47 +08:00
systbls.S creat: first commit 2023-08-08 20:36:47 +08:00
time.c creat: first commit 2023-08-08 20:36:47 +08:00
traps.c creat: first commit 2023-08-08 20:36:47 +08:00
vmlinux.lds.S creat: first commit 2023-08-08 20:36:47 +08:00