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::244; helo=mail-wm0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (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 08D4621C913AF for ; Wed, 15 Nov 2017 08:53:15 -0800 (PST) Received: by mail-wm0-x244.google.com with SMTP id g141so4340609wmg.2 for ; Wed, 15 Nov 2017 08:57:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=II5AAiBeXOYsyG2P6W/8DSAFA9dMlQq5XoYhIuJnjmM=; b=QL2WXXyWNam9Uguhv7FmuLjIsGbtaP6LFJxkXtMeXKaj7Q/0+sqQ81J6VdHy/95jZ/ r5T1t2CheYBU8t0Xv61SbUVMonBuxms8hGoQU7GWTzRESv2yG6zVY5eCAAlNgsee8zHf O3+ULWzn/uwutgGop6RFQ4KK+BscNTtHgrbnM= 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; bh=II5AAiBeXOYsyG2P6W/8DSAFA9dMlQq5XoYhIuJnjmM=; b=thk6DY5KuyeIrpp0Y9ru3+70tuULSoAqS9HoU11mklpmL//wDVj4L7BUB0+O4HZsa/ a7LfL93VuJB3nEQ16Tl4QoYw/iIgIetXLtu+lWzvx0/4iDCTiFzRvoGxzlrs9etdfypL yWGAmoQ8l2inQRfDnyKtJGx6kOVMuNFuLpWzL6fSggJpf7rOA9U31aMaxAYqyXzIr3YP wgbOP/oYkpx56JgR0HFixWSCK/XpboC3L3fjZYeM2/qOrTQgmE7uJ4w+bo9tHcYdM2cT LQ0IQv0NNPpCBuJNRaomatagdsBrgW5ADfSuzYy5Dbnjc8VPvrZVn4t7VG8lJuyrQf5j 8q3Q== X-Gm-Message-State: AJaThX4FzVIIA2HBW6cmDsPU48rxrxsoUWvqp6fgBpEh0CgvnO4E+/Mv 8NcmZoSt7rfMPIFUSci+K083kMZoFiQ= X-Google-Smtp-Source: AGs4zMYeHDnDz9vQTuqtxDGqeeTm1yJiERm2mUvl9we3ekEiWSN1Mr2ZmtuZjtkTDbP015muYjm9tg== X-Received: by 10.28.74.213 with SMTP id n82mr13245615wmi.15.1510765043010; Wed, 15 Nov 2017 08:57:23 -0800 (PST) Received: from localhost.localdomain ([160.167.170.128]) by smtp.gmail.com with ESMTPSA id p15sm5673089wre.24.2017.11.15.08.57.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Nov 2017 08:57:22 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: Ard Biesheuvel Date: Wed, 15 Nov 2017 16:56:37 +0000 Message-Id: <20171115165637.31118-20-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171115165637.31118-1-ard.biesheuvel@linaro.org> References: <20171115165637.31118-1-ard.biesheuvel@linaro.org> Subject: [PATCH 19/19] ArmPlatformPkg: remove BootMonFs and ArmShellCmdRunAxf X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 16:53:16 -0000 These modules have been imported into edk2-platforms where they belong so remove them from the main EDK2 branch. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf | 61 -- ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsApi.h | 388 ------- ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsDir.c | 766 -------------- ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsEntryPoint.c | 529 ---------- ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h | 57 -- ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsImages.c | 222 ---- ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsInternal.h | 101 -- ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsOpenClose.c | 795 --------------- ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsReadWrite.c | 259 ----- ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsUnsupported.c | 37 - ArmPlatformPkg/Include/Guid/BootMonFsFileInfo.h | 47 - ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.c | 95 -- ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h | 83 -- ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.inf | 54 - ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.uni | 68 -- ArmPlatformPkg/Library/ArmShellCmdRunAxf/BootMonFsLoader.c | 154 --- ArmPlatformPkg/Library/ArmShellCmdRunAxf/BootMonFsLoader.h | 66 -- ArmPlatformPkg/Library/ArmShellCmdRunAxf/ElfLoader.c | 340 ------- ArmPlatformPkg/Library/ArmShellCmdRunAxf/ElfLoader.h | 64 -- ArmPlatformPkg/Library/ArmShellCmdRunAxf/RunAxf.c | 395 -------- ArmPlatformPkg/Library/ArmShellCmdRunAxf/elf32.h | 258 ----- ArmPlatformPkg/Library/ArmShellCmdRunAxf/elf64.h | 260 ----- ArmPlatformPkg/Library/ArmShellCmdRunAxf/elf_common.h | 1059 -------------------- 23 files changed, 6158 deletions(-) diff --git a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf deleted file mode 100644 index b42d205a2bc3..000000000000 diff --git a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsApi.h b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsApi.h deleted file mode 100644 index d690520a0f67..000000000000 diff --git a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsDir.c b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsDir.c deleted file mode 100644 index 64ea0ec68048..000000000000 diff --git a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsEntryPoint.c b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsEntryPoint.c deleted file mode 100644 index a1150856f6ba..000000000000 diff --git a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h deleted file mode 100644 index c1bef755aea0..000000000000 diff --git a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsImages.c b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsImages.c deleted file mode 100644 index 346c360292eb..000000000000 diff --git a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsInternal.h b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsInternal.h deleted file mode 100644 index c0c6599cb707..000000000000 diff --git a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsOpenClose.c b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsOpenClose.c deleted file mode 100644 index ae10055255ff..000000000000 diff --git a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsReadWrite.c b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsReadWrite.c deleted file mode 100644 index f8124e95ac0c..000000000000 diff --git a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsUnsupported.c b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsUnsupported.c deleted file mode 100644 index 4ecc4ea008ea..000000000000 diff --git a/ArmPlatformPkg/Include/Guid/BootMonFsFileInfo.h b/ArmPlatformPkg/Include/Guid/BootMonFsFileInfo.h deleted file mode 100644 index c4d805c14f0e..000000000000 diff --git a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.c b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.c deleted file mode 100644 index 67bbb9e86334..000000000000 diff --git a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h deleted file mode 100644 index 2708b53cc172..000000000000 diff --git a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.inf b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.inf deleted file mode 100644 index 7d15f6934608..000000000000 diff --git a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.uni b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.uni deleted file mode 100644 index 6b7296079175..000000000000 diff --git a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/BootMonFsLoader.c b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/BootMonFsLoader.c deleted file mode 100644 index 0bce037dcb08..000000000000 diff --git a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/BootMonFsLoader.h b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/BootMonFsLoader.h deleted file mode 100644 index de3c0adcd11f..000000000000 diff --git a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ElfLoader.c b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ElfLoader.c deleted file mode 100644 index 6bb0d22de2fd..000000000000 diff --git a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ElfLoader.h b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ElfLoader.h deleted file mode 100644 index 7020a6c4e726..000000000000 diff --git a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/RunAxf.c b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/RunAxf.c deleted file mode 100644 index 9f4fc780307d..000000000000 diff --git a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/elf32.h b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/elf32.h deleted file mode 100644 index 3951444a3085..000000000000 diff --git a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/elf64.h b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/elf64.h deleted file mode 100644 index 1cfe0c9539aa..000000000000 diff --git a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/elf_common.h b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/elf_common.h deleted file mode 100644 index ed3cedc1b076..000000000000 -- 2.11.0