Re: "arm_coreboot: Support DMA" breaks arm64

2017-05-30 Thread Leif Lindholm
On Wed, May 24, 2017 at 12:35:51PM +0100, Leif Lindholm wrote: > Apologies for delay, got knocked out by a bad cold. > > On Thu, May 11, 2017 at 06:33:34PM +, Vladimir 'phcoder' Serbinenko wrote: > > > Thoughts? > > > > > I don't think that functions in cache.h are used outside of kernel on ar

Re: "arm_coreboot: Support DMA" breaks arm64

2017-05-30 Thread Vladimir 'phcoder' Serbinenko
LGTM On Wed, May 24, 2017, 13:36 Leif Lindholm wrote: > Apologies for delay, got knocked out by a bad cold. > > On Thu, May 11, 2017 at 06:33:34PM +, Vladimir 'phcoder' Serbinenko > wrote: > > > Thoughts? > > > > > I don't think that functions in cache.h are used outside of kernel on > arm64

[PATCH] parser: Remove escape from the state transitions

2017-05-30 Thread Eric Snowberg
Remove GRUB_PARSER_STATE_ESC with state GRUB_PARSER_STATE_TEXT from the list of not allowed characters. This fixes a problem where a properly escaped comma is in the disk path. For example: /pci@306/pci@1/LSI,mrsas@0/disk@0:a During grub install, the search.fs_uuid is correctly stored in the cor