Re: [U-Boot] [PATCH v9 7/9] x86: slimbootloader: Add a slimbootloader device tree

2019-08-08 Thread Bin Meng
On Thu, Aug 8, 2019 at 10:35 PM Bin Meng  wrote:
>
> On Sat, Aug 3, 2019 at 4:31 PM Park, Aiden  wrote:
> >
> > Add a new device tree which has very minimum nodes
> > - x86 reset
> > - x86 tsc_timer
> > - x86 pci
> > - Slim Bootloader serial
> >
> > Signed-off-by: Aiden Park 
> > Reviewed-by: Bin Meng 
> > Reviewed-by: Andy Shevchenko 
> > ---
> > Changes in v3:
> >   * Move slimbootloader.dtb before baytrail_som-db5800-som-6867.dtb
> >
> >  arch/x86/dts/Makefile   |  1 +
> >  arch/x86/dts/slimbootloader.dts | 27 +++
> >  2 files changed, 28 insertions(+)
> >  create mode 100644 arch/x86/dts/slimbootloader.dts
> >
>
> Tested-by: Bin Meng 

applied to u-boot-x86, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH v9 7/9] x86: slimbootloader: Add a slimbootloader device tree

2019-08-08 Thread Bin Meng
On Sat, Aug 3, 2019 at 4:31 PM Park, Aiden  wrote:
>
> Add a new device tree which has very minimum nodes
> - x86 reset
> - x86 tsc_timer
> - x86 pci
> - Slim Bootloader serial
>
> Signed-off-by: Aiden Park 
> Reviewed-by: Bin Meng 
> Reviewed-by: Andy Shevchenko 
> ---
> Changes in v3:
>   * Move slimbootloader.dtb before baytrail_som-db5800-som-6867.dtb
>
>  arch/x86/dts/Makefile   |  1 +
>  arch/x86/dts/slimbootloader.dts | 27 +++
>  2 files changed, 28 insertions(+)
>  create mode 100644 arch/x86/dts/slimbootloader.dts
>

Tested-by: Bin Meng 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v9 7/9] x86: slimbootloader: Add a slimbootloader device tree

2019-08-03 Thread Park, Aiden
Add a new device tree which has very minimum nodes
- x86 reset
- x86 tsc_timer
- x86 pci
- Slim Bootloader serial

Signed-off-by: Aiden Park 
Reviewed-by: Bin Meng 
Reviewed-by: Andy Shevchenko 
---
Changes in v3:
  * Move slimbootloader.dtb before baytrail_som-db5800-som-6867.dtb

 arch/x86/dts/Makefile   |  1 +
 arch/x86/dts/slimbootloader.dts | 27 +++
 2 files changed, 28 insertions(+)
 create mode 100644 arch/x86/dts/slimbootloader.dts

diff --git a/arch/x86/dts/Makefile b/arch/x86/dts/Makefile
index fa717bc096..d4bdf62be6 100644
--- a/arch/x86/dts/Makefile
+++ b/arch/x86/dts/Makefile
@@ -18,6 +18,7 @@ dtb-y += bayleybay.dtb \
qemu-x86_i440fx.dtb \
qemu-x86_q35.dtb \
theadorable-x86-dfi-bt700.dtb \
+   slimbootloader.dtb \
baytrail_som-db5800-som-6867.dtb
 
 targets += $(dtb-y)
diff --git a/arch/x86/dts/slimbootloader.dts b/arch/x86/dts/slimbootloader.dts
new file mode 100644
index 00..d04095c4f8
--- /dev/null
+++ b/arch/x86/dts/slimbootloader.dts
@@ -0,0 +1,27 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2019 Intel Corporation 
+ */
+
+/dts-v1/;
+
+/include/ "skeleton.dtsi"
+/include/ "reset.dtsi"
+/include/ "tsc_timer.dtsi"
+
+/ {
+   model = "slimbootloader x86 payload";
+   compatible = "slimbootloader,x86-payload";
+
+   chosen {
+   stdout-path = &serial;
+   };
+
+   serial: serial {
+   compatible = "intel,slimbootloader-uart";
+   };
+
+   pci {
+   compatible = "pci-x86";
+   };
+};
-- 
2.20.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot