sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
flex_spi: Support for FlexSPI Flash controller.NXP FlexSPI is a complex SPI controller which providesfull offload for accessing NOR Flash.Create a Flash driver which attaches to existing FreeBSD
flex_spi: Support for FlexSPI Flash controller.NXP FlexSPI is a complex SPI controller which providesfull offload for accessing NOR Flash.Create a Flash driver which attaches to existing FreeBSDinfrastructure and exports generic READ and WRITE disk commands.The Flash has to be identified first to configure controllerinternals. For now, only one NOR Flash chip is supported.Future commits shall either increase number of known chipsor implement SFDP mechanism which can be used by other Flashdrivers.Sponsored by: AlstomObtained from: SemihalfDifferential revision: https://reviews.freebsd.org/D33117
show more ...