This repository was archived by the owner on Jan 8, 2025. It is now read-only.
forked from efidroid/bootloader_lk
-
Notifications
You must be signed in to change notification settings - Fork 4
Newest Changes. #1
Merged
npjohnson
merged 61 commits into
multirom-nexus6p:common/LA.BF64
from
efidroid:common/LA.BF64
May 23, 2016
Merged
Newest Changes. #1
npjohnson
merged 61 commits into
multirom-nexus6p:common/LA.BF64
from
efidroid:common/LA.BF64
May 23, 2016
Conversation
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
Fix displaying RGB565 logo on MIPI
now, polling drivers don't have to manually report escape sequences anymore
now both UEFI and LK use the same command name for this feature
this allows us to restart the usb driver later
Fix rules.mk for uefi of target msm7x27a
Add weak shutdown_device function
Added check on available decompression space, before calling the decompression. Change-Id: Ia3d40744ea0b59e90151d12fb02575e4c9211843
The 20 nm DSI PHY init sequence was missing the phy software reset which may result in display corruption during bootup. Fix this by adding phy software reset to the init sequence. [Resolved conflicts in mipi_dsi.h, msm8994/target_display.c, include/mipi_dsi.h] Change-Id: I237b1a3d827dc71bbe94a2a3f0a53cf4180b3973
FRP partition used to store the is_allow_unlock boolean which will decide whether the target unlock is allowed or not. Change-Id: I6661eeef542225af3a6125b9dc8597dff913eca2
Add support for picking the frp partition dynamically. Change-Id: Ic3769c001e1e18412728097bb872cb901f79f317
As google's requirement, updating fastboot commands. Add:- fastboot flashing get_unlock_ability fastboot flashing lock_critical fastboot flashing unlock_critical Modify:- fastboot oem lock --> fastboot flashing lock fastboot oem unlock --> fastboot flashing unlock Change-Id: Ic9a9d3fe5c7e4555c610510da6523f957ca6d82f
Add support for drawing diffrent color line Change-Id: I86ca0aa425ae19cbeade5609cb27cc2b62b89a3e
* Add fastboot menu and lock critical menu * wipe data when device status is changed lock->unlock, unlock->lock lock_critical->unlock_critical, unlock_critical->lock_critical Change-Id: I4d8c716cf739a6839ab7a9babc86d99952d205b3
…ection For key's press detection initialization, it need to wait for all the keys to be released. For example, when device is booting up by holding volume key + power key, the current key pressed is not for the UI action key detected. CRs-Fixed: 983225 Change-Id: I10bd260c082825e5b5ebfe2f6fc9e59cff5a7d35
…'s detection Rename these functions from XXXX_thread to XXXX and from XXXX_menu to XXXX_menu_renew. It's not well-defined for these functions. So correct their name. Add option index to record the current keys position and initialize the option index for key's detection. Add mutex lock when the menu is updated or switched to avoid the variables is mismatched for the current menu. Optimize the keys' detection function, using a array to map power key's action and integrate the power key's functions to a single function. Exit the key's detection thread when there is no any action on verified boot warning page. Change-Id: Ia1bf7025f86a9399b546f500fa98f41f02af1eb7
Exit keys' detection thread after fastboot continue CRs-Fixed: 982744 Change-Id: Icdd82df2a859f9c479fbfb29760e61e304b2b143
A warning must be displayed to the user when dm-verity is not started in enforcing mode. CRs-Fixed: 983225 Change-Id: I03fdfd2c3b00051900aa31ad916c35736b2cfa1a
Added integer overflow check in aboot code. Change-Id: I6f3f52747a3e777fbd8c5024160785164e102f40
…and key's detection"
This reverts commit f5317c8.
This reverts commit 3e234cd.
…a/kernel/lk into HEAD "LA.BF64.1.2.2-04540-8x94.0"
this failed, when other modules were using LOCAL_PATH
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.