From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5C12DC433EF for ; Sat, 23 Oct 2021 23:31:29 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D2D9660C4D for ; Sat, 23 Oct 2021 23:31:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D2D9660C4D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 619FF835A1; Sun, 24 Oct 2021 01:30:39 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="LPfenpPb"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 56D318356D; Sun, 24 Oct 2021 01:27:27 +0200 (CEST) Received: from mail-ot1-x32d.google.com (mail-ot1-x32d.google.com [IPv6:2607:f8b0:4864:20::32d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 880B483538 for ; Sun, 24 Oct 2021 01:27:03 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-ot1-x32d.google.com with SMTP id l16-20020a9d6a90000000b0054e7ab56f27so9256611otq.12 for ; Sat, 23 Oct 2021 16:27:03 -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=qo3TLgyXuuf6dcGtSG6SXFkrw55PqMN3q1uiHuAIyZQ=; b=LPfenpPb5DfsJJGc7ZOfbDjWF30vAA7dZrD0vzfQDB0KRa9M9MpT6iA7CpF0owiO9v dDjzwG8y8lSM5N1oa5qKMF2HQZIv+ppmAYLTt0ktfiui/K9C0+ry/GiIWJDu+vqYPlem CPwOyN7fWkTnRMz0BbrPxV1HD3jRJLiBHKXQ4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=qo3TLgyXuuf6dcGtSG6SXFkrw55PqMN3q1uiHuAIyZQ=; b=M/yGOYhU/YiYB9gIPtJZ50m1G5WhRdl8qTQ3KHhMCjQz+t3ovZbxrdDvHrbR5425u5 hurriOezkWpsGkSfutw6JlS1FbyR14yZ9j4fMhJmz3DQzvf7dv2f/58kgPdKiZbMdl7y 3+Gd3fA5m13FfnlI+xhmTGLuDb/z+pBebXLFQSoZNQmu8na+ThyFfBE6MFmZUnfkUP9x 60jVodWB0n42+gH7t9bRrV4X4bHENKP8TAkBeC39dcXAJGQj+09g2rl192cwcDPbQlPJ +MU5e2JPq3vxt6U8pFzW/CNPm+C5CdCJcXRK9l7GAeKtP+aMqwO69q4wuDuhFVWPQ3GH bOGA== X-Gm-Message-State: AOAM53280p8QblFp176/FohyHecG4N/x91M8AXMYe8P1955rsc8zjbaH 0Lth16R2M/PyqqZ+IWk8Fm8acnI3TtAGcQ== X-Google-Smtp-Source: ABdhPJz2jCcx8zqguJ4viYtsoqan3XkUrc2o5KB6v+Ye4LS1Cng7ZO+uQIJ/MbJ64SZ6RFIARRrcJg== X-Received: by 2002:a9d:1b7:: with SMTP id e52mr6640728ote.352.1635031621978; Sat, 23 Oct 2021 16:27:01 -0700 (PDT) Received: from kiwi.bld.corp.google.com (c-67-190-101-114.hsd1.co.comcast.net. [67.190.101.114]) by smtp.gmail.com with ESMTPSA id l24sm2253885oop.4.2021.10.23.16.27.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 23 Oct 2021 16:27:01 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Michal Simek , Heinrich Schuchardt , Tom Rini , Ilias Apalodimas , Daniel Schwierzeck , Steffen Jaeckel , =?UTF-8?q?Marek=20Beh=C3=BAn?= , Lukas Auer , Dennis Gilmore , Simon Glass Subject: [PATCH v2 16/41] sandbox: Enable HEXDUMP for sandbox_flattree Date: Sat, 23 Oct 2021 17:26:10 -0600 Message-Id: <20211023232635.9195-15-sjg@chromium.org> X-Mailer: git-send-email 2.33.0.1079.g6e70778dc9-goog In-Reply-To: <20211023232635.9195-1-sjg@chromium.org> References: <20211023232635.9195-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean At present the hexdump tests are disabled in sandbox_flattree. This is good, because they do not pass. Enable the required Kconfig so that they will, when enabled. Signed-off-by: Simon Glass --- (no changes since v1) configs/sandbox_flattree_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_flattree_defconfig b/configs/sandbox_flattree_defconfig index 11015744e7a..be129133d3d 100644 --- a/configs/sandbox_flattree_defconfig +++ b/configs/sandbox_flattree_defconfig @@ -202,6 +202,7 @@ CONFIG_RSA_VERIFY_WITH_PKEY=y CONFIG_TPM=y CONFIG_LZ4=y CONFIG_ERRNO_STR=y +CONFIG_HEXDUMP=y CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y -- 2.33.0.1079.g6e70778dc9-goog