From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::241; helo=mail-wr0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 82D28225E965D for ; Tue, 20 Mar 2018 20:43:28 -0700 (PDT) Received: by mail-wr0-x241.google.com with SMTP id s18so3766711wrg.9 for ; Tue, 20 Mar 2018 20:49:58 -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=Hm2qwPBPMHtmqo7ZpHrMH3YjAPso4lM4RNNWkPvK6hA=; b=DUHRNaLPubih/98JA2uy8eupobP/ZDhht9nwoUBvcq8Q5u2ItyBreotjsG6fUGoUXH bE2jVAs6NIL7BKUg71ILh7DaIxAOEWWguimw1qvyJ7Esrnb+ShZG/g4F6gC7mdlCFERU LudnYxe1FoFCCj4tjQOoaffq+cqaGARnPCK4I= 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=Hm2qwPBPMHtmqo7ZpHrMH3YjAPso4lM4RNNWkPvK6hA=; b=ZL52jC8cjYxqlYySjQgBpXcMMWjJoLQ14Ktrcxr7lzYSHffKh89dzo21mP3fKcuTuD JCdyZSm2AVLKwoPXO/MAuIwXiN1DC5sTSGX57oWTlDK19m/zX+RzFVST81YFkmRZpuT2 x+KUxsqTZmbPH0kRNB3rubZpF7w21IstIK2K/N3mR7TWn77Vg7Zsdomff7S+u1k5ABgu gNGqKxty3wpzxuTSCAajmzZmUfen6+V2reSX2xnzhQW5f9F6DeO1INU0D/JReXc51W1J AjpQDdpDZ8HAen8NUYVCAcgddVAR3FslQjE/jtlJzxHJmMPI0omZabhgNh8nJR7qv98N J9Bg== X-Gm-Message-State: AElRT7HrGLMmPOot2nKiB7elsykZ9Q8LtylvrfUTlqSrNZEaNUOtNqiE GsKdv5dMSLGGfkdNkBk0R/axJQ== X-Google-Smtp-Source: AG47ELuZpXYyVEXFVc29Dg0EN/fpteWHYbdE3ASoZ4A3D7oTPzBk8lJa2V6Qz+tblNS5cDmJnGow1g== X-Received: by 10.223.163.87 with SMTP id d23mr10529562wrb.103.1521604197212; Tue, 20 Mar 2018 20:49:57 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id p19sm1965222wrb.75.2018.03.20.20.49.56 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 20 Mar 2018 20:49:56 -0700 (PDT) Date: Wed, 21 Mar 2018 03:49:54 +0000 From: Leif Lindholm To: Sami Mujawar Cc: edk2-devel@lists.01.org, Arvind Chauhan , Daniil Egranov , Thomas Panakamattam Abraham , evan.lloyd@arm.com, Matteo.Carlini@arm.com, Stephanie.Hughes-Fitt@arm.com, nd@arm.com Message-ID: <20180321034954.c6oq4h5kqbceksau@bivouac.eciton.net> References: <20180319152153.98292-1-sami.mujawar@arm.com> MIME-Version: 1.0 In-Reply-To: <20180319152153.98292-1-sami.mujawar@arm.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH 0/2] [platforms/dynamictables] Platform support for Dynamic Tables Framework X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2018 03:43:29 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Note: the branch name (for the subject line) is platforms/devel-dynamictables, not platforms/dynamictables. With Evan's reviewed-by, series pushed as 345b8b2992..e28edfba42. On Mon, Mar 19, 2018 at 03:21:51PM +0000, Sami Mujawar wrote: > The Dynamic Tables Framework is a prototyped as a solution for > automatically generating the firmware tables based on hardware > description. The Dynamic Tables Framework core code is present > in the dynamictables branch in the edk2-staging repository at > https://github.com/tianocore/edk2-staging/tree/dynamictables > > This patchset implements the platform specific modules for the > Juno and FVP platform, and the sources can be seen at: > https://github.com/samimujawar/edk2-platforms/tree/187_dynamictables_v1 > > Sami Mujawar (2): > Platform/ARM: Dynamic Tables support for Juno > Platform/ARM: Dynamic Tables support for FVP > > Platform/ARM/JunoPkg/ArmJuno.dsc | 16 +- > Platform/ARM/JunoPkg/ArmJuno.fdf | 14 +- > Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManager.dsc.inc | 29 + > Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c | 589 +++++++++++++++++++ > Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.h | 156 +++++ > Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf | 85 +++ > Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/Platform.h | 65 +++ > Platform/ARM/JunoPkg/ConfigurationManager/PlatformASLTablesLib/Dsdt.asl | 306 ++++++++++ > Platform/ARM/JunoPkg/ConfigurationManager/PlatformASLTablesLib/PlatformASLTablesLib.inf | 44 ++ > Platform/ARM/JunoPkg/ConfigurationManager/PlatformASLTablesLib/SsdtJunoUsb.asl | 122 ++++ > Platform/ARM/JunoPkg/ConfigurationManager/PlatformASLTablesLib/SsdtPci.asl | 218 +++++++ > Platform/ARM/JunoPkg/ConfigurationManager/PlatformASLTablesLib/SsdtUart.asl | 48 ++ > Platform/ARM/JunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.c | 9 +- > Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc | 15 + > Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.fdf | 16 +- > Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManager.dsc.inc | 31 + > Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c | 607 ++++++++++++++++++++ > Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.h | 172 ++++++ > Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf | 78 +++ > Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/Platform.h | 91 +++ > Platform/ARM/VExpressPkg/ConfigurationManager/PlatformASLTablesLib/Dsdt.asl | 77 +++ > Platform/ARM/VExpressPkg/ConfigurationManager/PlatformASLTablesLib/PlatformASLTablesLib.inf | 34 ++ > 22 files changed, 2816 insertions(+), 6 deletions(-) > create mode 100644 Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManager.dsc.inc > create mode 100644 Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c > create mode 100644 Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.h > create mode 100644 Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf > create mode 100644 Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/Platform.h > create mode 100644 Platform/ARM/JunoPkg/ConfigurationManager/PlatformASLTablesLib/Dsdt.asl > create mode 100644 Platform/ARM/JunoPkg/ConfigurationManager/PlatformASLTablesLib/PlatformASLTablesLib.inf > create mode 100644 Platform/ARM/JunoPkg/ConfigurationManager/PlatformASLTablesLib/SsdtJunoUsb.asl > create mode 100644 Platform/ARM/JunoPkg/ConfigurationManager/PlatformASLTablesLib/SsdtPci.asl > create mode 100644 Platform/ARM/JunoPkg/ConfigurationManager/PlatformASLTablesLib/SsdtUart.asl > create mode 100644 Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManager.dsc.inc > create mode 100644 Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c > create mode 100644 Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.h > create mode 100644 Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf > create mode 100644 Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/Platform.h > create mode 100644 Platform/ARM/VExpressPkg/ConfigurationManager/PlatformASLTablesLib/Dsdt.asl > create mode 100644 Platform/ARM/VExpressPkg/ConfigurationManager/PlatformASLTablesLib/PlatformASLTablesLib.inf > > -- > 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)' > >