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:c09::232; helo=mail-wm0-x232.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (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 4FCB3208F79FF for ; Thu, 31 May 2018 03:46:40 -0700 (PDT) Received: by mail-wm0-x232.google.com with SMTP id a67-v6so52962328wmf.3 for ; Thu, 31 May 2018 03:46:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=6r58tGft+62rDnxskYaclOsv6I9FITDXldV0rRINPn4=; b=FFmGlIQi9N5Kbgl+4tw5UbWQBg5RgHRFXOjJLYk1f62ZYlE5Z0y44AI1b0yPWX2FPL Lo5yWPZA8r3dwG7pbzeshx9GxpaLdztY068a8ZLqSs0EULpoKpxHAq4GF4Bzx6FqSgdb KlJWrhA9w1FFtN8jkai7ky+nGJi/BObXRgAJQ= 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; bh=6r58tGft+62rDnxskYaclOsv6I9FITDXldV0rRINPn4=; b=ILd0DigtWH+Q5pjAMqmKHRpDKqlvd37K8gXQvQFbs3HWIJEDu23+BY/VUJv4QfJJVn n4P8leu3wZuphzwp6cvyZt4YRtIZUqUcOJLATAwQWx3GcbgduatNdO8pvuRCcgGDh/w4 98H38GsqPyOXBGEplgB/Wl1v/Vmgd/rVUln2U33OQA0tCTwUP5my6lPkAUgzIbnngd7x rAk+GeQ2PqsdOS6LeL1vQrzVDTXbUOLoA18DFYuWZJ1j/0AcLgXXpbmiXyE5Gl3HxqPb 32jBrPIt67Mp5YygMminJO6nZJlgKyOT3UJ7A0DTwLD8dIwrvtX0x+Ci01xJj3N5j2mx q1GA== X-Gm-Message-State: APt69E2KkIwOF7DVCektOHYc0cL6G6jzQS/6Tnq7G43VAd+PvM++bcDA moYQJXaJzy7aXnHQNc8oDf0nDY6banQ= X-Google-Smtp-Source: ADUXVKJyJtEEZRHS2UmjnpFeC7wobv6z/zfC/4pCtubzIwwBxwO974Uif4cpQhS1V7ibC8MVH3hZ6w== X-Received: by 2002:a1c:30ce:: with SMTP id w197-v6mr3646058wmw.22.1527763598920; Thu, 31 May 2018 03:46:38 -0700 (PDT) Received: from localhost.localdomain ([2a01:e35:3995:5470:200:1aff:fe1b:b328]) by smtp.gmail.com with ESMTPSA id 19-v6sm48393614wrz.7.2018.05.31.03.46.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 May 2018 03:46:38 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, graeme.gregory@linaro.org, Ard Biesheuvel Date: Thu, 31 May 2018 12:46:32 +0200 Message-Id: <20180531104634.23215-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.0 Subject: [PATCH edk2-platforms 0/2] enable FPDT table for SynQuacer X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2018 10:46:41 -0000 Enable some of the status code reporting infrastructure in patch #1 so we can include the FPDT DXE driver in patch #2 which produces the FPDT diagnostic table which tells us how much time was spent in the firmware, in the OS loader, and in ExitBootServices(). Ard Biesheuvel (2): Platform/DeveloperBox: wire up status code reporting for DXE phase Platform/DeveloperBox: enable FPDT table Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 12 ++++++++++++ Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 2 ++ Silicon/Socionext/SynQuacer/Acpi.dsc.inc | 6 ++++++ 3 files changed, 20 insertions(+) -- 2.17.0