summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/rolo.c
AgeCommit message (Collapse)AuthorFilesLines
2022-03-11multiboot: Remove bad multiboot code from hosted RoLoAidan MacDonald1-16/+0
This looks like it was copy-pasted blindly from elsewhere and it wouldn't even compile, since hosted RoLo is completely different from native RoLo. Change-Id: I4074f5323dcbdae85db8a04f222c858e9a228432
2020-10-17hosted: ROLO: Fixes for PIVOT_ROOT targetsSolomon Peachy1-3/+20
Change-Id: I4888bd5db6f8a419d312c6b017f676ba6c749d89
2020-10-12rolo: hosted: Make display output non-glitchySolomon Peachy1-2/+2
Change-Id: I63d6a28d67fa56d3541aaa121356c8ff2ce10bbe
2020-10-11Turn on ROLO for M3K tooSolomon Peachy1-1/+1
Change-Id: I7e1b2168a70605c5a138d83fd69e847fd02af4a4
2020-10-11hosted: sanitize handling of HOME_DIRSolomon Peachy1-1/+7
* HOME_DIR is now either "/" or special "<HOME>" * target-specific "home dir path" is defined solely by PIVOT_ROOT * PIVOT_ROOT path is now defined in toplevel config files * Make Samsung YP-R0/R1 and SONY_NWZ use PIVOT_ROOT too * Do not prepend PIVOT_ROOT path if the path already has it! * Do not play these games for __PCTOOL__ builds Change-Id: I3d51ad902a5f9cafe45ba15ba654f30f1ec6113a
2020-10-11hosted: Add ROLO support for hosted targetsSolomon Peachy1-0/+102
Change-Id: I2d46a63ee8225a9d9d77dd80a06c418af78c260c