-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downstream: 2501: Merge some downstream changes into upstream #441
Conversation
* PE32 should specify EFI format DXE instead of INF, fix them here. Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
* The clockdxe in PatchedBinaries comes from Oneplus5T. * For the convenience of debugging, temporarily disable AcpiPlatformUpdateLib. Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
…actual conditions Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
* At present, there is no way to load Windows, and we still need to investigate where the problem lies. Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
Process 1
Result 1
|
Process 2
Result 2
|
MSM8998 and older are never ARMV8.1 or higher but simply ARMv8; such flags should be silicon dependent; and we shouldnt treat that as an exceptional/unique case either. It should be defined on a per silicon basis. Another modern example are SW5100/SW5200 watch socs that are also ARMv8 but do not change it globally. |
* By making this change, each Silicon can be compiled using the corresponding '-march' flags. * Sm8475 and Sm8550 are both armv9.0, so we should also modify them to "armv9-a+crypto+rcpc", which will be changed after passing the subsequent tests. Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
Process 3
Related Commit and PR
Result 3
|
…tically allocated * At present, it has passed the test on 8GB memory devices. Memory after 0x180000000 will be automatically allocated as RAM by RamPartitionDxe, so we only need to add the memory that can be used as RAM before 0x180000000. Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
* DSDT.aml uses the publicly available DSDD_MTP.aml for basic testing before we have adapted the driver. * Sagit is a representative that couldn't use the QCTREE driver in previous tests. So we add it now to test different circumstances (if possible). Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
Process 4
|
Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
648fae5
to
e9c59e3
Compare
Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
* The ACPI of both the dumpling and sagit devices will be updated after re-using the MTP-ACPI transplantation. Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
Platforms/NazgulPkg/Device/oneplus-dumpling/DeviceTreeBlob/Android/android-dumpling.dtb
Show resolved
Hide resolved
Platforms/NazgulPkg/Device/xiaomi-sagit/DeviceTreeBlob/Android/android-sagit.dtb
Outdated
Show resolved
Hide resolved
Platforms/NazgulPkg/Device/xiaomi-sagit/PcdsFixedAtBuild.dsc.inc
Outdated
Show resolved
Hide resolved
Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
Signed-off-by: XiaoYeZi <qaz6750@outlook.com>
Explain
Dependency Commit/PR
Change
SDM845
MSM8998
SM8150
Common & Project
Notice
Problem
MSM8998
Currently, it is not possible to boot Windows using the ported UEFI. It will automatically restart after booting to bootmgfw (unknown reason), but Gurb2 starts well.Memory allocation issue.Common