* [PATCH] efi: make sure efi-fs is started in the right order
@ 2017-09-06 12:40 Oleksij Rempel
2017-09-08 6:20 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Oleksij Rempel @ 2017-09-06 12:40 UTC (permalink / raw)
To: barebox; +Cc: Oleksij Rempel, Michael Olbrich
From: Michael Olbrich <m.olbrich@pengutronix.de>
with this parch, EFI System partition will be mounted to /boot
instead of /mnt/diskXX.
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
fs/efi.c | 2 +-
include/efi/efi-device.h | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/fs/efi.c b/fs/efi.c
index 85ff91429..692556b26 100644
--- a/fs/efi.c
+++ b/fs/efi.c
@@ -558,4 +558,4 @@ static struct efi_driver efi_fs_driver = {
.probe = efi_fs_probe,
.guid = EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_GUID,
};
-device_efi_driver(efi_fs_driver);
+fs_efi_driver(efi_fs_driver);
diff --git a/include/efi/efi-device.h b/include/efi/efi-device.h
index 8f5f1f3f1..15c293bb1 100644
--- a/include/efi/efi-device.h
+++ b/include/efi/efi-device.h
@@ -33,6 +33,8 @@ static inline struct efi_driver *to_efi_driver(struct driver_d *drv)
#define device_efi_driver(drv) \
register_driver_macro(device, efi, drv)
+#define fs_efi_driver(drv) \
+ register_driver_macro(fs, efi, drv)
static inline int efi_driver_register(struct efi_driver *efidrv)
{
efidrv->driver.bus = &efi_bus;
--
2.11.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] efi: make sure efi-fs is started in the right order
2017-09-06 12:40 [PATCH] efi: make sure efi-fs is started in the right order Oleksij Rempel
@ 2017-09-08 6:20 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2017-09-08 6:20 UTC (permalink / raw)
To: Oleksij Rempel; +Cc: barebox, Michael Olbrich, Oleksij Rempel
On Wed, Sep 06, 2017 at 02:40:08PM +0200, Oleksij Rempel wrote:
> From: Michael Olbrich <m.olbrich@pengutronix.de>
>
> with this parch, EFI System partition will be mounted to /boot
> instead of /mnt/diskXX.
>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
> fs/efi.c | 2 +-
> include/efi/efi-device.h | 2 ++
> 2 files changed, 3 insertions(+), 1 deletion(-)
Applied, thanks
Sascha
>
> diff --git a/fs/efi.c b/fs/efi.c
> index 85ff91429..692556b26 100644
> --- a/fs/efi.c
> +++ b/fs/efi.c
> @@ -558,4 +558,4 @@ static struct efi_driver efi_fs_driver = {
> .probe = efi_fs_probe,
> .guid = EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_GUID,
> };
> -device_efi_driver(efi_fs_driver);
> +fs_efi_driver(efi_fs_driver);
> diff --git a/include/efi/efi-device.h b/include/efi/efi-device.h
> index 8f5f1f3f1..15c293bb1 100644
> --- a/include/efi/efi-device.h
> +++ b/include/efi/efi-device.h
> @@ -33,6 +33,8 @@ static inline struct efi_driver *to_efi_driver(struct driver_d *drv)
> #define device_efi_driver(drv) \
> register_driver_macro(device, efi, drv)
>
> +#define fs_efi_driver(drv) \
> + register_driver_macro(fs, efi, drv)
> static inline int efi_driver_register(struct efi_driver *efidrv)
> {
> efidrv->driver.bus = &efi_bus;
> --
> 2.11.0
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-08 6:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-06 12:40 [PATCH] efi: make sure efi-fs is started in the right order Oleksij Rempel
2017-09-08 6:20 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox