From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Fri, 14 Oct 2016 09:03:07 +0200 Subject: [U-Boot] [U-Boot, v6, 07/10] smbios: Generate type 4 on non-x86 systems In-Reply-To: References: <1471562611-93794-9-git-send-email-agraf@suse.de> <20161013143505.35454.98630@achrid.arch.suse.de> Message-ID: <5800832B.80900@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/14/2016 07:21 AM, Bin Meng wrote: > On Fri, Oct 14, 2016 at 1:13 PM, Alexander Graf wrote: >> >>> Am 14.10.2016 um 03:50 schrieb Bin Meng : >>> >>> On Thu, Oct 13, 2016 at 10:35 PM, Alexander Graf wrote: >>>>> The type 4 table generation code is very x86 centric today. Refactor things >>>>> out into the device model cpu class to allow the tables to get generated for >>>>> other architectures as well. >>>>> >>>>> Signed-off-by: Alexander Graf >>>>> Reviewed-by: Simon Glass >>>>> Reviewed-by: Bin Meng >>>> Thanks, applied to >>> Applied to where? >> Sorry, my efi-next tree. >> > At which repo? I don't see it at git.denx.de. I thought it was going > to be applied by Tom directly. We're moving to a model where I apply efi patches, the custodian tree just isn't set up yet, so I pushed it to: https://github.com/agraf/u-boot/tree/efi-next instead, but wanted to notify people that there is indeed progress on their patches. Alex