From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 00/10] splash screen on the stm32f769 disco board
Date: Mon, 5 Mar 2018 23:51:50 +0100 [thread overview]
Message-ID: <20180305235150.473eade4@crub> (raw)
In-Reply-To: <1520005451-23217-1-git-send-email-yannick.fertre@st.com>
On Fri, 2 Mar 2018 16:44:01 +0100
yannick fertre yannick.fertre at st.com wrote:
> Version 2:
> - Replace debug log by pr_error, pr_warn or pr_info.
> - Rework bridge between ltdc & dsi panel
> - Rework backligh management (with or witout gpio)
> - Rework panel otm8009a
> - Add new panel raydium rm68200
>
> Version 1:
> - Initial commit
>
> This serie contains all patchsets needed for displaying a splash screen
> on the stm32f769 disco board.
>
> yannick fertre (10):
> video: stm32: stm32_ltdc: add bridge to display controller
> video: stm32: stm32_ltdc: update debug log
> video: add support of MIPI DSI interface
> video: add support of panel OTM8009A
> video: add MIPI DSI host controller bridge
> video: add support of STM32 MIPI DSI controller driver
> video: add support of panel rm68200
> arm: dts: stm32: add dsi for STM32F746
> arm: dts: stm32: add display for STM32F769 disco board
> board: Add STM32F769 SoC, discovery board support
With this series applied some dtbs fail to build:
...
DTC arch/arm/dts/stm32f746-disco.dtb
DTC arch/arm/dts/stm32f769-disco.dtb
Error: arch/arm/dts/stm32f746.dtsi:339.20-21 syntax error
FATAL ERROR: Unable to parse input tree
scripts/Makefile.lib:329: recipe for target 'arch/arm/dts/stm32f746-disco.dtb' failed
make[2]: *** [arch/arm/dts/stm32f746-disco.dtb] Error 1
make[2]: *** Waiting for unfinished jobs....
Error: arch/arm/dts/stm32f746.dtsi:339.20-21 syntax error
FATAL ERROR: Unable to parse input tree
scripts/Makefile.lib:329: recipe for target 'arch/arm/dts/stm32f769-disco.dtb' failed
make[2]: *** [arch/arm/dts/stm32f769-disco.dtb] Error 1
dts/Makefile:46: recipe for target 'arch-dtbs' failed
make[1]: *** [arch-dtbs] Error 2
Makefile:880: recipe for target 'dts/dt.dtb' failed
make: *** [dts/dt.dtb] Error 2
There seems to be a dependency on patch for include/dt-bindings/mfd/stm32f7-rcc.h
adding some new macros. Is it also submitted to the list?
--
Anatolij
next prev parent reply other threads:[~2018-03-05 22:51 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-02 15:44 [PATCH v2 00/10] splash screen on the stm32f769 disco board yannick fertre
2018-03-02 15:44 ` [U-Boot] " yannick fertre
2018-03-02 15:44 ` yannick fertre
2018-03-02 15:44 ` [PATCH v2 01/10] video: stm32: stm32_ltdc: add bridge to display controller yannick fertre
2018-03-02 15:44 ` [U-Boot] " yannick fertre
2018-03-02 15:44 ` yannick fertre
2018-03-13 8:44 ` Patrice CHOTARD
2018-03-13 8:44 ` [U-Boot] " Patrice CHOTARD
2018-03-13 8:44 ` Patrice CHOTARD
2018-03-02 15:44 ` [PATCH v2 02/10] video: stm32: stm32_ltdc: update debug log yannick fertre
2018-03-02 15:44 ` [U-Boot] " yannick fertre
2018-03-02 15:44 ` yannick fertre
2018-03-13 8:48 ` Patrice CHOTARD
2018-03-13 8:48 ` [U-Boot] " Patrice CHOTARD
2018-03-13 8:48 ` Patrice CHOTARD
2018-03-02 15:44 ` [PATCH v2 03/10] video: add support of MIPI DSI interface yannick fertre
2018-03-02 15:44 ` [U-Boot] " yannick fertre
2018-03-02 15:44 ` yannick fertre
2018-03-02 15:44 ` [PATCH v2 04/10] video: add support of panel OTM8009A yannick fertre
2018-03-02 15:44 ` [U-Boot] " yannick fertre
2018-03-02 15:44 ` yannick fertre
2018-03-13 8:52 ` Patrice CHOTARD
2018-03-13 8:52 ` [U-Boot] " Patrice CHOTARD
2018-03-13 8:52 ` Patrice CHOTARD
2018-03-02 15:44 ` [PATCH v2 05/10] video: add MIPI DSI host controller bridge yannick fertre
2018-03-02 15:44 ` [U-Boot] " yannick fertre
2018-03-02 15:44 ` yannick fertre
2018-03-02 18:58 ` Brian Norris
2018-03-02 18:58 ` [U-Boot] " Brian Norris
2018-03-02 18:58 ` Brian Norris
2018-03-02 19:02 ` Brian Norris
2018-03-02 19:02 ` [U-Boot] " Brian Norris
2018-03-02 19:02 ` Brian Norris
2018-03-02 15:44 ` [PATCH v2 06/10] video: add support of STM32 MIPI DSI controller driver yannick fertre
2018-03-02 15:44 ` [U-Boot] " yannick fertre
2018-03-02 15:44 ` yannick fertre
2018-03-13 8:56 ` Patrice CHOTARD
2018-03-13 8:56 ` [U-Boot] " Patrice CHOTARD
2018-03-13 8:56 ` Patrice CHOTARD
2018-03-02 15:44 ` [PATCH v2 07/10] video: add support of panel rm68200 yannick fertre
2018-03-02 15:44 ` [U-Boot] " yannick fertre
2018-03-02 15:44 ` yannick fertre
2018-03-13 8:59 ` Patrice CHOTARD
2018-03-13 8:59 ` [U-Boot] " Patrice CHOTARD
2018-03-13 8:59 ` Patrice CHOTARD
2018-03-02 15:44 ` [PATCH v2 08/10] arm: dts: stm32: add dsi for STM32F746 yannick fertre
2018-03-02 15:44 ` [U-Boot] " yannick fertre
2018-03-02 15:44 ` yannick fertre
2018-03-02 15:44 ` [PATCH v2 09/10] arm: dts: stm32: add display for STM32F769 disco board yannick fertre
2018-03-02 15:44 ` [U-Boot] " yannick fertre
2018-03-02 15:44 ` yannick fertre
2018-03-02 15:44 ` [PATCH v2 10/10] board: Add STM32F769 SoC, discovery board support yannick fertre
2018-03-02 15:44 ` [U-Boot] " yannick fertre
2018-03-02 15:44 ` yannick fertre
2018-03-13 8:41 ` Patrice CHOTARD
2018-03-13 8:41 ` [U-Boot] " Patrice CHOTARD
2018-03-13 8:41 ` Patrice CHOTARD
2018-03-05 22:51 ` Anatolij Gustschin [this message]
2018-03-06 7:50 ` [U-Boot] [PATCH v2 00/10] splash screen on the stm32f769 disco board Patrice CHOTARD
2018-03-06 8:45 ` Anatolij Gustschin
2018-03-06 19:44 ` Vikas Manocha
2018-03-08 8:24 ` Patrice CHOTARD
2018-03-12 17:09 ` Patrice CHOTARD
2018-03-12 23:12 ` Vikas Manocha
2018-03-06 17:51 ` Simon Glass
2018-03-06 17:51 ` [U-Boot] " Simon Glass
2018-03-06 17:51 ` Simon Glass
2018-03-06 19:47 ` [U-Boot] " Anatolij Gustschin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180305235150.473eade4@crub \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.