Re: [U-Boot] [PATCH] riscv: Add support for HI20 PE relocations

2018-06-06 Thread Rick Chen
2018-06-06 17:18 GMT+08:00 Alexander Graf : > > > On 06.06.18 11:15, Rick Chen wrote: >>> -Original Message- >>> From: Alexander Graf [mailto:ag...@suse.de] >>> Sent: Wednesday, June 06, 2018 1:21 AM >>> To: u-boot@lists.denx.de >>> Cc: Rick Jian-Zhi Chen(陳建志) >>> Subject: [PATCH] riscv: Ad

Re: [U-Boot] [PATCH] riscv: Add support for HI20 PE relocations

2018-06-06 Thread Alexander Graf
On 06.06.18 11:15, Rick Chen wrote: >> -Original Message- >> From: Alexander Graf [mailto:ag...@suse.de] >> Sent: Wednesday, June 06, 2018 1:21 AM >> To: u-boot@lists.denx.de >> Cc: Rick Jian-Zhi Chen(陳建志) >> Subject: [PATCH] riscv: Add support for HI20 PE relocations >> >> The PE standar

Re: [U-Boot] [PATCH] riscv: Add support for HI20 PE relocations

2018-06-06 Thread Rick Chen
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Wednesday, June 06, 2018 1:21 AM > To: u-boot@lists.denx.de > Cc: Rick Jian-Zhi Chen(陳建志) > Subject: [PATCH] riscv: Add support for HI20 PE relocations > > The PE standard allows for HI20/LOW12 relocations. Within th

[U-Boot] [PATCH] riscv: Add support for HI20 PE relocations

2018-06-05 Thread Alexander Graf
The PE standard allows for HI20/LOW12 relocations. Within the efi_loader target we always know that our relocation target is 4k aligned, so we don't need to worry about the LOW12 part. This patch adds support for the respective relocations. With this and a few grub patches I have cooking in parall