Hello all,
I`m a newbie in grub code (reasonably experienced as user) and excuse-me if
this isn´t the correct list to ask this question.
I´m studying the GRUB allocation code because I want to write a module that
finds the greatest (or a list of) free memory chunk on machine memory to
write data on
On Thu, 30 Jul 2020 22:22:41 +0200
Patrick Steinhardt wrote:
> On Wed, Jul 29, 2020 at 04:50:22PM -0500, developm...@efficientek.com
> wrote:
> > From: Glenn Washburn
> >
> > Signed-off-by: Glenn Washburn
> > ---
> > grub-core/disk/luks2.c | 14 +++---
> > 1 file changed, 7 insertions
On Thu, 30 Jul 2020 17:29:58 +0200
Patrick Steinhardt wrote:
> On Wed, Jul 29, 2020 at 04:50:16PM -0500, developm...@efficientek.com
> wrote:
> > From: Glenn Washburn
> >
> > This makes the creates an alignment with grub_disk_t naming of the
> > same field and is more intuitive as to how it sho
On Thu, 30 Jul 2020 17:24:12 +0200
Patrick Steinhardt wrote:
> On Wed, Jul 29, 2020 at 04:50:12PM -0500, developm...@efficientek.com
> wrote:
> > From: Glenn Washburn
> >
> > Create grub_uuidcasecmp to compare UUIDs in a case-insensitive
> > manner and that ignores '-' characters. This is backw
On Wed, Jul 29, 2020 at 6:08 PM David Michael wrote:
>
> On Wed, Jul 29, 2020 at 5:52 PM wrote:
> > From: Glenn Washburn
> >
> > Signed-off-by: Glenn Washburn
> > ---
> > configure.ac | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/configure.ac b/configure.ac
> >
On Thu, Jul 30, 2020 at 1:19 PM Heinrich Schuchardt wrote:
>
> Am 30. Juli 2020 22:11:39 MESZ schrieb Heinrich Schuchardt
> :
> >Am 30. Juli 2020 20:31:47 MESZ schrieb Atish Patra
> >:
> >>On Thu, Jul 30, 2020 at 4:04 AM Heinrich Schuchardt
> >> wrote:
> >>>
> >>> On 30.07.20 12:16, Sean Anderson
On Thu, 30 Jul 2020 17:21:16 +0200
Patrick Steinhardt wrote:
> On Wed, Jul 29, 2020 at 04:50:11PM -0500, developm...@efficientek.com
> wrote:
> > From: Glenn Washburn
> >
> > The total_length field is named confusingly because length usually
> > refers to bytes, whereas in this case its really
On Thu, 30 Jul 2020 17:14:54 +0200
Patrick Steinhardt wrote:
> >{
> > - size += sizeof ("luks_mount ");
> > + size += grub_strlen (i->modname);
> > + size += sizeof ("_mount");
> > size += grub_strlen (i->uuid);
> > size += grub_strlen (i->cipher->cipher->name);
> > - size
On Wed, Jul 29, 2020 at 04:50:22PM -0500, developm...@efficientek.com wrote:
> From: Glenn Washburn
>
> Signed-off-by: Glenn Washburn
> ---
> grub-core/disk/luks2.c | 14 +++---
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/grub-core/disk/luks2.c b/grub-core/disk/l
Am 30. Juli 2020 22:11:39 MESZ schrieb Heinrich Schuchardt :
>Am 30. Juli 2020 20:31:47 MESZ schrieb Atish Patra
>:
>>On Thu, Jul 30, 2020 at 4:04 AM Heinrich Schuchardt
>> wrote:
>>>
>>> On 30.07.20 12:16, Sean Anderson wrote:
>>> > On 7/30/20 6:03 AM, Heinrich Schuchardt wrote:
>>> >> Dear Sean,
Am 30. Juli 2020 20:31:47 MESZ schrieb Atish Patra :
>On Thu, Jul 30, 2020 at 4:04 AM Heinrich Schuchardt
> wrote:
>>
>> On 30.07.20 12:16, Sean Anderson wrote:
>> > On 7/30/20 6:03 AM, Heinrich Schuchardt wrote:
>> >> Dear Sean,
>> >>
>> >> when trying to run grubriscv64.efi from the
>> >> trini/u
On Thu, Jul 30, 2020 at 4:04 AM Heinrich Schuchardt wrote:
>
> On 30.07.20 12:16, Sean Anderson wrote:
> > On 7/30/20 6:03 AM, Heinrich Schuchardt wrote:
> >> Dear Sean,
> >>
> >> when trying to run grubriscv64.efi from the
> >> trini/u-boot-gitlab-ci-runner:bionic-20200526-18Jun2020 Docker image
On Wed, Jul 29, 2020 at 04:50:16PM -0500, developm...@efficientek.com wrote:
> From: Glenn Washburn
>
> This makes the creates an alignment with grub_disk_t naming of the same
> field and is more intuitive as to how it should be used.
>
> Signed-off-by: Glenn Washburn
> ---
> grub-core/disk/cr
On Wed, Jul 29, 2020 at 04:50:14PM -0500, developm...@efficientek.com wrote:
> From: Glenn Washburn
The commit message header is quite long. Could you please shorten it to
at most 80 characters and maybe put remaining info into the message
body?
>
> Signed-off-by: Glenn Washburn
> ---
> grub-
On Wed, Jul 29, 2020 at 04:50:12PM -0500, developm...@efficientek.com wrote:
> From: Glenn Washburn
>
> Create grub_uuidcasecmp to compare UUIDs in a case-insensitive manner and
> that ignores '-' characters. This is backwards compatible with the old LUKS1
> code that stored and compared against
On Wed, Jul 29, 2020 at 04:50:11PM -0500, developm...@efficientek.com wrote:
> From: Glenn Washburn
>
> The total_length field is named confusingly because length usually refers to
> bytes, whereas in this case its really the total number of sectors on the
> device. Also counter-intuitively, grub
On Wed, Jul 29, 2020 at 04:50:10PM -0500, developm...@efficientek.com wrote:
> From: Glenn Washburn
>
> Signed-off-by: Glenn Washburn
> ---
> grub-core/disk/cryptodisk.c | 18 ++
> 1 file changed, 10 insertions(+), 8 deletions(-)
>
> diff --git a/grub-core/disk/cryptodisk.c b/g
On 6/20/20 3:01 PM, Jacob Kroon wrote:
Signed-off-by: Jacob Kroon
---
Makefile.util.def | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile.util.def b/Makefile.util.def
index d9e2bd84d..f8b356cc1 100644
--- a/Makefile.util.def
+++ b/Makefile.util.def
@@ -203,7 +203,6 @@ program = {
On 30.07.20 12:16, Sean Anderson wrote:
> On 7/30/20 6:03 AM, Heinrich Schuchardt wrote:
>> Dear Sean,
>>
>> when trying to run grubriscv64.efi from the
>> trini/u-boot-gitlab-ci-runner:bionic-20200526-18Jun2020 Docker image on
>> a MAIXDUINO the relocations are not naturally aligned:
>>
>> lib/efi
19 matches
Mail list logo