- 20 Jan, 2022 4 commits
-
-
Andreas Gnau authored
Broadcom's kernel conditionally adds additional enum constants TCP_RST_WAIT and BPF_TCP_RST_WAIT. TCP_* and BPF_TCP_* enums have to be in sync which is checked by a static assert during build. The enums are guarded by an ifdef depending on a config option in Broadcom's kernel. Broadcom option BUILD_MPTCP, which controls the corresponding kernel option, is unconditionally enabled for all profiles, so we can enable the ifdef unconditionally as a workaround. Signed-off-by:
Andreas Gnau <andreas.gnau@iopsys.eu>
-
Andreas Gnau authored
Add modifications to includes in tools folder found in Broadcom SDK version 5.04L.02p1 in directory kernel/linux-4.19/tools/include. Filename: bcm963xx_5.04L.02p1_data_full_release.tar.gz SHA256: d0a20a5029c301b5a0303d904921af40476bcc1a3504e8c6eca7fd6558a77407 MD5: c21c12de650ae13c559111cfd8fad255 Signed-off-by:
Andreas Gnau <andreas.gnau@iopsys.eu>
-
Andreas Gnau authored
Add special bcmkernel includes that Broadcom stores outside of the normal kernel build tree. These are found in Broadcom SDK version 5.04L.02p1 in directory kernel/bcmkernel/include. Filename: bcm963xx_5.04L.02p1_data_full_release.tar.gz SHA256: d0a20a5029c301b5a0303d904921af40476bcc1a3504e8c6eca7fd6558a77407 MD5: c21c12de650ae13c559111cfd8fad255 Signed-off-by:
Andreas Gnau <andreas.gnau@iopsys.eu>
-
Andreas Gnau authored
Add modifications to "normal" kernel includes found in Broadcom SDK version 5.04L.02p1 in directory kernel/linux-4.19/include. Filename: bcm963xx_5.04L.02p1_data_full_release.tar.gz SHA256: d0a20a5029c301b5a0303d904921af40476bcc1a3504e8c6eca7fd6558a77407 MD5: c21c12de650ae13c559111cfd8fad255 Signed-off-by:
Andreas Gnau <andreas.gnau@iopsys.eu>
-
- 20 Dec, 2021 1 commit
-
-
[commit 78fec1611cbf7b0bdaddfdbf174a3a2463663bff without history] Tested-by:
Jon Hunter <jonathanh@nvidia.com> Tested-by:
Pavel Machek (CIP) <pavel@denx.de> Tested-by:
Guenter Roeck <linux@roeck-us.net> Tested-by:
Jason Self <jason@bluehome.net> Tested-by:
Hulk Robot <hulkrobot@huawei.com> Tested-by:
Linux Kernel Functional Testing <lkft@linaro.org> Link: https://lore.kernel.org/r/20210322121919.936671417@linuxfoundation.org Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-