From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 26 Dec 2015 08:30:59 +0100 Subject: [U-Boot] [PATCH v4 8/8] mips: move optimize tuning option from deprecated config.mk to Kconfig In-Reply-To: References: <1451069788-6786-1-git-send-email-wills.wang@live.com> Message-ID: <201512260830.59471.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, December 25, 2015 at 07:56:28 PM, Wills Wang wrote: > config.mk files in mach-xxx directory are deprecated, this patch move > the processor tuning option of compiler into Kconfig > > Signed-off-by: Wills Wang > --- > > Changes in v4: > - Add div64 macro for MIPS > - Convert physical address to uncached and cached(KSEG0/1) memory range > in map_physmem > - Auto calculate baudrate for serial driver > - Move pinctrl code in serial driver into arch/mips/mach-ath79 > - Use global_data to save CPU/DDR/AHB clock > - Use get_serial_clock to serial clock source > - Use get_bus_freq instead of hardcode in SPI driver > - Use arch_global_data to save SOC's type, revison and id > - move CPU optimize tuning flag from config.mk to Kconfig The changelog should be at patch 0/8 and there should be a dedicated changelog with each patch. The changelog for entire series should not be with patch 8/8. Best regards, Marek Vasut