On Mon, Sep 12, 2022 at 10:52:56AM +0100, Russell King wrote: > From: Hector Martin <marcan@xxxxxxxxx> > > Apple platforms have firmware and config files identified with multiple > dimensions. We want to be able to find the most specific firmware > available for any given platform, progressively trying more general > firmwares. > > To do this, first add support for passing in multiple board_types, > which will be tried in sequence. > > Since this will cause more log spam due to missing firmwares, also > switch the secondary firmware fecthes to use the _nowarn variant, which > will not log if the firmware is not found. > > Signed-off-by: Hector Martin <marcan@xxxxxxxxx> > Signed-off-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx> > --- Reviewed-by: Alvin Šipraga <alsi@xxxxxxxxxxxxxxx>