From owner-freebsd-current@freebsd.org Fri Dec 4 21:03:53 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 96CA04AC1CA for ; Fri, 4 Dec 2020 21:03:53 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CnlYj3wF2z3nHy; Fri, 4 Dec 2020 21:03:53 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from localhost (p5486153a.dip0.t-ipconnect.de [84.134.21.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gbe) by smtp.freebsd.org (Postfix) with ESMTPSA id 18B03DEF4; Fri, 4 Dec 2020 21:03:52 +0000 (UTC) (envelope-from gbe@freebsd.org) Date: Fri, 4 Dec 2020 22:03:52 +0100 From: Gordon Bergling To: Toomas Soome Cc: freebsd-current@freebsd.org Subject: Re: review request: loader: implement framebuffer console Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: X-Operating-System: FreeBSD 12.2-STABLE amd64 X-Host-Uptime: 9:59PM up 2 days, 7:24, 4 users, load averages: 0.18, 0.22, 0.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2020 21:03:53 -0000 Tested on a recent -CURRENT, no problems seen so far. Is there a special src.conf setting that is necessary for a complete build / test sequence. --Gordon On Fri, Dec 04, 2020 at 11:24:25AM +0200, Toomas Soome wrote: > I have been working on proper framebuffer support on FreeBSD loader and there is the current state: https://reviews.freebsd.org/D27420 > > All feedback is welcome, and especially if you can spare some time for testing:) > > thanks, > toomas > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"