From owner-svn-src-all@freebsd.org Mon Mar 19 17:51:20 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13A7EF5F3A3; Mon, 19 Mar 2018 17:51:20 +0000 (UTC) (envelope-from agapon@gmail.com) Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80FCB7BF50; Mon, 19 Mar 2018 17:51:19 +0000 (UTC) (envelope-from agapon@gmail.com) Received: by mail-lf0-f67.google.com with SMTP id g203-v6so12303996lfg.11; Mon, 19 Mar 2018 10:51:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=wTwirE59AfknrnSYY3vZlqN81qxXXx5vCkyXIvI7Z4w=; b=b1RZ3L4ZuO0W2GUL5ccfUevqWv109KGXKYXhKo2WHLeBJq2F/rySW32SRZeMoTXX46 ZQwYTHNhTIGGi+d+VT8s9Qe/jmaYkVjNbdHqnsVDlXLUcaUtmmmlhJyOOvEoA1y2vvE3 9a3HVLng1HVdbrgL8gktBB1plnbrE8w1YjoSU5SMtB19k65WfpXBOaoxxCPDrXuZnjND HeL+R/8DQXhnWBlNckDsUKlpNhg8DANO+IhHDi6t2Bm9f99gM+YMMlArOgpojO2TjUSV 5Tx8cog0U/6+GJYRQoPmViH7QXjo9wJdpkCN0EOMZRZ+MeRF8OXujzW60Ywg6dM7mxkV oXwg== X-Gm-Message-State: AElRT7Fawxhv5yGUHBvlKzmrCcxYZzH/7BoD8hRz+p2lIdOhoO6x5x01 CKx0tm5AGJzDxZtZiIAjjomNxZkp X-Google-Smtp-Source: AG47ELv5hZeOLvB5eaI8ij0nins30fbPp0G+xPJinbJGw4C1GXt7nLuP1+/fs9OhLIkhHwlM+0hFfw== X-Received: by 10.46.44.5 with SMTP id s5mr2280818ljs.111.1521481865657; Mon, 19 Mar 2018 10:51:05 -0700 (PDT) Received: from [192.168.0.88] (east.meadow.volia.net. [93.72.151.96]) by smtp.googlemail.com with ESMTPSA id k12-v6sm122655lfe.93.2018.03.19.10.51.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Mar 2018 10:51:04 -0700 (PDT) Subject: Re: svn commit: r331209 - head To: John Baldwin , Kyle Evans Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201803191527.w2JFRr7B058668@repo.freebsd.org> <4168709.idJmbTaMPK@ralph.baldwin.cx> From: Andriy Gapon Message-ID: <2d94ac2c-491b-391b-d5ff-5545b6d83a82@FreeBSD.org> Date: Mon, 19 Mar 2018 19:51:03 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <4168709.idJmbTaMPK@ralph.baldwin.cx> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2018 17:51:20 -0000 On 19/03/2018 18:20, John Baldwin wrote: > On Monday, March 19, 2018 03:27:53 PM Kyle Evans wrote: >> Author: kevans >> Date: Mon Mar 19 15:27:53 2018 >> New Revision: 331209 >> URL: https://svnweb.freebsd.org/changeset/base/331209 >> >> Log: >> Add note to UPDATING about UEFI changes requiring loader(8) update >> >> These problems have only been observed with boards using U-Boot (e.g. ARM) >> where virtual addresses are already set in the memory map by the firmware >> and the firmware is expecting a call to SetVirtualAddressMap to be made. >> I refrain from mentioning this in the note because this could also be the >> case on some not-yet-tested firmware on amd64 and it's not a bad >> recommendation for the general case. > > How does this fit with the recommended installation steps of doing > 'make installkernel' and rebooting before doing a 'make installworld'? Installation of /boot/loader along with likes of cat and cut has always puzzled me very much. -- Andriy Gapon