Wip/bhahn/imx8mp proof reeding pd26#453
Open
BHahn42618 wants to merge 16 commits into
Open
Conversation
Add the compile bootscripts *.scr.uimg to the list of files that are deployed by Yocto. Correct indentation for imx8mm. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
EFI boot has been disabled for this release due to it causing bugs for netboot with static IP addresses. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Remove the note that mentioned the change to fitImage boot and how to revert to legacyboot. FitImage boot is not new anymore and the legacyboot revert is not supported anymore, as this was already deprecated in the last release. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
The U-Boot Yocto recipe uses the github repo and https protocol. This change has already been done for the other platforms. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
We have not tested this bootscript for the release and therefore it is not officially supported. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Use the FIT image naming format instead of fitImage like it is done in the rest of the file. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Update list of overlays that are present in the fitImage. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Update list of overlays that are present in the fitImage. Also list the files in the same order as in the fitImage (alphabetically). Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
This feature is not supported in upcoming release. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Replace hardcoded imx8mp FPSC names with existing substitutions to get the renaming of the board. Also move the file to imx8mp-fpsc folder, as this is still specific to imx8mp-fpsc and only used there. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
PEB-WLBT is not supported in the upcoming release. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Remove usb-device chapter as this is not supported in the upcomming release. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Starting with 1618.2 version of Libra board, there is no miniPCIe anymore. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Add a warning, that peb-av-10 audio is broken and only HDMI audio is supported. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Suspend to RAM is not supported on Libra in upcoming release. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
lmsensors (contains fancontrol) are not present in the BSP, as the fan is controlled via kernel devicetree. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proofreading of imx8mp documentation for upcoming PD26.1.0. Mostly removing of unsupported features and some small fixes.