forked from openbmc/openbmc
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kernel-5.4 v00.04.16 Update kernel-5.15 v00.05.08 Update u-boot-2019.04 v00.04.17 Update aspeed_app v00.01.11 Update openssl v00.01.02 Support kernel-6.6 v00.06.00 Support u-boot-2023.10 v00.05.00 Merge branch 'aspeed-dev' into aspeed-master Signed-off-by: VinceChang6637 <[email protected]> Change-Id: I6d10d57d20283cb907c248d3896267e4397d7950
- Loading branch information
Showing
179 changed files
with
5,346 additions
and
542 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ owners: | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] |
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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,2 +1,17 @@ | ||
MACHINE_FEATURES:append = " ast-mmc" | ||
MACHINEOVERRIDES .= ":ast-mmc" | ||
|
||
# This IMAGE_OVERHEAD_FACTOR allows for a percentage overage of the actual | ||
# image size rather than a fixed extra space, this is space needed for | ||
# initial startup and basic operations. | ||
# IMAGE_OVERHEAD_FACTOR is 1.3 by default in bitbake.conf. | ||
# And the IMAGE_ROOTFS_SIZE is IMAGE_ROOTFS * 1.3 by default. | ||
# The rootfs is a readonly filesystem in openbmc for emmc boot. | ||
# Set IMAGE_OVERHEAD_FACTOR 1 to reduce the code size. | ||
IMAGE_OVERHEAD_FACTOR = "1.0" | ||
|
||
# If generating an empty image the size of the sparse block should be large | ||
# enough to allocate an ext4 filesystem using 4096 bytes per inode, this is | ||
# about 60K, so add extra rootfs space 4MB | ||
# Defines additional free disk space created in the image in Kbytes | ||
IMAGE_ROOTFS_EXTRA_SPACE = "4096" |
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
Oops, something went wrong.