]> git.baikalelectronics.ru Git - uboot.git/commit
Revert "efi_loader: efi_allocate_pages is too restrictive"
authorStephen Warren <swarren@nvidia.com>
Thu, 2 Aug 2018 17:45:57 +0000 (11:45 -0600)
committerAlexander Graf <agraf@suse.de>
Mon, 20 Aug 2018 09:39:19 +0000 (11:39 +0200)
commitfa80f9b2bbf83ac301713d44e22804796a98bf97
tree25d1b7be1d99d5986c9ebefa0196fa094dd0873c
parent541c0e879e9a01250c5015838cbe650d668e9fc1
Revert "efi_loader: efi_allocate_pages is too restrictive"

This reverts commit 04ae0d24bf61139dce6fa06607d97238fd6df0fa. This change
caused "dhcp filename" to crash the system on p2371-2180 (Jetson TX1), for
example when running test/py.

Reverting this change isn't optimal, but at least restores TX1 to a working
state. In the future, we should:

a) Fix whatever problem causes the crash with this patch applied. This
needs further discussion, so isn't something we can immediately do.

b) Undo the revert; re-apply the original patch to efi_allocate_pages.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_memory.c