-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added patches for two ARM errata that cause hangs in specific cpu states - Disabled some power management features: - Disabled suspend at the kernel level since it is broken/unsupported in the mainline kernel - Disabled APM emulation - Disabled some USB features: - Disabled USB default persist - Disabled USB dynamic minors - Disabled USB monitoring for debug, shouldn't be enabled by default - Disabled USB 3.0 support, shouldn't be enabled as the c201 has no 3.0 ports - removed two patches that have made it into 4.19 - removed the debug options from the cmdline - made the kernel build script announce what patch is being applied - removed light-locker, as it does not function properly
- Loading branch information
Showing
7 changed files
with
21 additions
and
326 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
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 +1 @@ | ||
console=tty1 init=/sbin/init root=PARTUUID=%U/PARTNROFF=1 rootfstype=ext4 rootwait ro net.ifnames=0 console=ttyS2,115200n8 earlyprintk=ttyS2,115200n8 loglevel=4 | ||
console=tty1 init=/sbin/init root=PARTUUID=%U/PARTNROFF=1 rootfstype=ext4 rootwait ro net.ifnames=0 |
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
52 changes: 0 additions & 52 deletions
52
resources/BuildResources/patches-tested/kernel/fix-dma-cache-alignment-issues.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
1c0e6ab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The arm errata patches actually landed in commit 8a7fa39