History log of /u-boot/boot/vbe_request.c
Revision Date Author Comments
# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c4b646d4 27-Apr-2024 Tom Rini <trini@konsulko.com>

boot: Remove <common.h> and add needed includes

Remove <common.h> from all "boot/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 591257b0 25-Apr-2024 Marek Vasut <marex@denx.de>

rng: Introduce SPL_DM_RNG

Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL
if necessary. This may be necessary due to e.g. size constraints of
the SPL.

Signed-off-by: Marek Vasut <marex@denx.de>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 24797097 26-Sep-2023 Simon Glass <sjg@chromium.org>

dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 6c4cad74 21-Aug-2023 Simon Glass <sjg@chromium.org>

event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 1d467533 22-Feb-2023 Simon Glass <sjg@chromium.org>

Correct SPL use of DM_RNG

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_DM_RNG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>


# d2b22ae2 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Support reading the next SPL phase via VBE

Add an SPL loader to obtain the next-phase binary from a FIT provided
by the VBE driver.

Signed-off-by: Simon Glass <sjg@chromium.org>


# c3a148f3 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Use a warning for a failed requests

Optional requests should present a warning rather than an error. Update
the log call.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 98bedf42 20-Oct-2022 Simon Glass <sjg@chromium.org>

vbe: Rename vbe_fixup to vbe_request

The vbe_fixup file handles device tree fixups, but these are called OS
requests in VBE. Rename the file to reflect its wider purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>