Commit Graph

29 Commits

Author SHA1 Message Date
Edgar Su
5a6225d587 x86: kernel: set NR_CPUS to 512
NR_CPUS limits the number of CPUs supported to 8. This makes total sense
on hardware-restircted platforms, but not on x86_64, where CPUs with
more than 8 cores can be easily acquired and with less physical limitaions.

see also: https://forum.openwrt.org/t/x86-64-8-cpu-limitation-on-vanilla-release/100946

Signed-off-by: Edgar Su <sjs333@outlook.com>
2021-07-19 12:09:46 +08:00
李国
9eddf65670
x86: generate EFI platform bootable images
Add EFI platform bootable images for x86 platforms. These images can
also boot from legacy BIOS platform.

EFI System Partition need to be fat12/fat16/fat32 (not need to load
filesystem drivers), so the first partition of EFI images are not ext4
filesystem any more.

GPT partition table has an alternate partition table, we did not
generate it. This may cause problems when use these images as qemu disk
(kernel can not find rootfs), we pad enough sectors will be ok.

Signed-off-by: 李国 <uxgood.org@gmail.com>
[part_magic_* refactoring, removed genisoimage checks]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit a6b7c3e672)
2021-06-17 20:13:41 +08:00
Tianling Shen
396367e818
x86: sync with upstream
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-06-17 18:56:16 +08:00
AmadeusGhost
9bfbdcb765 Merge Lean's source 2020-06-28 17:50:37 +08:00
coolsnowwolf
c2134e0e18 x64: Mellanox Connect-X 40Gbps card by default 2020-06-25 16:20:13 +08:00
Florian Eckert
4c5ac36835 kernel: add gpio-it87
Since commit 910df3f06c we have build in
on all X86/64 platforms the gpio-it87 driver.

Since this change I am getting the following error message on boot.
 > kern.err kernel: [    1.009416] gpio_it87: no device

I do not have this device on my system. To prevent the nonsensical
message and the loading of the module I have added this as a package, so
that it can be installed later or during image building.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Reviewed-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-06-04 12:31:05 +08:00
lean
aad03293fa x86: switch and optimize 4.19 kernel 2020-03-30 01:13:43 +08:00
BROBIRD
fcea97ebb3
Fix #2975 需要手动选择x86 instructing decoder seiftest (#2988)
* Update config-4.19

Fix #2975

* Update config-4.19

Fix #2975
2020-02-08 17:15:09 +08:00
LEAN-ESX
7c38a93048 x86: add AMD Ryzen (The Zen Core Architecture) target 2019-12-03 06:40:51 -08:00
LEAN-ESX
8be6fec431 x64: enable support for AMD Zen2 Rome 4-way 256 cores 2019-10-17 05:51:05 -07:00
LEAN-ESX
f1ff7a5f25 x64: disable PAGE_TABLE_ISOLATION 2019-10-15 23:46:27 -07:00
LEAN-ESX
b072ad49f7 x86: add AMD zen2 max 64c/128t support 2019-07-06 07:24:06 -07:00
coolsnowwolf
240a89be7b x86: add missing symbol 2019-04-24 13:56:23 +08:00
coolsnowwolf
e00e49140a x86: switch to kernel 4.19 2019-01-14 17:18:33 +08:00
coolsnowwolf
6408dc1b63 disable intel specter patch 2019-01-04 11:35:07 +08:00
coolsnowwolf
14d020a77a adjust x86/x64 target 2019-01-03 20:10:40 +08:00
coolsnowwolf
347daa04b2 Merge branch master of https://github.com/coolsnowwolf/lede 2019-01-03 19:29:28 +08:00
coolsnowwolf
a10d1e04f6 enable CONFIG_BALLOON_COMPACTION support for x86/x64 2018-10-12 15:13:12 +08:00
coolsnowwolf
6ee9c240c0 update x86/x64 kernel settings 2018-09-07 13:11:04 +08:00
coolsnowwolf
9ba04fd0d7 sync with OpenWrt v18.06.1 stable new R8.1 version 2018-08-23 17:40:23 +08:00
coolsnowwolf
8fe0636b8a Merge branch 'master' of github.com:lede-project/source 2018-04-23 18:50:49 +08:00
coolsnowwolf
0c39849215 switch 4.14.32 kernel for x86/x64 2018-04-08 16:54:10 +08:00
coolsnowwolf
51152334e7 add Hyper-V vhd image in x86/x64 2018-03-31 11:48:26 +08:00
coolsnowwolf
33cdd7e659 remove F2FS warning in EFI boot 2018-03-30 19:09:51 +08:00
coolsnowwolf
b257fff909 add Atom N2600 acpi and echi full support when using MBR boot 2018-03-30 10:10:29 +08:00
coolsnowwolf
229cde62a4 Merge branch 'master' of https://github.com/lede-project/source 2018-01-09 14:38:15 +08:00
coolsnowwolf
298ec483cb x86: Add support for kernel 4.14 2017-12-19 13:14:19 +08:00
coolsnowwolf
3db72b5dfc add VT-d Hyper-V PCI pass through kernel support 2017-11-26 14:16:00 +08:00
coolsnowwolf
97a4ffcc12 update source 2017-09-06 19:19:45 +08:00