From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=e+adCOa1; spf=pass (domain: linaro.org, ip: 209.85.221.66, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by groups.io with SMTP; Thu, 23 May 2019 13:11:45 -0700 Received: by mail-wr1-f66.google.com with SMTP id b18so7582263wrq.12 for ; Thu, 23 May 2019 13:11:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=e2I91FYyyZ3cd/seLZhulchEGFdAd7geUy+BeqlwXyg=; b=e+adCOa1Ib+LNnjIIy435yvDYOAEHkwM3ojPcSSheOzTYA4274sVi0lz6JSsPzkrfo yiqouKlwwrWfGA0SL+le+1MmGvtLz2zL6k5VUbGqpm1Rzvc7QGD/8nS3Nt0Fj7cwbyJN bcFV9m9pjsnpKLaP0dh9Wr57RT3nnD8xGh3AtsTugj2h/Et79tibdMVp7uZWYEBpmoK+ /r/vAWYPq3nQ00AAMzU/ntSc8z/2EcRVgolRiwpFAIueoZ5jnWQZ6T+3eJmLeG2iiRW1 MH2fqIh8eygKvxneZ2Tq/9TxFh3oy2M/s02vovr8a8CEGE0l7iRxJaORiDkEqxpAo6KO CXOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=e2I91FYyyZ3cd/seLZhulchEGFdAd7geUy+BeqlwXyg=; b=hggEa31foBD/RQH9UMysHYqRgEhSNk4F/aCmwoPzyWVnThrQwqO9IpJJ+BOcOVqFUy sblzpRr3Z5b5o8MtN2JtPpTHDNqvvbYDMnNkXCDMNDtLgNHSmazYlPFmsmpMCDYk0/L6 rBd5TQQc7tEJfCKMHHpKb7P1GZe7KFsuNfQR/j4ipXj9rcJg0Xqp/0OagLU2RQyBvDCq z/Ra88SyYgrAeNzrQi0DBxcVCa0zO3+5RoF5nfOE5LlCi4smwH8edPe2UU+7eXzBuck3 12r6yCVap1ywMoP1oSj9M1wursWGzeKeLc8Ck646umgTl01EzKpUmT2HF7wTQ0DCUuv0 J00A== X-Gm-Message-State: APjAAAXA2+PsA6FOqRJUL/GVMT89ejBoAc2eSoVXrm0cP6H1q9B34ITB WytghgrCaPrboLH3IiVc1fn9+g== X-Google-Smtp-Source: APXvYqzlbiOn28RLURlYFV+a05UWgkyhCGXX0yJJSrbPgZQmtwEwULe9hpGS2MQ2qZZ1LZ27FKYorw== X-Received: by 2002:a5d:45c1:: with SMTP id b1mr6980035wrs.252.1558642304281; Thu, 23 May 2019 13:11:44 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id a8sm135633wmj.1.2019.05.23.13.11.43 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 23 May 2019 13:11:43 -0700 (PDT) Date: Thu, 23 May 2019 21:11:41 +0100 From: "Leif Lindholm" To: Ard Biesheuvel Cc: Mark Kettenis , Marcin Wojtas , edk2-devel-groups-io , Jan =?utf-8?B?RMSFYnJvxZs=?= , Grzegorz Jaszczyk , Kostya Porotchkin , Jici Gao , Rebecca Cran , kettenis@openbsd.org Subject: Re: [edk2-platforms: PATCH v2 00/14] Armada7k8k PCIE support Message-ID: <20190523201141.6vwijdbmwbfmwuaj@bivouac.eciton.net> References: <1558366047-15994-1-git-send-email-mw@semihalf.com> <20190523141426.rvuqh2nfe3vepm4p@bivouac.eciton.net> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, May 23, 2019 at 07:13:20PM +0100, Ard Biesheuvel wrote: > > Connect: PcieRoot(0x0)/Pci(0x0,0x0): Not Found > > > > Hmm, that's actually interesting. Maybe I should play with the X86 > > emulator that Ard added recently to see if that gives me a framebuffer > > console. > > > > Yes, if you add edk2-staging to your PACKAGES_PATH env variable, all > you need to do is add -D X64EMU_ENABLE to the build command line. You mean edk2-non-osi, right? / Leif