1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00
Commit graph

45 commits

Author SHA1 Message Date
suyuan
ea4609897c fix 2021-03-13 00:17:37 +08:00
suyuan
6d6e649d27 fix 2021-03-13 00:16:17 +08:00
suyuan
3165fce473 Revert "Revert "image: add support for building FIT image with filesystem.fix ipq4019 images""
This reverts commit 7c9606087e.
2021-03-13 00:14:10 +08:00
suyuan
7c9606087e Revert "image: add support for building FIT image with filesystem.fix ipq4019 images"
This reverts commit 4bc16d0a00.
2021-03-13 00:13:30 +08:00
suyuan
4bc16d0a00 image: add support for building FIT image with filesystem.fix ipq4019 images
Allow for single (external-data) FIT image to hold kernel, dtb and
squashfs. In that way, the bootloader verifies the system integrity
including the rootfs, because what's the point of checking that the
hash of the kernel is correct if it won't boot in case of squashfs
being corrupted? Better allow bootloader to check everything needed
to make it at least up to failsafe mode. As a positive side effect
this change also makes the sysupgrade process on nand potentially
much easier as it is now.
In short: mkimage has a parameter '-E' which allows generating FIT
images with 'external' data rather than embedding the data into the
device-tree blob itself. In this way, the FIT structure itself remains
small and can be parsed easily (rather than having to page around
megabytes of image content). This patch makes use of that and adds
support for adding sub-images of type 'filesystem' which are used to
store the squashfs. Now U-Boot can verify the whole OS and the new
partition parsers added in the Linux kernel can detect the filesystem
sub-images, create partitions for them, and select the active rootfs
volume based on the configuration in FIT (passing configuration via
device tree could be implemented easily at a later stage).

This new FIT partition parser works for NOR flash (on top of mtdblock),
NAND flash (on top of ubiblock) as well as classic block devices
(ie. eMMC, SDcard, SATA, NVME, ...).
It could even be used to mount such FIT images via `losetup -P` on a
user PC if this patch gets included in Linux upstream one day ;)
2021-03-13 00:10:34 +08:00
suyuan
3ededb214f Update adjust_network.sh 2021-02-05 02:48:31 +08:00
suyuan
8c34860354 fix 2021-02-02 01:26:44 +08:00
suyuan
016881fe5c fix_l1000_led
修复led灯
2021-01-28 00:44:02 +08:00
suyuan
390d800fff adjust IRQ affinity 2021-01-27 00:57:13 +08:00
suyuan
105313e91f Revert "Merge branch 'master' into develop"
This reverts commit 6627d21b56, reversing
changes made to 1332a4a4e6.
2021-01-08 01:07:34 +08:00
suyuan
ef854e772d Merge branch 'develop' 2021-01-04 01:15:09 +08:00
suyuan
3dd6261705 fix 2021-01-03 20:05:16 +08:00
suyuan
3fd8240016 fix quanxian 2021-01-03 15:31:36 +08:00
suyuan
c0f947c627 fix ipq40xx 2020-12-31 16:55:47 +08:00
suyuan
c2659e07e1 Update 901-arm-boot-add-dts-files.patch 2020-12-28 17:08:56 +08:00
suyuan
2950703a94 Update 901-arm-boot-add-dts-files.patch 2020-12-28 17:08:24 +08:00
suyuan
06086436a7 Update 999-ipq40xx-unlock-cpu-frequency.patch 2020-12-28 14:00:31 +08:00
suyuan
4ade942da4 Update 999-ipq40xx-unlock-cpu-frequency.patch 2020-12-28 13:59:56 +08:00
suyuan
210c4e5432 Create 999-ipq40xx-unlock-cpu-frequency.patch 2020-12-28 13:59:08 +08:00
suyuan
7e5830b690 Create 999-ipq40xx-unlock-cpu-frequency.patch 2020-12-28 13:58:16 +08:00
suyuan
a2fc632d06 Update 901-arm-boot-add-dts-files.patch 2020-12-28 11:18:03 +08:00
suyuan
93a344acac Update 901-arm-boot-add-dts-files.patch 2020-12-28 11:17:29 +08:00
suyuan
a061b71fe1 Update 11-ath10k-caldata 2020-12-27 17:53:13 +08:00
suyuan
c9b61c8047 Update 11-ath10k-caldata 2020-12-27 17:51:39 +08:00
suyuan
23c2ecc3cb Update 901-arm-boot-add-dts-files.patch 2020-12-27 17:45:05 +08:00
suyuan
82756f48f9 Update 901-arm-boot-add-dts-files.patch 2020-12-27 17:44:33 +08:00
suyuan
a15952a741 Update 901-arm-boot-add-dts-files.patch 2020-12-27 14:23:49 +08:00
suyuan
89f85dacbf Create qcom-ipq4019-l1000.dts 2020-12-25 21:18:32 +08:00
suyuan
e811025871 fix 2020-12-25 21:03:58 +08:00
suyuan
6d1c66b99c Update qcom-ipq4019-r619ac.dtsi 2020-12-25 20:25:13 +08:00
suyuan
63b820f316 fix 2020-12-25 20:21:59 +08:00
suyuan
b2aacac249 fix shuxing 2020-12-24 23:21:48 +08:00
suyuan
0b30b295de fix40xx 2020-12-24 11:22:37 +08:00
suyuan
960a300922 ipq40xx:从LED标签中删除型号名称 2020-12-23 00:37:53 +08:00
suyuan
a34822b089 fix 1000l LED 2020-12-22 23:41:05 +08:00
suyuan
02e39d0cca Update qcom-ipq4019-l1000.dts 2020-12-21 22:43:15 +08:00
suyuan
2432e78b18 add 1000 2020-12-21 12:12:25 +08:00
suyuan
b89c4f4039 fix 2020-12-20 23:32:59 +08:00
suyuan
2fc16af55f 同步到最新的omr 2020-10-13 16:59:34 +08:00
suyuan
509a4255ba 升级测试 2020-10-12 22:00:26 +08:00
suyuan
2353e2efe0 插入补丁 2020-10-12 10:18:22 +08:00
suyuan
c77fec6686 升级中断ipq 2020-10-10 11:09:56 +08:00
suyuan
85ca80be4a 修复下led还有ipq40xx的中断优化 2020-09-23 16:27:14 +08:00
suyuan
6083c17a63 修复CM520的op启动 2020-09-23 15:49:05 +08:00
Ycarus (Yannick Chabanois)
f890a36727 Add p2w_r619ac support 2020-08-20 16:01:51 +02:00