From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Date: Tue, 12 Feb 2019 17:25:44 +0900 Subject: [U-Boot] [RFC v2 00/15] dm, efi: integrate efi objects into DM In-Reply-To: References: <20190208081542.2813-1-takahiro.akashi@linaro.org> Message-ID: <20190212082543.GN20286@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Simon, On Sat, Feb 09, 2019 at 01:08:10PM -0700, Simon Glass wrote: > Hi, > > On Fri, 8 Feb 2019 at 01:14, AKASHI Takahiro wrote: > > > > # bootefi doesn't work with this patch set yet > > > > This patch set came from the past discussion[1] on my "removable device > > support" patch and is intended to be an attempt to integrate efi objects > > into u-boot's Driver Model as much seamlessly as possible. > > > > [1] https://lists.denx.de/pipermail/u-boot/2019-January/354010.html > > Is this pushed to a tree somewhere? If not, what commit does this > series apply on top of? Please take a look at: https://git.linaro.org/people/takahiro.akashi/u-boot.git/log/?h=efi/dm I don't think we need any prerequisite patch although I added my own patches like efidebug. Thanks, -Takahiro Akashi > Regards, > Simon