From owner-freebsd-current@freebsd.org Mon Dec 14 13:39:45 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 1E52B4B9C7B for ; Mon, 14 Dec 2020 13:39:45 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CvjDd088Vz4sCW; Mon, 14 Dec 2020 13:39:45 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id F1A5014A8; Mon, 14 Dec 2020 13:39:44 +0000 (UTC) From: Jan Beich To: Toomas Soome Cc: FreeBSD Current Subject: Re: review request: loader: implement framebuffer console References: Date: Mon, 14 Dec 2020 14:39:42 +0100 In-Reply-To: (Toomas Soome's message of "Fri, 4 Dec 2020 11:24:25 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1607953185; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=yAgrXz7/u9e4ACQ3UdRxXHFxmgQKI5KKREIpOWkbPDI=; b=teb+sX1BdP4EMAn4xqxuE8NjmxotN844OnkTU2tM3JPHEvb4R5BlSpjmXhMMdQHhpM7f9D 3r2+kQ4C/CnnJwzYmmlotsD7fR61ULFdzWmpIy8AsWifoi+2GXaamX7J9FTZHVvyIgH76D A7thGv8ZYktWapagq5vA7N0PN3epyvCBAjgxqSPE95Uqm6RuLCM+FQ8ScFb3lL2Kc03pa6 hCj9cFpydwFh7PtQzSbvmMmtlYhlBSHghYUNGE7fJbrztq5xpn3PIM/uVINOE0wQL38JLv QLDSJxA/LzQLRfM1Gve26yfqgFGVpRaO5Buw0Cai0GzeMmTDZegLRwt4Jc9UbA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1607953185; a=rsa-sha256; cv=none; b=mJbVE9qmSlPvbgvNl+I9gW4FsaBq+8Ful0/5H132E5nYRvMhlaAUi1KXGr6GkFj6dSDMTu DGbyRMUBjTxQx+szF8XB90fZZ7+9rgKZDaAh3/LvRhDjDt5BBUABJUji9DUkYW33I0hvIh wPzjKWVPY45CLbysZC3MUXWv8HhPQmf5as7f0EPHcDINr1DNg6pjmUrJdju76wqH3Etjf7 ZlT+9rmcTbTw6DjReG5eNGn0boM0aAwERcyIoc2Y8FyOJW1rGsa9/3QoFRA2exd0FIBVDm wthda88bF0OGb7INUuud+Y6oMecmg5YLEUugR5kCZn1qeWeEPk69j7jZ3Wp9LQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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: Mon, 14 Dec 2020 13:39:45 -0000 Toomas Soome writes: > hi! > > 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:) Do you have another source? Phabricator excludes some files e.g., $ fetch 'https://reviews.freebsd.org/D27420?download=true' | patch -Efsp0 $ make -sj8 buildworld [...] ===> stand/images (all) make[4]: make[4]: don't know how to make freebsd-brand-rev.png. Stop