Re: git: 94e25b7acba7 - main - flex_spi: Support for FlexSPI Flash controller.

From: Dave Cottlehuber <dch_at_freebsd.org>
Date: Tue, 30 Nov 2021 12:55:24 UTC
On Tue, 30 Nov 2021, at 12:21, Dave Cottlehuber wrote:
> On Tue, 30 Nov 2021, at 05:42, Wojciech Macek wrote:
>> The branch main has been updated by wma:
>>
>> URL: 
>> https://cgit.FreeBSD.org/src/commit/?id=94e25b7acba7f929606a1a57f8d193995d8f8920
>>
>> commit 94e25b7acba7f929606a1a57f8d193995d8f8920
>> Author:     Wojciech Macek <wma@FreeBSD.org>
>> AuthorDate: 2021-11-25 09:36:55 +0000
>> Commit:     Wojciech Macek <wma@FreeBSD.org>
>> CommitDate: 2021-11-30 05:41:34 +0000
>>
>>     flex_spi: Support for FlexSPI Flash controller.
>>    
>>     NXP FlexSPI is a complex SPI controller which provides
>>     full offload for accessing NOR Flash.
>>     Create a Flash driver which attaches to existing FreeBSD
>>     infrastructure and exports generic READ and WRITE disk commands.
>>     The Flash has to be identified first to configure controller
>>     internals. For now, only one NOR Flash chip is supported.
>>     Future commits shall either increase number of known chips
>>     or implement SFDP mechanism which can be used by other Flash
>
> Hi Wojciech, 
>
> looks like this may break make release, at least on arm64?

my bad, I nuked & paved and it's gone away. sorry!

A+
Dave