All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] configs/orangepi_lite: Bump kernel and U-Boot versions
@ 2018-06-11 17:01 Jan Kraval
  2018-06-11 17:01 ` [Buildroot] [PATCH 2/2] configs/orangepi_lite: Enable HDMI and analog audio in Linux config Jan Kraval
  2018-06-11 19:42 ` [Buildroot] [PATCH 1/2] configs/orangepi_lite: Bump kernel and U-Boot versions Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Jan Kraval @ 2018-06-11 17:01 UTC (permalink / raw)
  To: buildroot

    Bump kernel to version 4.17 and U-Boot to 2018.05.

Signed-off-by: Jan Kraval <jan.kraval@gmail.com>
---
 configs/orangepi_lite_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/orangepi_lite_defconfig b/configs/orangepi_lite_defconfig
index 1e5fca8677..109861f21c 100644
--- a/configs/orangepi_lite_defconfig
+++ b/configs/orangepi_lite_defconfig
@@ -1,12 +1,12 @@
 BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_VFPV4=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_17=y
 BR2_TARGET_GENERIC_HOSTNAME="OrangePi_Lite"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi Lite"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14.4"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.17"
 BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/orangepi/orangepi-lite/linux-extras.config"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
@@ -21,7 +21,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.11"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.05"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_lite"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-- 
2.11.0

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

* [Buildroot] [PATCH 2/2] configs/orangepi_lite: Enable HDMI and analog audio in Linux config
  2018-06-11 17:01 [Buildroot] [PATCH 1/2] configs/orangepi_lite: Bump kernel and U-Boot versions Jan Kraval
@ 2018-06-11 17:01 ` Jan Kraval
  2018-06-11 19:42   ` Peter Korsgaard
       [not found]   ` <20180618074826.pud3rpikt7xzv5sg@flea>
  2018-06-11 19:42 ` [Buildroot] [PATCH 1/2] configs/orangepi_lite: Bump kernel and U-Boot versions Peter Korsgaard
  1 sibling, 2 replies; 6+ messages in thread
From: Jan Kraval @ 2018-06-11 17:01 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jan Kraval <jan.kraval@gmail.com>
---
 board/orangepi/orangepi-lite/linux-extras.config | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/board/orangepi/orangepi-lite/linux-extras.config b/board/orangepi/orangepi-lite/linux-extras.config
index 5e3af2b831..6bb716903f 100644
--- a/board/orangepi/orangepi-lite/linux-extras.config
+++ b/board/orangepi/orangepi-lite/linux-extras.config
@@ -6,3 +6,10 @@ CONFIG_CFG80211_WEXT=y
 
 # wireless drivers
 CONFIG_WLAN=y
+
+# hdmi
+CONFIG_DRM_SUN8I_DW_HDMI=y
+CONFIG_SUN8I_DE2_CCU=y
+
+# analog audio
+CONFIG_SND_SUN8I_CODEC_ANALOG=y
-- 
2.11.0

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

* [Buildroot] [PATCH 1/2] configs/orangepi_lite: Bump kernel and U-Boot versions
  2018-06-11 17:01 [Buildroot] [PATCH 1/2] configs/orangepi_lite: Bump kernel and U-Boot versions Jan Kraval
  2018-06-11 17:01 ` [Buildroot] [PATCH 2/2] configs/orangepi_lite: Enable HDMI and analog audio in Linux config Jan Kraval
@ 2018-06-11 19:42 ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2018-06-11 19:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Jan" == Jan Kraval <jan.kraval@gmail.com> writes:

 >     Bump kernel to version 4.17 and U-Boot to 2018.05.
 > Signed-off-by: Jan Kraval <jan.kraval@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] configs/orangepi_lite: Enable HDMI and analog audio in Linux config
  2018-06-11 17:01 ` [Buildroot] [PATCH 2/2] configs/orangepi_lite: Enable HDMI and analog audio in Linux config Jan Kraval
@ 2018-06-11 19:42   ` Peter Korsgaard
       [not found]   ` <20180618074826.pud3rpikt7xzv5sg@flea>
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2018-06-11 19:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Jan" == Jan Kraval <jan.kraval@gmail.com> writes:

 > Signed-off-by: Jan Kraval <jan.kraval@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] configs/orangepi_lite: Enable HDMI and analog audio in Linux config
       [not found]   ` <20180618074826.pud3rpikt7xzv5sg@flea>
@ 2018-06-19  7:03     ` Jan Kraval
  2018-06-19 10:37       ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Kraval @ 2018-06-19  7:03 UTC (permalink / raw)
  To: buildroot

Hi Maxime,


On 18.6.2018 09:48, Maxime Ripard wrote:
> Hi,
>
> Why haven't those changes been submitted to the upstream defconfig?
>
> Maxime
>

I don' know why 4.17 doesn't enable it in sunxi_defconfig. I suspected 
that it's because there are boards without HDMI output so it's kept 
disabled. I tested clean 4.17 on my Lite and HDMI worked only in u-boot. 
Then I saw 
https://git.buildroot.net/buildroot/commit/?id=a96100599071055e6daad1211f68b022c86a25c1, 
which enables HDMI on Opi-PC. I tested it on Lite and it worked, so I 
just submitted it.

Jan

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

* [Buildroot] [PATCH 2/2] configs/orangepi_lite: Enable HDMI and analog audio in Linux config
  2018-06-19  7:03     ` Jan Kraval
@ 2018-06-19 10:37       ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2018-06-19 10:37 UTC (permalink / raw)
  To: buildroot

>>>>> "Jan" == Jan Kraval <jan.kraval@gmail.com> writes:

Hi,
 > On 18.6.2018 09:48, Maxime Ripard wrote:
 >> Hi,
 >> 
 >> Why haven't those changes been submitted to the upstream defconfig?

Hmm, I never received this mail from Maxime?

I know, I wanted to send an update for sunxi_defconfig so when I bumped
the orangepi_pc defconfig, just haven't gotten around to do it yet.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-06-19 10:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-11 17:01 [Buildroot] [PATCH 1/2] configs/orangepi_lite: Bump kernel and U-Boot versions Jan Kraval
2018-06-11 17:01 ` [Buildroot] [PATCH 2/2] configs/orangepi_lite: Enable HDMI and analog audio in Linux config Jan Kraval
2018-06-11 19:42   ` Peter Korsgaard
     [not found]   ` <20180618074826.pud3rpikt7xzv5sg@flea>
2018-06-19  7:03     ` Jan Kraval
2018-06-19 10:37       ` Peter Korsgaard
2018-06-11 19:42 ` [Buildroot] [PATCH 1/2] configs/orangepi_lite: Bump kernel and U-Boot versions Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.