From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Wed, 7 Aug 2019 16:35:52 +0200 From: Robert Schwebel Message-ID: <20190807143552.3juzqrbvg4bmsvi5@pengutronix.de> References: <20190708223950.10000-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190708223950.10000-1-rhi@pengutronix.de> Subject: Re: [DistroKit] [PATCH 1/2] v7a: barebox: version bump 2019.03.0 -> 2019.06.1 List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: Roland Hieber Cc: distrokit@pengutronix.de On Tue, Jul 09, 2019 at 12:39:49AM +0200, Roland Hieber wrote: > Just a simple oldconfig with default values for all variants with the > help of ./scripts/update-diffs-v7a.sh. > > Changes in config symbols: > * BAREBOX_MAX_PBLX_SIZE was removed in v2019.04.0 because pblx was > removed. The maximum file size is now instead determined by > BAREBOX_MAX_IMAGE_SIZE. [1] > * The m25p80 driver was refactored to use the spi_mem API [2] (affects > am355x and mx6) > * The ARMv8 clocksource can now also work with ARMv7 timers, so it is > auto-enabled by kconfig since barebox v2019.05.0. [3] > * GPIO_BCM283X was replaced by PINCTRL_BCM283X in v2019.04.0. [4] > * CRC16 was replaced by CRC_ITU_T in v2019.04.0 [5], but since it has no > prompt in the menu and it is actually not selected by anyone except on > am335x-mlo, it now stays disabled in the other variants. > > Relevant barebox commits: > [1]: 9e72ea7a006cd0931913 ("images: pbl: verify CONFIG_BAREBOX_MAX_IMAGE_SIZE is not exceeded" > [2]: 80b6b874944d7982e6c7 ("mtd: devices: m25p80: use the spi_mem_xx() API") > [3]: dece707522434d5c8eb3 ("clocksource: Enable architected timer support for CPU_V7") > [4]: be717102c8ba2d0ea022 ("pinctrl: bcm2835: move existing code from gpio.") > [5]: 74de1afbd2ed4262d410 ("crc: import crc_itu_t() from kernel") > > Signed-off-by: Roland Hieber > --- > .../platform-v7a/barebox-am335x-mlo.config | 21 ++++++++++-- > configs/platform-v7a/barebox-am335x.config | 29 +++++++++++++++-- > .../platform-v7a/barebox-am335x.config.diff | 8 +++-- > configs/platform-v7a/barebox-mx6.config | 31 ++++++++++++++++-- > configs/platform-v7a/barebox-mx6.config.diff | 10 ++++-- > configs/platform-v7a/barebox-rpi2.config | 32 ++++++++++++++++--- > configs/platform-v7a/barebox-rpi2.config.diff | 4 +-- > configs/platform-v7a/barebox-vexpress.config | 28 ++++++++++++++-- > .../platform-v7a/barebox-vexpress.config.diff | 6 ++-- > configs/platform-v7a/barebox.config | 32 ++++++++++++++++--- > configs/platform-v7a/platformconfig | 4 +-- > 11 files changed, 175 insertions(+), 30 deletions(-) FTR: this is already in master. rsc -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Industrial Linux Solutions | https://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de