Make the ath9k firmwares before the kernel so it can be built in
Commented out the code that copies the firmwares into the filesystem
This fixes#103. Since the firmware is built into the kernel image,
the firmware is available during boot time.
- 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
Cleaned up build files, resources, scripts.
Made the image use a partition map to fix mmc issues
Signed-off-by: SolidHal <solidhal@users.noreply.github.com>