public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] atmel: add CMD_FS_GENERIC to SAMA5D3 for EFI boot
@ 2019-01-21  4:51 Greg Czerniak
  2019-01-25  9:51 ` Eugen.Hristev at microchip.com
  2019-01-27  3:53 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Greg Czerniak @ 2019-01-21  4:51 UTC (permalink / raw)
  To: u-boot

I'm working on getting OpenBSD to run on the Atmel SAMA5D3 Xplained.
OpenBSD uses an EFI bootloader, which requires the "load" command to
work, since "fatload" doesn't initialize the EFI memory addresses
properly. To get "load" on the SAMA5D3 version of U-Boot, I propose
adding the CONFIG_CMD_FS_GENERIC option.
 
Signed-off-by: Greg Czerniak <greg@czerniak.info>

---
 configs/sama5d3_xplained_mmc_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/sama5d3_xplained_mmc_defconfig b/configs/sama5d3_xplained_$
index eab38ec366..57a163bd58 100644
--- a/configs/sama5d3_xplained_mmc_defconfig
+++ b/configs/sama5d3_xplained_mmc_defconfig
@@ -76,6 +76,7 @@ CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_STORAGE=y
+CONFIG_CMD_FS_GENERIC=y
 CONFIG_W1=y
 CONFIG_W1_GPIO=y
 CONFIG_W1_EEPROM=y
--
2.19.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] atmel: add CMD_FS_GENERIC to SAMA5D3 for EFI boot
  2019-01-21  4:51 [U-Boot] [PATCH] atmel: add CMD_FS_GENERIC to SAMA5D3 for EFI boot Greg Czerniak
@ 2019-01-25  9:51 ` Eugen.Hristev at microchip.com
  2019-01-27  3:53 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Eugen.Hristev at microchip.com @ 2019-01-25  9:51 UTC (permalink / raw)
  To: u-boot

Hi Greg,


On 21.01.2019 06:51, Greg Czerniak wrote:
> I'm working on getting OpenBSD to run on the Atmel SAMA5D3 Xplained.
> OpenBSD uses an EFI bootloader, which requires the "load" command to
> work, since "fatload" doesn't initialize the EFI memory addresses
> properly. To get "load" on the SAMA5D3 version of U-Boot, I propose
> adding the CONFIG_CMD_FS_GENERIC option.

Thanks for the patch, can you clean up the commit message please?
Remove the "I'm working on..."
Relate strictly to what this patch does and why, like enabling 
CMD_FS_GENERIC because load command is needed to boot OpenBSD with 
properly initialized EFI ... etc.

Commit message: configs: sama5d3_xplained_mmc: ***your short message***

Eugen
>   
> Signed-off-by: Greg Czerniak <greg@czerniak.info>
> 
> ---
>   configs/sama5d3_xplained_mmc_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/sama5d3_xplained_mmc_defconfig b/configs/sama5d3_xplained_$
> index eab38ec366..57a163bd58 100644
> --- a/configs/sama5d3_xplained_mmc_defconfig
> +++ b/configs/sama5d3_xplained_mmc_defconfig
> @@ -76,6 +76,7 @@ CONFIG_USB=y
>   CONFIG_DM_USB=y
>   CONFIG_USB_EHCI_HCD=y
>   CONFIG_USB_STORAGE=y
> +CONFIG_CMD_FS_GENERIC=y
>   CONFIG_W1=y
>   CONFIG_W1_GPIO=y
>   CONFIG_W1_EEPROM=y
> --
> 2.19.1
> 
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] atmel: add CMD_FS_GENERIC to SAMA5D3 for EFI boot
  2019-01-21  4:51 [U-Boot] [PATCH] atmel: add CMD_FS_GENERIC to SAMA5D3 for EFI boot Greg Czerniak
  2019-01-25  9:51 ` Eugen.Hristev at microchip.com
@ 2019-01-27  3:53 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2019-01-27  3:53 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 20, 2019 at 11:51:26PM -0500, Greg Czerniak wrote:

> I'm working on getting OpenBSD to run on the Atmel SAMA5D3 Xplained.
> OpenBSD uses an EFI bootloader, which requires the "load" command to
> work, since "fatload" doesn't initialize the EFI memory addresses
> properly. To get "load" on the SAMA5D3 version of U-Boot, I propose
> adding the CONFIG_CMD_FS_GENERIC option.
>  
> Signed-off-by: Greg Czerniak <greg@czerniak.info>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190126/a5d1067e/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-27  3:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-21  4:51 [U-Boot] [PATCH] atmel: add CMD_FS_GENERIC to SAMA5D3 for EFI boot Greg Czerniak
2019-01-25  9:51 ` Eugen.Hristev at microchip.com
2019-01-27  3:53 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox