Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2021 16:46:32 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d002814d6b8e - main - loader: Use TERM_EMU for arm and arm64
Message-ID:  <202101171646.10HGkWuI047388@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=d002814d6b8edc9cf85f1653ebb568e59f72f9ad

commit d002814d6b8edc9cf85f1653ebb568e59f72f9ad
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-01-14 11:47:25 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-01-17 16:44:16 +0000

    loader: Use TERM_EMU for arm and arm64
    
    Even if it didn't behave well previously this is fixed.
    Tested on: OrangePi One (armv7 u-boot) (serial only and serial + HDMI)
    Tested on: Pine64-LTS (aarch64 u-boot) (serial only and serial + HDMI)
    Tested on: Honeycomb (aarch64 EDK2) (serial only)
    
    Reviewed by:    imp
    Differential Revision:  https://reviews.freebsd.org/D28153
---
 stand/efi/libefi/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/stand/efi/libefi/Makefile b/stand/efi/libefi/Makefile
index 6d342aaa8007..e838a5a10ac4 100644
--- a/stand/efi/libefi/Makefile
+++ b/stand/efi/libefi/Makefile
@@ -65,9 +65,6 @@ CFLAGS+= -I${LDRSRC}
 # Handle FreeBSD specific %b and %D printf format specifiers
 CFLAGS+= ${FORMAT_EXTENSIONS}
 
-# Do not use TERM_EMU on arm and arm64 as it doesn't behave well with serial console
-.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "aarch64"
 CFLAGS+= -DTERM_EMU
-.endif
 
 .include <bsd.lib.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101171646.10HGkWuI047388>