suyunfan
acf0739b9a
Revert "x86"
...
This reverts commit 98eb5018f2 .
2021-03-31 23:39:34 +08:00
suyunfan
baa066b426
fix
2021-03-31 23:39:14 +08:00
suyunfan
46080f9b05
Update Makefile
2021-03-31 23:36:30 +08:00
suyunfan
46e77c7fcd
Merge branch 'test' into develop
2021-03-31 23:31:24 +08:00
suyunfan
90dec3bc2b
fix
2021-03-31 23:27:53 +08:00
suyunfan
98eb5018f2
x86
2021-03-31 23:26:53 +08:00
suyunfan
b1705f33e2
Revert "Merge pull request #52 from suyuan168/testdevelop"
...
This reverts commit ee1c3ee4d8 , reversing
changes made to 2f63341ff7 .
2021-03-31 23:22:45 +08:00
suyunfan
48fd90eed2
Revert "fix"
...
This reverts commit 5d27825e79 .
2021-03-31 23:22:24 +08:00
suyunfan
5d27825e79
fix
2021-03-31 23:21:29 +08:00
suyuan
ee1c3ee4d8
Merge pull request #52 from suyuan168/testdevelop
...
Testdevelop
2021-03-30 09:35:43 +08:00
suyuan
e5401f13ab
Merge pull request #51 from Ysurac/develop
...
Allow up to 16 WANs on x86/x86_64
2021-03-30 09:35:06 +08:00
Ycarus (Yannick Chabanois)
b556b63a9d
Allow up to 16 WANs on x86/x86_64
2021-03-29 21:19:12 +02:00
suyuan
c98f485207
Merge branch 'testdevelop' into develop
2021-03-27 21:11:12 +08:00
suyuan
c3c8bda130
Merge pull request #50 from Ysurac/develop
...
add sh header
2021-03-27 21:09:16 +08:00
Ycarus (Yannick Chabanois)
02870c4ef7
add sh header
2021-03-27 08:14:56 +01:00
suyuan
8387aaddc2
Merge branch 'testdevelop' into develop
2021-03-27 01:37:01 +08:00
suyuan
dd7134bec0
Merge pull request #49 from Ysurac/develop
...
Add dts patch for bpi-r64
2021-03-27 01:35:54 +08:00
Ycarus (Yannick Chabanois)
99d91dfb69
Add dts patch for bpi-r64
2021-03-26 16:02:55 +01:00
suyuan
0bc233ff4a
fix 4019
2021-03-20 15:36:06 +08:00
suyuan
d292938262
dell p2w_619ac
2021-03-19 12:55:32 +08:00
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
2e375f468a
Revert "Merge pull request #44 from Ysurac/develop"
...
This reverts commit ab556f74fd , reversing
changes made to 6ba9ff4c5a .
2021-03-13 00:13:54 +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
ab556f74fd
Merge pull request #44 from Ysurac/develop
...
sync
2021-03-12 23:49:36 +08:00
Ycarus (Yannick Chabanois)
c37e34f163
Merge pull request #1654 from WelterRocks/develop
...
Added support for BPI-R1
2021-03-12 16:34:12 +01:00
Olli
e7587826db
Enabled swconfig-wrapper
2021-03-10 23:34:05 +01:00
Olli
9cd7fa4988
Chmod to 755 swconfig-wrapper.sh
2021-03-10 23:32:40 +01:00
suyuan
6ba9ff4c5a
Merge pull request #43 from Ysurac/develop
...
Force use of kernel 5.4 for BPI-R64
2021-03-10 10:57:53 +08:00
Olli
75e5ee2fdd
Added swconfig-wrapper to take control about DSA switch configuration
2021-03-10 00:53:42 +01:00
Ycarus (Yannick Chabanois)
80c5a8bf75
Force use of kernel 5.4 for BPI-R64
2021-03-09 17:36:41 +01:00
suyuan
c920737d48
fix
2021-03-09 10:35:46 +08:00
Ycarus (Yannick Chabanois)
eb3ecd9249
Remove patch not needed anymore
2021-03-08 19:39:21 +01:00
Ycarus (Yannick Chabanois)
f5da6ef37d
Remove patch not needed anymore
2021-03-08 19:37:50 +01:00
suyuan
95c5346238
Merge pull request #41 from Ysurac/develop
...
sync
2021-03-08 10:43:54 +08:00
Olli
8228dbbbde
Added master interface
2021-03-07 07:15:05 +01:00
Olli
35b806a8c9
Added automatic switch setup in DSA mode
2021-03-07 07:03:35 +01:00
Oliver Welter
c003535dfa
Merge pull request #1 from Ysurac/develop
...
Update MPTCP
2021-03-07 03:22:38 +01:00
Olli
709cf02b2b
Fixed VLAN tagging for switch0
2021-03-06 23:58:10 +01:00
Olli
bec2c97309
Removed bridge from interface types
2021-03-06 22:59:48 +01:00
Olli
156c95d02e
Added bridges to phy mode
2021-03-06 05:30:07 +01:00
Olli
e5393baa84
Added support for DSA and PHY default config
2021-03-06 05:17:13 +01:00
Olli
ef75c95d50
Tagged PHY or DSA mode in /etc and added kernel bridge vlan filter support
2021-03-06 04:49:54 +01:00
Olli
792286e405
Add switch0 vlanid changer
2021-03-06 01:19:13 +01:00
Olli
af1500adbe
Added untag script to make switch0 work
2021-03-06 01:16:07 +01:00
Ycarus (Yannick Chabanois)
77395a6e3b
Update MPTCP
2021-03-05 21:22:34 +01:00
suyuan
3176689265
Merge pull request #40 from Ysurac/develop
...
Really fix xhci patch
2021-02-20 19:18:04 +08:00
Ycarus (Yannick Chabanois)
a2781bcb0d
Really fix xhci patch
2021-02-20 09:14:35 +01:00