Commit Graph

21 Commits

Author SHA1 Message Date
李国
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
Alberto Bursi
612919afca x86: generic: disable CONFIG_EFI_VARS
CONFIG_EFI_VARS has been disabled in
64bit x86 target in 2018 by the following commit
b0a51dab8c
the same reasons apply to Generic target, so
now it's disabled here too.
Leaving it enabled is also blocking compile as
a new symbol was added
EFI_CUSTOM_SSDT_OVERLAYS
that depends from CONFIG_EFI_VARS
and the build system stops and waits for
user input on what to do about it.

The Legacy and Geode targets never
had any EFI_xxx configs enabled so they
don't have this issue

Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
2020-11-14 13:45:12 +08:00
Hauke Mehrtens
79e05d9b81 x86: Add CONFIG_EFI_CUSTOM_SSDT_OVERLAYS
The CONFIG_EFI_CUSTOM_SSDT_OVERLAYS option was added in kernel 4.14.188,
set it for the x86/generic target.

This fixes a build problem in the x86/generic target.

Fixes: 148d59c67e ("kernel: update kernel 4.14 to version 4.14.193")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-14 03:16:00 +08:00
lean
aad03293fa x86: switch and optimize 4.19 kernel 2020-03-30 01:13:43 +08:00
LEAN-ESX
0e36ca5a2c x86: add Core2/Atom N270 target 2019-12-03 07:13:24 -08:00
LEAN-ESX
7c38a93048 x86: add AMD Ryzen (The Zen Core Architecture) target 2019-12-03 06:40:51 -08:00
coolsnowwolf
240a89be7b x86: add missing symbol 2019-04-24 13:56:23 +08:00
coolsnowwolf
a299dd1457 x86: add speedstep for 4.19 2019-04-23 23:42:19 +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
e427a0cb71 add x86-32 support kernel 4.14 2018-04-09 22:01:52 +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
9b9c5566fe fix AC58U wireless and enhanced to 30dbm 2018-03-14 11:12:23 +08:00
coolsnowwolf
20f7e75789 update to R7.5.4 2018-01-15 18:26:41 +08:00
coolsnowwolf
298ec483cb x86: Add support for kernel 4.14 2017-12-19 13:14:19 +08:00
coolsnowwolf
e037260d78 enable hyper-v support in x86 32bit kernel 2017-11-26 14:14:14 +08:00
coolsnowwolf
97a4ffcc12 update source 2017-09-06 19:19:45 +08:00