From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::242; helo=mail-io0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x242.google.com (mail-io0-x242.google.com [IPv6:2607:f8b0:4001:c06::242]) (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 817AC220D4C15 for ; Thu, 30 Nov 2017 08:06:01 -0800 (PST) Received: by mail-io0-x242.google.com with SMTP id s37so8035720ioe.10 for ; Thu, 30 Nov 2017 08:10:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=BVBEQMQIyWVIIcqNfU1iJfXPqMca277j0/QGx36OxLU=; b=STlFlXR4IH7aAcTndnHvBvulpKVR2V9WWsvDEo8WAQJ1HWyhdW6AC0mABwSo6rkYFk KwsWaUXxvTcjCyLcPIsrikgb1TG6DmxvLIGHbbifjzBMFXQmcOZXpamu0IuHF/VoIvOQ +GPfKRtgx5Qe9RWZRnmdwyKqh5ScjFqNd0L2k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=BVBEQMQIyWVIIcqNfU1iJfXPqMca277j0/QGx36OxLU=; b=Sf/kX+1BRphcYrvwxMQdFVDwUFlB+4vp9QVD7sBmLKxo5WY2tmsxyXL1dRnV/6I1tD 0qcvHyT5kHoH4CiSmHwoHctrIJJ4ZK0pAJSc6GhPzwHlnrOhO1YEDG0i4bdtNXiIXtjd PC7iGtLxks/HQ+PCodjkrWw5+ib+SwZhH9l39+dhtbv38RRyeJxue2Ymj2HLmOwYueJJ w0nxcIXlDI2OeQTHT7ngCs9yrXnKvcYvq9I8+IJV/3QSmaHV5x11DY05+tux3eAu341u 00hxnahPMlWUG5bR5SL2Gl2fxB/ES1gixD/FaGtlNcZohUulLswnyEC73PZFwAtqpfaq Ltaw== X-Gm-Message-State: AJaThX7YJyyI1Brp0ixinGuxgcLpjQI4IC2sMNHCQ8dWHwTHRalE8DsX QASqvGob8sl6LGIHM09KTuy7fGZyf+f9STQ4v812Rg== X-Google-Smtp-Source: AGs4zMbRi5iw1okrjk6hkZY5hAvZsjdJc1uXVnz2i1V/YREnoaTMToAZwDFIDbFNf9dr6fmKRNwmop4tQQx8/uRBctA= X-Received: by 10.107.59.85 with SMTP id i82mr8206184ioa.253.1512058226063; Thu, 30 Nov 2017 08:10:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Thu, 30 Nov 2017 08:10:25 -0800 (PST) In-Reply-To: <20171130155547.g5aezeo3vgnxu4cg@bivouac.eciton.net> References: <20171130141509.27230-1-ard.biesheuvel@linaro.org> <20171130155547.g5aezeo3vgnxu4cg@bivouac.eciton.net> From: Ard Biesheuvel Date: Thu, 30 Nov 2017 16:10:25 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH 0/7] ArmPlatformPkg cleanup - phase II 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: Thu, 30 Nov 2017 16:06:01 -0000 Content-Type: text/plain; charset="UTF-8" On 30 November 2017 at 15:55, Leif Lindholm wrote: > On Thu, Nov 30, 2017 at 02:15:02PM +0000, Ard Biesheuvel wrote: >> Proceed with removing junk from ArmPlatformPkg, and tidying up the bits >> we want to keep. >> >> While we make up our minds how to proceed with the migration of >> ArmVExpressPkg, and the dependent BootMonFs and ShellCmdRunAxf modules, >> this series removes the outdated documentation and CTA9x4 code, moves >> some header files out of Include/Drivers, and removes some unused stuff >> from ArmPlatformLib. > > Good stuff. For the series: > Reviewed-by: Leif Lindholm > Thanks. Pushed as f0d9d2b61726..c6e51751e026 >> Ard Biesheuvel (7): >> ArmPlatformPkg/Documentation: remove outdated porting manual >> ArmPlatformPkg: remove unused ArmVExpressLibCTA9x4 code >> ArmPlatformPkg/ArmPlatformLib: remove >> ARM_SYSTEM_MEMORY_REGION_DESCRIPTOR >> ArmPlatformPkg: remove ArmPlatformInitializeSystemMemory >> ArmPlatformPkg: move internal PL061 header into driver directory >> ArmPlatformPkg: move internal SP805 header into driver directory >> ArmPlatformPkg: move internal PL031 header into driver directory >> >> ArmPlatformPkg/ArmPlatformPkg.dec | 1 - >> ArmPlatformPkg/ArmVExpressPkg/Include/Platform/CTA9x4/ArmPlatform.h | 121 ------------ >> ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/CTA15-A7.c | 13 -- >> ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ArmVExpressLib.inf | 57 ------ >> ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ArmVExpressLibSec.inf | 54 ------ >> ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/CTA9x4.c | 198 -------------------- >> ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/CTA9x4Helper.S | 49 ----- >> ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/CTA9x4Helper.asm | 63 ------- >> ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/CTA9x4Mem.c | 119 ------------ >> ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/RTSM.c | 14 -- >> ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png | Bin 54500 -> 0 bytes >> ArmPlatformPkg/Documentation/ArmPlatformLib-2nd-Stage.png | Bin 56506 -> 0 bytes >> ArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.png | Bin 79676 -> 0 bytes >> ArmPlatformPkg/Documentation/ArmPlatformPkg.txt | 74 -------- >> ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c | 3 +- >> ArmPlatformPkg/{Include/Drivers => Drivers/PL061GpioDxe}/PL061Gpio.h | 0 >> ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805Watchdog.c | 3 +- >> ArmPlatformPkg/{Include/Drivers => Drivers/SP805WatchdogDxe}/SP805Watchdog.h | 0 >> ArmPlatformPkg/Include/Library/ArmPlatformLib.h | 24 --- >> ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.c | 14 -- >> ArmPlatformPkg/{Include/Drivers => Library/PL031RealTimeClockLib}/PL031RealTimeClock.h | 0 >> ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c | 19 +- >> ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c | 8 - >> ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf | 1 - >> BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoard.c | 14 -- >> 25 files changed, 13 insertions(+), 836 deletions(-) >> delete mode 100644 ArmPlatformPkg/ArmVExpressPkg/Include/Platform/CTA9x4/ArmPlatform.h >> delete mode 100644 ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ArmVExpressLib.inf >> delete mode 100644 ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ArmVExpressLibSec.inf >> delete mode 100644 ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/CTA9x4.c >> delete mode 100644 ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/CTA9x4Helper.S >> delete mode 100644 ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/CTA9x4Helper.asm >> delete mode 100644 ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/CTA9x4Mem.c >> delete mode 100644 ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png >> delete mode 100644 ArmPlatformPkg/Documentation/ArmPlatformLib-2nd-Stage.png >> delete mode 100644 ArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.png >> delete mode 100644 ArmPlatformPkg/Documentation/ArmPlatformPkg.txt >> rename ArmPlatformPkg/{Include/Drivers => Drivers/PL061GpioDxe}/PL061Gpio.h (100%) >> rename ArmPlatformPkg/{Include/Drivers => Drivers/SP805WatchdogDxe}/SP805Watchdog.h (100%) >> rename ArmPlatformPkg/{Include/Drivers => Library/PL031RealTimeClockLib}/PL031RealTimeClock.h (100%) >> >> -- >> 2.11.0 >>