-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from woa-msmnile/sunflower/test
Separate Linux DTB/Android DTB & Added some devices.
- Loading branch information
Showing
1,145 changed files
with
32,339 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## This Doc will indroduce some Defines you may need in Defines.dsc.inc | ||
___ | ||
> **HAS_MLVM** | ||
* Type | ||
- Boolean | ||
* Why define it ? | ||
- Some devices have MLVM region, some do not. | ||
- If the device has MLVM enabled, MLVM regions will be protected, and they'll be un-readable and un-writeable. | ||
* What happened when **TRUE**? | ||
- If `HAS_MLVM = TRUE`, the MLVM regions will be reserved, so HLOS will not use this region. | ||
- Total RAM size will decrease about 400MB. | ||
* Where used it ? | ||
- `HAS_MLVM` is used in Platforms/SurfaceDuoFamilyPkg/Driver/RamPartitionDxe/ExtendedMemoryMap.h. | ||
|
||
> **CUST_PLATFORM_PRE_PI_LIB** | ||
* Type | ||
- Boolean | ||
* Why define it ? | ||
- Some device may want to customized `IsLinuxBootRequested()` function in Library/PlatformPrePiLib/PlatformUtils.c | ||
- The `IsLinuxBootRequested()` function is used to judge the direction where to boot. | ||
+ return `TRUE` | ||
* boot to Android | ||
+ return `FALSE` | ||
* boot to UEFI | ||
* What happened when **TRUE**? | ||
- The build-system will try to find PlatformPrePiLib under Device/$(brand-codename)/Library/PlatformPrePiLib/ | ||
* Where used it ? | ||
- `CUST_PLATFORM_PRE_PI_LIB` is used in Platforms/SurfaceDuoFamilyPkg/SurfaceDuoFamily.dsc.inc | ||
- Line: 395 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
1 change: 1 addition & 0 deletions
1
Platforms/SurfaceDuo1Pkg/Device/asus-I001DC/DeviceTreeBlob/Linux/linux-I001DC.dtb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dummy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.