* [PATCH] EmbeddedPkg/FdtLib: build fdt_empty_tree.c
@ 2018-01-10 6:44 Michael Zimmermann
2018-01-12 8:43 ` Ard Biesheuvel
0 siblings, 1 reply; 3+ messages in thread
From: Michael Zimmermann @ 2018-01-10 6:44 UTC (permalink / raw)
To: edk2-devel; +Cc: Leif Lindholm, Ard Biesheuvel
We're currently building everything except for this file.
Since 'fdt_create_empty_tree' can be useful for some
platforms, compile this one too.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael Zimmermann <sigmaepsilon92@gmail.com>
---
EmbeddedPkg/Library/FdtLib/FdtLib.inf | 1 +
1 file changed, 1 insertion(+)
diff --git a/EmbeddedPkg/Library/FdtLib/FdtLib.inf b/EmbeddedPkg/Library/FdtLib/FdtLib.inf
index b26d37422da2..7aa44a302d89 100644
--- a/EmbeddedPkg/Library/FdtLib/FdtLib.inf
+++ b/EmbeddedPkg/Library/FdtLib/FdtLib.inf
@@ -26,6 +26,7 @@
#
[Sources]
+ fdt_empty_tree.c
fdt_ro.c
fdt_rw.c
fdt_strerror.c
--
2.15.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] EmbeddedPkg/FdtLib: build fdt_empty_tree.c
2018-01-10 6:44 [PATCH] EmbeddedPkg/FdtLib: build fdt_empty_tree.c Michael Zimmermann
@ 2018-01-12 8:43 ` Ard Biesheuvel
2018-01-15 12:09 ` Ard Biesheuvel
0 siblings, 1 reply; 3+ messages in thread
From: Ard Biesheuvel @ 2018-01-12 8:43 UTC (permalink / raw)
To: Michael Zimmermann; +Cc: edk2-devel@lists.01.org, Leif Lindholm
On 10 January 2018 at 06:44, Michael Zimmermann
<sigmaepsilon92@gmail.com> wrote:
> We're currently building everything except for this file.
> Since 'fdt_create_empty_tree' can be useful for some
> platforms, compile this one too.
>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Michael Zimmermann <sigmaepsilon92@gmail.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> ---
> EmbeddedPkg/Library/FdtLib/FdtLib.inf | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/EmbeddedPkg/Library/FdtLib/FdtLib.inf b/EmbeddedPkg/Library/FdtLib/FdtLib.inf
> index b26d37422da2..7aa44a302d89 100644
> --- a/EmbeddedPkg/Library/FdtLib/FdtLib.inf
> +++ b/EmbeddedPkg/Library/FdtLib/FdtLib.inf
> @@ -26,6 +26,7 @@
> #
>
> [Sources]
> + fdt_empty_tree.c
> fdt_ro.c
> fdt_rw.c
> fdt_strerror.c
> --
> 2.15.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] EmbeddedPkg/FdtLib: build fdt_empty_tree.c
2018-01-12 8:43 ` Ard Biesheuvel
@ 2018-01-15 12:09 ` Ard Biesheuvel
0 siblings, 0 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2018-01-15 12:09 UTC (permalink / raw)
To: Michael Zimmermann; +Cc: edk2-devel@lists.01.org, Leif Lindholm
On 12 January 2018 at 08:43, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> On 10 January 2018 at 06:44, Michael Zimmermann
> <sigmaepsilon92@gmail.com> wrote:
>> We're currently building everything except for this file.
>> Since 'fdt_create_empty_tree' can be useful for some
>> platforms, compile this one too.
>>
>> Contributed-under: TianoCore Contribution Agreement 1.1
>> Signed-off-by: Michael Zimmermann <sigmaepsilon92@gmail.com>
>
> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>
Pushed as 84513df41996
>> ---
>> EmbeddedPkg/Library/FdtLib/FdtLib.inf | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/EmbeddedPkg/Library/FdtLib/FdtLib.inf b/EmbeddedPkg/Library/FdtLib/FdtLib.inf
>> index b26d37422da2..7aa44a302d89 100644
>> --- a/EmbeddedPkg/Library/FdtLib/FdtLib.inf
>> +++ b/EmbeddedPkg/Library/FdtLib/FdtLib.inf
>> @@ -26,6 +26,7 @@
>> #
>>
>> [Sources]
>> + fdt_empty_tree.c
>> fdt_ro.c
>> fdt_rw.c
>> fdt_strerror.c
>> --
>> 2.15.1
>>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-15 12:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-10 6:44 [PATCH] EmbeddedPkg/FdtLib: build fdt_empty_tree.c Michael Zimmermann
2018-01-12 8:43 ` Ard Biesheuvel
2018-01-15 12:09 ` Ard Biesheuvel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox