From patchwork Sat Aug 24 14:44:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 1152659 X-Patchwork-Delegate: bmeng.cn@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="UQnqu/vE"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46G1Nk2KHYz9sBF for ; Sun, 25 Aug 2019 00:48:38 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id CF342C21E18; Sat, 24 Aug 2019 14:46:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 04636C21E60; Sat, 24 Aug 2019 14:45:12 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id EDAC3C21DB3; Sat, 24 Aug 2019 14:44:49 +0000 (UTC) Received: from mail-io1-f67.google.com (mail-io1-f67.google.com [209.85.166.67]) by lists.denx.de (Postfix) with ESMTPS id 1CB28C21E16 for ; Sat, 24 Aug 2019 14:44:43 +0000 (UTC) Received: by mail-io1-f67.google.com with SMTP id t6so26992315ios.7 for ; Sat, 24 Aug 2019 07:44:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=FLiSvB6IK/VrZUm8VtFm7KIgYVXLiFgdxohQxc9bpmM=; b=UQnqu/vE+Vx4jVg69h0uNXEpgLVpeMik8/8+DGCcHQF9AamHz8n5qNM4ynBE526Ey+ rtddSlhanx+qIygGh6xy8glg+36JJ/vZ2OfTnvsfjUL/HxLaGKNfLeKw2UxZ0j6Kk2L2 zg7MZWP8y3XFMPfeyaP4vHOkRFNkNnXCMro6Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=FLiSvB6IK/VrZUm8VtFm7KIgYVXLiFgdxohQxc9bpmM=; b=XWyMKy2ap63uQ9QGGnwi6syzLMdbxQ835TgbOibc0OGHnCf1f1jhr7QU96GWIpgVS2 Lc7yrBZeiSgcFrHuAYEZRvIEL7wE5dC/wG1olbJpaTNlLSGH7hdXUU5D5nPR+y/QJnLm 6UL8O+QtG3logGCOXU1prpXGiIZrpZIH0JOj8oZku/srpVURB/ua/N3bSisUHVKu58en CBf690fd6ZLe72k6hAbYHx6XtbUaKuXDUD+YwgvSlKy3zI266zjsPJDRdtht6Cfj9tlu vte0jNGVT2hxCwndlQ7gRhQG5BPdDszqmAPDjTOPbTwpwidPswCuTcwmW143UGyAJdF3 QJtQ== X-Gm-Message-State: APjAAAVv0PyQSrFm3k5Xa5jLrFfyNw7aimZfng0OpciwttwrG/tTqfCh irHGraq/NdSu0CPT+9ENxy+zo66+JIw= X-Google-Smtp-Source: APXvYqyKa86tHQr19td42TH+XykGWOhtwLNz4vGbouJE8K2zBps8nKbwRekm9hKqImTRNJIzXC/jjQ== X-Received: by 2002:a02:487:: with SMTP id 129mr9642865jab.113.1566657881942; Sat, 24 Aug 2019 07:44:41 -0700 (PDT) Received: from kiwi.bld.corp.google.com ([2620:15c:183:0:8223:87c:a681:66aa]) by smtp.gmail.com with ESMTPSA id c19sm5614385ioi.22.2019.08.24.07.44.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Aug 2019 07:44:41 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Date: Sat, 24 Aug 2019 08:44:22 -0600 Message-Id: <20190824144422.235024-11-sjg@chromium.org> X-Mailer: git-send-email 2.23.0.187.g17f5b7556c-goog In-Reply-To: <20190824144422.235024-1-sjg@chromium.org> References: <20190824144422.235024-1-sjg@chromium.org> MIME-Version: 1.0 Subject: [U-Boot] [PATCH v2 10/10] x86: Move fsp_ffs.h include to fsp_arch.h X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This include file is only used for FSP v1. Avoid including it from fdt_support.h so we can use the latter with FSP v2. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/include/asm/fsp_arch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/include/asm/fsp_arch.h b/arch/x86/include/asm/fsp_arch.h index b223141c44..3b2077b392 100644 --- a/arch/x86/include/asm/fsp_arch.h +++ b/arch/x86/include/asm/fsp_arch.h @@ -15,6 +15,7 @@ */ #include +#include #include #include