unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72017] [PATCH] gnu: Add linux-libre-lts-arm64-generic.
@ 2024-07-09 17:34 Efraim Flashner
       [not found] ` <handler.72017.B.17205465234763.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2024-07-09 17:34 UTC (permalink / raw)
  To: 72017; +Cc: Efraim Flashner, Leo Famulari, Wilko Meyer

* gnu/packages/linux.scm (linux-libre-lts-arm64-generic): New variable.

Change-Id: I85b0c318850cf984ec9dbfc272278ba80eb39b30
---
 gnu/packages/linux.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1fde34b251..6a40d1d159 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1300,6 +1300,34 @@ (define-public linux-libre-arm64-generic
                         ("CONFIG_SND_SOC_ES8316" . m))
                       (default-extra-linux-options linux-libre-version))))
 
+(define-public linux-libre-lts-arm64-generic
+  (make-linux-libre* linux-libre-lts-version
+                     linux-libre-lts-gnu-revision
+                     linux-libre-lts-source
+                     '("aarch64-linux")
+                     #:defconfig "defconfig"
+                     #:extra-version "arm64-generic"
+                     #:extra-options
+                     (append
+                      `(;; Provide support for ath9k wireless
+                        ("CONFIG_ATH9K_HTC" . m)
+                        ;; needed to fix the RTC on rockchip platforms
+                        ("CONFIG_RTC_DRV_RK808" . #t)
+                        ;; Pinebook display, battery, charger and usb
+                        ("CONFIG_DRM_ANALOGIX_ANX6345" . m)
+                        ("CONFIG_CHARGER_AXP20X" . m)
+                        ("CONFIG_INPUT_AXP20X_PEK" . m)
+                        ("CONFIG_CHARGER_AXP20X" . m)
+                        ("CONFIG_BATTERY_AXP20X" . m)
+                        ("CONFIG_PINCTRL_AXP209" . m)
+                        ("CONFIG_AXP20X_POWER" . m)
+                        ("CONFIG_AXP20X_ADC" . m)
+                        ;; Pinebook PRO battery and sound support
+                        ("CONFIG_BATTERY_CW2015" . m)
+                        ("CONFIG_CHARGER_GPIO" . m)
+                        ("CONFIG_SND_SOC_ES8316" . m))
+                      (default-extra-linux-options linux-libre-lts-version))))
+
 (define-public linux-libre-arm64-generic-5.10
   (make-linux-libre* linux-libre-5.10-version
                      linux-libre-5.10-gnu-revision

base-commit: 395a3a3b003f219beb33ed2539ff0a8a35502b59
-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#72017: Acknowledgement ([PATCH] gnu: Add linux-libre-lts-arm64-generic.)
       [not found] ` <handler.72017.B.17205465234763.ack@debbugs.gnu.org>
@ 2024-07-24 13:54   ` Efraim Flashner
  2024-07-24 21:56     ` [bug#72017] " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2024-07-24 13:54 UTC (permalink / raw)
  To: 72017-done

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

Patch pushed

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#72017] Acknowledgement ([PATCH] gnu: Add linux-libre-lts-arm64-generic.)
  2024-07-24 13:54   ` bug#72017: Acknowledgement ([PATCH] gnu: Add linux-libre-lts-arm64-generic.) Efraim Flashner
@ 2024-07-24 21:56     ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2024-07-24 21:56 UTC (permalink / raw)
  To: Efraim Flashner, 72017-done

[-- Attachment #1: Type: text/plain, Size: 96 bytes --]

On Wed, Jul 24, 2024 at 04:54:41PM +0300, Efraim Flashner wrote:
> Patch pushed

Thanks Efraim!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-24 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 17:34 [bug#72017] [PATCH] gnu: Add linux-libre-lts-arm64-generic Efraim Flashner
     [not found] ` <handler.72017.B.17205465234763.ack@debbugs.gnu.org>
2024-07-24 13:54   ` bug#72017: Acknowledgement ([PATCH] gnu: Add linux-libre-lts-arm64-generic.) Efraim Flashner
2024-07-24 21:56     ` [bug#72017] " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).