luckfox-pico-sdk/sysdrv/source/kernel/arch/mips/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
binfmt_elfn32.c creat: first commit 2023-08-08 20:36:47 +08:00
binfmt_elfo32.c creat: first commit 2023-08-08 20:36:47 +08:00
bmips_5xxx_init.S creat: first commit 2023-08-08 20:36:47 +08:00
bmips_vec.S creat: first commit 2023-08-08 20:36:47 +08:00
branch.c creat: first commit 2023-08-08 20:36:47 +08:00
cacheinfo.c creat: first commit 2023-08-08 20:36:47 +08:00
cevt-bcm1480.c creat: first commit 2023-08-08 20:36:47 +08:00
cevt-ds1287.c creat: first commit 2023-08-08 20:36:47 +08:00
cevt-gt641xx.c creat: first commit 2023-08-08 20:36:47 +08:00
cevt-r4k.c creat: first commit 2023-08-08 20:36:47 +08:00
cevt-sb1250.c creat: first commit 2023-08-08 20:36:47 +08:00
cevt-txx9.c creat: first commit 2023-08-08 20:36:47 +08:00
cmpxchg.c creat: first commit 2023-08-08 20:36:47 +08:00
cps-vec-ns16550.S creat: first commit 2023-08-08 20:36:47 +08:00
cps-vec.S creat: first commit 2023-08-08 20:36:47 +08:00
cpu-probe.c creat: first commit 2023-08-08 20:36:47 +08:00
cpu-r3k-probe.c creat: first commit 2023-08-08 20:36:47 +08:00
crash_dump.c creat: first commit 2023-08-08 20:36:47 +08:00
crash.c creat: first commit 2023-08-08 20:36:47 +08:00
csrc-bcm1480.c creat: first commit 2023-08-08 20:36:47 +08:00
csrc-ioasic.c creat: first commit 2023-08-08 20:36:47 +08:00
csrc-r4k.c creat: first commit 2023-08-08 20:36:47 +08:00
csrc-sb1250.c creat: first commit 2023-08-08 20:36:47 +08:00
early_printk_8250.c creat: first commit 2023-08-08 20:36:47 +08:00
early_printk.c creat: first commit 2023-08-08 20:36:47 +08:00
elf.c creat: first commit 2023-08-08 20:36:47 +08:00
entry.S creat: first commit 2023-08-08 20:36:47 +08:00
fpu-probe.c creat: first commit 2023-08-08 20:36:47 +08:00
fpu-probe.h creat: first commit 2023-08-08 20:36:47 +08:00
ftrace.c creat: first commit 2023-08-08 20:36:47 +08:00
genex.S creat: first commit 2023-08-08 20:36:47 +08:00
gpio_txx9.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
i8253.c creat: first commit 2023-08-08 20:36:47 +08:00
idle.c creat: first commit 2023-08-08 20:36:47 +08:00
irq_txx9.c creat: first commit 2023-08-08 20:36:47 +08:00
irq-gt641xx.c creat: first commit 2023-08-08 20:36:47 +08:00
irq-msc01.c creat: first commit 2023-08-08 20:36:47 +08:00
irq-rm7000.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
jump_label.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
kgdb.c creat: first commit 2023-08-08 20:36:47 +08:00
kprobes.c creat: first commit 2023-08-08 20:36:47 +08:00
linux32.c creat: first commit 2023-08-08 20:36:47 +08:00
machine_kexec.c creat: first commit 2023-08-08 20:36:47 +08:00
Makefile creat: first commit 2023-08-08 20:36:47 +08:00
mcount.S creat: first commit 2023-08-08 20:36:47 +08:00
mips-cm.c creat: first commit 2023-08-08 20:36:47 +08:00
mips-cpc.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
mips-mt-fpaff.c creat: first commit 2023-08-08 20:36:47 +08:00
mips-mt.c creat: first commit 2023-08-08 20:36:47 +08:00
mips-r2-to-r6-emul.c creat: first commit 2023-08-08 20:36:47 +08:00
module.c creat: first commit 2023-08-08 20:36:47 +08:00
octeon_switch.S creat: first commit 2023-08-08 20:36:47 +08:00
perf_event_mipsxx.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
pm-cps.c creat: first commit 2023-08-08 20:36:47 +08:00
pm.c creat: first commit 2023-08-08 20:36:47 +08:00
probes-common.h creat: first commit 2023-08-08 20:36:47 +08:00
proc.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
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
prom.c creat: first commit 2023-08-08 20:36:47 +08:00
ptrace.c creat: first commit 2023-08-08 20:36:47 +08:00
ptrace32.c creat: first commit 2023-08-08 20:36:47 +08:00
r4k_fpu.S creat: first commit 2023-08-08 20:36:47 +08:00
r4k_switch.S creat: first commit 2023-08-08 20:36:47 +08:00
r4k-bugs64.c creat: first commit 2023-08-08 20:36:47 +08:00
r2300_fpu.S creat: first commit 2023-08-08 20:36:47 +08:00
r2300_switch.S creat: first commit 2023-08-08 20:36:47 +08:00
relocate_kernel.S creat: first commit 2023-08-08 20:36:47 +08:00
relocate.c creat: first commit 2023-08-08 20:36:47 +08:00
reset.c creat: first commit 2023-08-08 20:36:47 +08:00
rtlx-cmp.c creat: first commit 2023-08-08 20:36:47 +08:00
rtlx-mt.c creat: first commit 2023-08-08 20:36:47 +08:00
rtlx.c creat: first commit 2023-08-08 20:36:47 +08:00
scall32-o32.S creat: first commit 2023-08-08 20:36:47 +08:00
scall64-n32.S creat: first commit 2023-08-08 20:36:47 +08:00
scall64-n64.S creat: first commit 2023-08-08 20:36:47 +08:00
scall64-o32.S creat: first commit 2023-08-08 20:36:47 +08:00
segment.c creat: first commit 2023-08-08 20:36:47 +08:00
setup.c creat: first commit 2023-08-08 20:36:47 +08:00
signal_n32.c creat: first commit 2023-08-08 20:36:47 +08:00
signal_o32.c creat: first commit 2023-08-08 20:36:47 +08:00
signal-common.h 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
signal32.c creat: first commit 2023-08-08 20:36:47 +08:00
smp-bmips.c creat: first commit 2023-08-08 20:36:47 +08:00
smp-cmp.c creat: first commit 2023-08-08 20:36:47 +08:00
smp-cps.c creat: first commit 2023-08-08 20:36:47 +08:00
smp-mt.c creat: first commit 2023-08-08 20:36:47 +08:00
smp-up.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
spinlock_test.c creat: first commit 2023-08-08 20:36:47 +08:00
spram.c creat: first commit 2023-08-08 20:36:47 +08:00
stacktrace.c creat: first commit 2023-08-08 20:36:47 +08:00
sync-r4k.c creat: first commit 2023-08-08 20:36:47 +08:00
syscall.c creat: first commit 2023-08-08 20:36:47 +08:00
sysrq.c creat: first commit 2023-08-08 20:36:47 +08:00
time.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
topology.c creat: first commit 2023-08-08 20:36:47 +08:00
traps.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
unaligned.c creat: first commit 2023-08-08 20:36:47 +08:00
uprobes.c creat: first commit 2023-08-08 20:36:47 +08:00
vdso.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
vpe-cmp.c creat: first commit 2023-08-08 20:36:47 +08:00
vpe-mt.c creat: first commit 2023-08-08 20:36:47 +08:00
vpe.c creat: first commit 2023-08-08 20:36:47 +08:00
watch.c creat: first commit 2023-08-08 20:36:47 +08:00