19 Commits

Author SHA1 Message Date
Jinhua Cao
2f0b056664 BaseTools: Adapter for python3.9
fix ucs-2 lookup on python3.9
    Work around array.array.tostring() removal in python3.9
    (cherry-pick: 5d8648345c 43bec9ea3d)

Signed-off-by: Jinhua Cao <caojinhua1@huawei.com>
2022-01-18 19:04:29 +08:00
imxcc
5a3c9bbbde fix cve-2021-38575
Signed-off-by: imxcc <xingchaochao@huawei.com>
2021-09-22 17:40:47 +08:00
miaoyubo
b8316529d8 Fix CVE-2021-28211 2021-08-31 09:53:19 +08:00
eillon
85be15144b ArmPkg/CompilerIntrinsicsLib: provide atomics intrinsics
Gary reports the GCC 10 will emit calls to atomics intrinsics routines
unless -mno-outline-atomics is specified. This means GCC-10 introduces
new intrinsics, and even though it would be possible to work around this
by specifying the command line option, this would require a new GCC10
toolchain profile to be created, which we prefer to avoid.

So instead, add the new intrinsics to our library so they are provided
when necessary.
2021-07-30 10:00:25 +08:00
Jiajie Li
30b95c6463 Fix CVE-2021-28210
Signed-off-by: Jiajie Li <lijiajie11@huawei.com>
2021-06-28 16:42:40 +08:00
AlexChen
de34a2e0be spec: remove useless BuildRequire python2
The build of the edk2 don't need python2 anymore, so remote it.

Signed-off-by: AlexChen <alex.chen@huawei.com>
2020-11-02 10:51:23 +08:00
Ying Fang
086d6ccc13 spec: convert Source0 to http url
update Source0 to http url, OBS will build pkg using Source0

Signed-off-by: Ying Fang <fangying1@huawei.com>
2020-09-29 09:00:20 +08:00
jiangfangjie
d285d5a0fb ArmvirtPkg/ArmVirtQemu: enable TPM2 based measured boot and enable the TPM2 configuration module
Signed-off-by: jiangfangjie <jiangfangjie@huawei.com>
2020-08-05 18:42:45 +08:00
zhanghailiang
07555356d1 Update edk2.spec. Add build option to enable secure boot 2020-07-29 10:54:12 +08:00
Xiang Zheng
7d22e06acf Upgrade edk2 to stable202002 and OpenSSL to 1.1.1f
Signed-off-by: Xiang Zheng <zhengxiang9@huawei.com>
2020-05-12 11:09:52 +08:00
zhanghailiang
3d4a8af3b4 openssl: sync two patches from openeuler openssl
Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
2020-03-19 11:31:01 +08:00
zhanghailiang
cb50babe87 spec: enable ipv6 for x86_64
Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
2020-03-17 10:37:04 +08:00
zhanghailiang
62f3b1f4fe spec: pass some options to make command
edk2 packages can take EXTRA_OPTFLAGS and EXTRA_LDFLAGS from caller,
we pass the default optflags and __global_ldflags to make.

Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
2020-03-17 10:37:01 +08:00
zhanghailiang
7195ac465d spec: enable multiple threads compiling
Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
2020-03-17 10:36:28 +08:00
zhanghailiang
3baa49e488 spec: fix missing OVMF.fd in package
We didn't put OVMF.fd in package, let's put it into package.

Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
2020-03-15 11:45:07 +08:00
openeuler-basic
5df068cf08 add build requires of python2 2020-02-22 22:03:25 +08:00
zhanghailiang
cc86ef775e edk2: Upgrade openssl to 1.1.1d to fix several bugs
Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
2019-12-31 10:02:37 +08:00
dogsheng
12632280a0 Package init 2019-12-13 15:13:41 +08:00
overweight
c101acabb9 Package init 2019-09-30 10:37:47 -04:00