On Fri, 08 Nov 2024 08:23:41 -0700, Simon Glass wrote:
> This series updates buildman to process #include lines in defconfig
> files. With this, it is no-longer necessary to duplicate lines certain
> lines from the include-file in the defconfig, e.g. CONFIG_ARM and
> CONFIG_SOC_...
>
>
> Simon G
This series updates buildman to process #include lines in defconfig
files. With this, it is no-longer necessary to duplicate lines certain
lines from the include-file in the defconfig, e.g. CONFIG_ARM and
CONFIG_SOC_...
Simon Glass (9):
buildman: Add a lower-level test for KconfigScanner
buil
On 21/08/2024 01:00, Caleb Connolly wrote:
We already have some documentation describing how to enable debug UART
for Qualcomm SoCs. However the UART address varies per-soc... Add some
config fragments to enable debug UART for few well supported SoCs.
These can be used like:
$ make
We already have some documentation describing how to enable debug UART
for Qualcomm SoCs. However the UART address varies per-soc... Add some
config fragments to enable debug UART for few well supported SoCs.
These can be used like:
$ make qcom_defconfig debug-sdm845.config
Signed-off-by: Caleb
Hello Andrew, All,
Le 17/11/2023 à 19:43, Andrew Davis a écrit :
> On 11/17/23 8:27 AM, Romain Naour wrote:
>> Hello Andrew, All,
>>
>> Le 03/11/2023 à 20:20, Andrew Davis a écrit :
>>> On 11/3/23 2:06 PM, Nishanth Menon wrote:
On 13:51-20231103, Andrew Davis wrote:
> On 11/2/23 7:38 PM,
On 11/17/23 8:27 AM, Romain Naour wrote:
Hello Andrew, All,
Le 03/11/2023 à 20:20, Andrew Davis a écrit :
On 11/3/23 2:06 PM, Nishanth Menon wrote:
On 13:51-20231103, Andrew Davis wrote:
On 11/2/23 7:38 PM, Nishanth Menon wrote:
Add defconfig fragments for J721E based BeagleBone AI-64 and
co
Hello Andrew, All,
Le 03/11/2023 à 20:20, Andrew Davis a écrit :
> On 11/3/23 2:06 PM, Nishanth Menon wrote:
>> On 13:51-20231103, Andrew Davis wrote:
>>> On 11/2/23 7:38 PM, Nishanth Menon wrote:
Add defconfig fragments for J721E based BeagleBone AI-64 and
corresponding customized envir
On 16:20-20231103, Tom Rini wrote:
> On Fri, Nov 03, 2023 at 02:06:29PM -0500, Nishanth Menon wrote:
> > On 13:51-20231103, Andrew Davis wrote:
> > > On 11/2/23 7:38 PM, Nishanth Menon wrote:
> > > > Add defconfig fragments for J721E based BeagleBone AI-64 and
> > > > corresponding customized envir
On Fri, Nov 03, 2023 at 02:06:29PM -0500, Nishanth Menon wrote:
> On 13:51-20231103, Andrew Davis wrote:
> > On 11/2/23 7:38 PM, Nishanth Menon wrote:
> > > Add defconfig fragments for J721E based BeagleBone AI-64 and
> > > corresponding customized environment.
> > >
> > > Signed-off-by: Nishanth
On 11/3/23 2:06 PM, Nishanth Menon wrote:
On 13:51-20231103, Andrew Davis wrote:
On 11/2/23 7:38 PM, Nishanth Menon wrote:
Add defconfig fragments for J721E based BeagleBone AI-64 and
corresponding customized environment.
Signed-off-by: Nishanth Menon
---
board/ti/j721e/beagleboneai64.env
On 13:51-20231103, Andrew Davis wrote:
> On 11/2/23 7:38 PM, Nishanth Menon wrote:
> > Add defconfig fragments for J721E based BeagleBone AI-64 and
> > corresponding customized environment.
> >
> > Signed-off-by: Nishanth Menon
> > ---
> > board/ti/j721e/beagleboneai64.env| 19
On 11/2/23 7:38 PM, Nishanth Menon wrote:
Add defconfig fragments for J721E based BeagleBone AI-64 and
corresponding customized environment.
Signed-off-by: Nishanth Menon
---
board/ti/j721e/beagleboneai64.env| 19
board/ti/j721e/beagleboneai64_a72.config | 55 +++
Add defconfig fragments for J721E based BeagleBone AI-64 and
corresponding customized environment.
Signed-off-by: Nishanth Menon
---
board/ti/j721e/beagleboneai64.env| 19
board/ti/j721e/beagleboneai64_a72.config | 55
board/ti/j721e/beagleboneai64_r5.co
Move ASUS Transformers, Grouper, P895 and P880 config fragments into
their respective device directory in /board/../configs/
Signed-off-by: Svyatoslav Ryhel
---
board/asus/grouper/MAINTAINERS | 3 ---
.../asus/grouper/configs}/grouper_E1565.config | 0
ith 2023.07 that changed. Tom mentioned this to me recently.
> > > >
> > > >I'm adding Svyatoslav who is the person that brought in all of the
> > > >config fragments that are going to be in v2023.07.
> > > >
> > > >> Up until 2023.
> > >
> > >> Hi,
> > >>
> > >> Up until 2023.04 it has been possible to build all the defconfigs but
> > >> with 2023.07 that changed. Tom mentioned this to me recently.
> > >
> > >I'm adding Svyatoslav who is the per
t has been possible to build all the defconfigs but
> >> with 2023.07 that changed. Tom mentioned this to me recently.
> >
> >I'm adding Svyatoslav who is the person that brought in all of the
> >config fragments that are going to be in v2023.07.
> >
> >>
to me recently.
>
>I'm adding Svyatoslav who is the person that brought in all of the
>config fragments that are going to be in v2023.07.
>
>> Up until 2023.04 we can enumerate all the board configs that can be
>> built. We can build any of them using a single name and a sing
ave can build with and without the fragments,
> >> so to have complete CI coverage, we have dummy defconfigs
> >> that have both the base and a fragment include:
> >>
> >> #include "configs/am62x_evm_r5_defconfig"
> >> #include "board/t
these new 'combined config' boards and my understanding is
that kconf is used here.
The U-Boot Makefile passes the provided xxx_defconfig into the kconfig
scripts. All I'm suggesting is to have that Makefile run the passed
in defconfig through the C preprocessor before handing it o
Hi Andrew,
On Wed, 23 Aug 2023 at 10:44, Andrew Davis wrote:
>
> On 8/23/23 10:30 AM, Simon Glass wrote:
> > Hi,
> >
> > Up until 2023.04 it has been possible to build all the defconfigs but
> > with 2023.07 that changed. Tom mentioned this to me recently.
> >
> > Up until 2023.04 we can enumerat
Move ASUS Transformers, Grouper, P895 and P880 config fragments into
their respective device directory in /board/../configs/
Signed-off-by: Svyatoslav Ryhel
---
board/asus/grouper/MAINTAINERS | 3 ---
.../asus/grouper/configs}/grouper_E1565.config | 0
On Wed, Aug 23, 2023 at 11:55:58AM -0400, Tom Rini wrote:
[snip]
> Using the TI
> examples, I don't know that you can use buildman today to generate a
> functional binary (and if you can, if --keep will retain the right
> files).
This specific point is wrong (export BINMAN_INDIRS/BL31/TEE, buildm
On 8/23/23 10:30 AM, Simon Glass wrote:
Hi,
Up until 2023.04 it has been possible to build all the defconfigs but
with 2023.07 that changed. Tom mentioned this to me recently.
Up until 2023.04 we can enumerate all the board configs that can be
built. We can build any of them using a single name
On Wed, Aug 23, 2023 at 05:57:13PM +0200, Heinrich Schuchardt wrote:
> On 23.08.23 17:30, Simon Glass wrote:
> > Hi,
> >
> > Up until 2023.04 it has been possible to build all the defconfigs but
> > with 2023.07 that changed. Tom mentioned this to me recently.
>
> Could you, please, explain why t
to me recently.
>
>I'm adding Svyatoslav who is the person that brought in all of the
>config fragments that are going to be in v2023.07.
>
>> Up until 2023.04 we can enumerate all the board configs that can be
>> built. We can build any of them using a single name and a sing
On 23.08.23 17:30, Simon Glass wrote:
Hi,
Up until 2023.04 it has been possible to build all the defconfigs but
with 2023.07 that changed. Tom mentioned this to me recently.
Could you, please, explain why there are defconfig that can't be built.
The CI should have thrown an error in this case
On Wed, Aug 23, 2023 at 09:30:31AM -0600, Simon Glass wrote:
> Hi,
>
> Up until 2023.04 it has been possible to build all the defconfigs but
> with 2023.07 that changed. Tom mentioned this to me recently.
I'm adding Svyatoslav who is the person that brought in all of the
conf
Hi,
Up until 2023.04 it has been possible to build all the defconfigs but
with 2023.07 that changed. Tom mentioned this to me recently.
Up until 2023.04 we can enumerate all the board configs that can be
built. We can build any of them using a single name and a single
defconfig. The boards.cfg fi
Move ASUS Transformers, Grouper, P895 and P880 config fragments into
their respective device directory in /board/../configs/
Signed-off-by: Svyatoslav Ryhel
---
board/asus/grouper/MAINTAINERS | 3 ---
.../asus/grouper/configs}/grouper_E1565.config | 0
Removes the largely duplicated A53 and R5 defconfigs and reuses the
am62x_evm_*_defconfig with minor platform specific changes.
Cc: Simon Glass
Signed-off-by: Nishanth Menon
---
New Patch
This depends on the RFC (and hence "TMP") and debated upon patch (to
introduce config fragme
31 matches
Mail list logo