Lines Matching +full:in +full:- +full:kernel
1 # Patch<a name="EN-US_TOPIC_0000001078264110"></a>
3 - [Introduction](#section11660541593)
4 - [Driver Patches for a Specific Chip Architecture (such as Hi3516D V300)](#section1521510717399)
5 - [Directory Structure](#section21571344112)
6 - [Usage](#section1393789267)
7 - [Build](#section19369206113115)
8 - [Repositories Involved](#section27639463106)
12 …-source Linux kernel LTS 4.19.y and 5.10.y, the OpenHarmony Linux kernel has incorporated CVE patc…
14 … 4.19.y, visit the [official kernel website](https://git.kernel.org/pub/scm/linux/kernel/git/stabl…
16 … 5.10.y, visit the [official kernel website](https://git.kernel.org/pub/scm/linux/kernel/git/stabl…
18 …, you can merge the driver code based on the chip platform and build the kernel image. All patches…
24 **hi3516dv300_small.patch**: supports boot of the kernel of the Arm architecture (such as the DTS) …
29 kernel/linux/patches
30 ├── linux-4.19 # linux-4.19 patches
32 │ │ └── hdf.patch # linux-4.19 HDF patches
34 │ └── hi3516dv300.patch # linux-4.19 Hi3516D V300 SOC patches
35 └── linux-5.10
37 │ └── hdf.patch # linux-5.10 HDF patches
39 │ └── hi3516dv300.patch # linux-5.10 Hi3516D V300 SOC patches
41 ├── kernel.patch # linux-5.10 rk3568 SOC patches
42 └── hdf.patch # linux-5.10 rk3568 customized HDF patches
49 …Apply the HDF kernel patches matching your kernel version. For details, see the method in **kernel…
59 … component in the corresponding path based on the path and naming rules for the patches of the chi…
62 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
68 …the chip component in the corresponding path based on the path and naming rules of the chip compon…
71 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
77 …In the OpenHarmony project build process, patches are installed after **kernel/linux/linux-\*\.\**…
79 …kernel built is generated in the **kernel** directory under the **out** directory. Modify the **co…
86 Perform a full build for the project to generate the **uImage** kernel image.
89 ./build.sh --product-name Hi3516DV300 # Build the Hi3516D V300 image.
90 --build-target build_kernel # Build the uImage kernel image of Hi3516D V300.
91 --gn-args linux_kernel_version=\"linux-5.10\" # Build the specified kernel version.
96 [<u>kernel\_linux\_patches</u>](https://gitee.com/openharmony/kernel_linux_patches)
98 [<u>kernel\_linux\_config</u>](https://gitee.com/openharmony/kernel_linux_config)