Commit Graph

100 Commits

Author SHA1 Message Date
Austin English d855a21d96 kernel: autogenerated blobby-config updates for arm64
totally untested..
2021-03-30 01:41:38 -05:00
Austin English 82eca4958e kernel: commit autogenerated changelog 2021-03-29 22:14:24 -05:00
Austin English d315e1b485 kernel: disable building ath9k 2021-03-23 02:20:33 -05:00
Austin English 051cf7c938 crawfishos: initial fork 2021-01-20 07:26:47 -06:00
Austin English 5d6ac57e1b makefile: use the blobby kernel 2021-01-20 06:47:24 -06:00
Austin English 037607c23b import blobby broadcom firmware
Based on https://github.com/Maccraft123/ShrimpOS
2021-01-20 06:47:24 -06:00
Austin English fcc04ee139 Revert "bump armhf to 5.10.1, upload package"
This reverts commit 2d18ac282b.

This breaks formatting emmc on speedy, for me
2020-12-29 16:01:59 -06:00
Austin English a3d8d4423e scripts: fix syntax errors resulting from moving code around
Additionally, cut out the /dev/ prefix
2020-12-27 14:44:18 -06:00
Austin English 1696ae55ad kernel/makefile: require image to be built before building kernel 2020-12-25 16:11:56 -06:00
SolidHal c905b0178c fixup #249, locate kernel config for "make kernel_config" properly 2020-12-23 15:52:00 -08:00
SolidHal 1bf930b2a7 bump blobby kernel config to 5.10.1 2020-12-23 15:37:54 -08:00
SolidHal 416482da4f correct to order only, fixup #249 2020-12-23 13:17:16 -08:00
SolidHal b35d8c7001
Merge pull request #249 from austin987/blobby-kernel-wip
better blobby kernel support
2020-12-23 21:16:13 +00:00
SolidHal f477e0b764 add arm64 kernel config for perf debug 2020-12-23 13:08:49 -08:00
SolidHal 17924eb400 cleanup patch message 2020-12-23 12:13:03 -08:00
SolidHal f0ce6513e5 Add kernel patch for gru-kevin cursor lag, fixes #225
Added additioanl kernel patch to correct analogix_dp_transfer failue
2020-12-23 11:38:36 -08:00
Austin English 42b2313cc7 kernel/makefile: improved blobby kernel support 2020-12-20 00:22:31 -06:00
Austin English e12f99f6b9 kernel/resources/arm*: add blobby config
And append -libre to the libre kernel to differentiate them
2020-12-20 00:22:30 -06:00
Austin English 20ed53430d kernel/resources/shared: add blobby-linux signing keys 2020-12-20 00:22:30 -06:00
SolidHal cba4cfb89f bump kernel package to upgrade install script 2020-12-19 09:33:37 -08:00
SolidHal 0bd5575b0b stop hardcoding the emmc, the emmc will always have a boot0 device 2020-12-19 09:27:18 -08:00
SolidHal 4a8e0ad2c2 add rule to make perf 2020-12-15 21:31:10 -08:00
SolidHal 37fd898d66 Merge branch 'master' of github.com:SolidHal/PrawnOS 2020-12-15 19:58:53 -08:00
SolidHal 2d18ac282b bump armhf to 5.10.1, upload package 2020-12-15 19:58:35 -08:00
SolidHal 951e2096e6 bump arm64 to 5.10.1, uploaded new kernel package 2020-12-15 19:55:08 -08:00
SolidHal 441839577d Merge branch 'master' of github.com:SolidHal/PrawnOS 2020-12-15 18:22:22 -08:00
SolidHal 8940c71499 bring parity to armhf usbnet with arm64 2020-12-15 18:22:06 -08:00
SolidHal f99fb8deb2 enable support for common usb ethernet devices on arm64, already enabled on armhf. reported in #262 2020-12-15 18:20:57 -08:00
SolidHal be89608bd3 enable exfat for armhf, was already enabled on arm64 #259 2020-12-15 18:08:08 -08:00
Gregory Tomko 922e037ba2 Add support for Veyron-Mickey 2020-12-11 03:45:23 -05:00
SolidHal a5667b4472 ready kernel image packages for upload 2020-12-04 21:23:59 -08:00
SolidHal 7944acdc7d track armhf kernel tar orig 2020-12-04 21:01:09 -08:00
SolidHal f740f06b70 fixup armhf kernel package version vars 2020-12-04 20:50:10 -08:00
SolidHal 57021d4781 Make kernel image packaing work properly
track the orig so /debian file changes can be made if necessary before a kver bump
2020-12-04 20:19:57 -08:00
SolidHal 1dbd4c57c2 bump armhf kernel package changelog 2020-12-04 18:29:48 -08:00
SolidHal 3a727a5ac4 cleanup kernel image packaging 2020-12-04 18:25:20 -08:00
SolidHal 01edc39c1a typo 2020-12-04 17:36:01 -08:00
SolidHal b377c45a1f fix arm64 kernel package references to armhf 2020-12-04 17:32:15 -08:00
SolidHal 106cb621a6
Merge pull request #237 from austin987/blobby
kernel/makefile: blobby_kernel build fix
2020-11-28 16:08:17 -06:00
SolidHal c5245efb8b
Merge pull request #242 from austin987/xz
kernel: use xz archive instead of lzip
2020-11-28 16:07:17 -06:00
SolidHal 0d09276491
Merge pull request #240 from austin987/kernel-version
kernel/resources/armhf/config: add missing hyphen before 'PrawnOS' in kernel version
2020-11-28 16:06:15 -06:00
SolidHal e8a2d87375 refine bluetooth in kernel config, add packages for gnome bluetooth 2020-11-25 20:03:30 -08:00
Austin English 80feca43a7 kernel: use xz archive instead of lz
The size difference is minimal. This is also what is used by the upstream (blobby) kernel,
(and also means the special flag for tar isn't needed).
2020-11-24 04:07:59 -06:00
Austin English 49581d9bd4 kernel/resources/armhf/config: add missing hyphen before 'PrawnOS' in kernel version 2020-11-22 23:18:52 -06:00
Austin English f07ad23005 kernel/makefile: blobby_kernel build fix 2020-11-20 14:00:01 -06:00
SolidHal 67d1e2b66c bump armhf to 5.9.8 2020-11-15 14:01:55 -08:00
SolidHal daab2c9f2b don't spam console with kernel decompression 2020-11-15 09:12:36 -08:00
SolidHal afacb89730 bump to 5.9.8, add way to build the upstream blobby kernel for debug purposes 2020-11-14 11:59:27 -08:00
SolidHal 3e2155a987 Add gnome configurations, and load them in a sane way
bump arm64 to 5.9.7
clean up package installation
bump image size to 3GB for now
add "make write_image PDEV=/dev/sdX TARGET=armXX" to easily build and write an image to the specified device all in one
2020-11-10 22:15:03 -08:00
SolidHal 8c13520340 bump armhf to 5.9.4 to fix panfrost, gdm 2020-11-04 17:42:48 -08:00