Message ID | 20171025175947.22798-24-ard.biesheuvel@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | add support for Socionext Synquacer | expand |
On Wed, Oct 25, 2017 at 06:59:47PM +0100, Ard Biesheuvel wrote: > In order to improve the 'out of the box' experience when booting > this system with a monitor and keyboard attached, include the serial > console preference driver that prevents the installer GUI to only > appear on the serial port in this case. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> > --- > Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 8 ++++++++ > Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 5 +++++ > 2 files changed, 13 insertions(+) > > diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > index bc3ae8eef08a..735ce91bef6f 100644 > --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > @@ -592,6 +592,14 @@ [Components.common] > } > > # > + # Console preference selection > + # > + EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf { > + <LibraryClasses> > + FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf > + } > + > + # > # ACPI support > # > MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf { > diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf > index 61481a55721f..4cbd387e0962 100644 > --- a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf > +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf > @@ -204,6 +204,11 @@ [FV.FvMain] > INF Silicon/Socionext/SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.inf > > # > + # Console preference selection > + # > + INF EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf > + > + # > # ACPI support > # > INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf > -- > 2.11.0 > _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel
diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc index bc3ae8eef08a..735ce91bef6f 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -592,6 +592,14 @@ [Components.common] } # + # Console preference selection + # + EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf { + <LibraryClasses> + FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf + } + + # # ACPI support # MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf { diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf index 61481a55721f..4cbd387e0962 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf @@ -204,6 +204,11 @@ [FV.FvMain] INF Silicon/Socionext/SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.inf # + # Console preference selection + # + INF EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf + + # # ACPI support # INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
In order to improve the 'out of the box' experience when booting this system with a monitor and keyboard attached, include the serial console preference driver that prevents the installer GUI to only appear on the serial port in this case. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> --- Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 8 ++++++++ Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 5 +++++ 2 files changed, 13 insertions(+) -- 2.11.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel