summaryrefslogtreecommitdiff
path: root/kcmdlinectrl
AgeCommit message (Collapse)Author
2024-03-08Fix log typo; no using namespace std; remove unnecessary std::endlsT.J. Mercier
Change-Id: Iff1f6b55d4b6b26a6d39fbf64e2853847e37b3dd
2024-03-06kcmdlinectrl: add system property supportAlice Ryhl
Test: Verified that setprop/getprop work and that the value is loaded properly at boot Bug: 326222756 Change-Id: Ida9f1792cdd450b8ee01d99076fee1499a6b0bce
2024-01-12Add kcmdlinectrl for setting the kcmdline bootloader messageAlice Ryhl
This utility makes it possible to read and write to the kcmdline bootloader message. This message can be used to tell the bootloader to set kcmdline flags for enabling features in the kernel. Test: Verified that a custom bootloader is able to read the data Bug: 278052745 Change-Id: I5f13a9bdff940517cb7b880815dfb8f396fc3844 Signed-off-by: Alice Ryhl <aliceryhl@google.com>