X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fbootm.h;h=0501414e0dc45b49be65a66d9d8953fe1f189eb1;hb=9450ab2ba8d720bd9f73bccc0af2e2b5a2c2aaf1;hp=49813772ce568b3e0660dbd1faaa50458a7f6206;hpb=4d80051b63ff54f6b6f90fceb92cf87ab3401ecb;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/bootm.h b/include/bootm.h index 4981377..0501414 100644 --- a/include/bootm.h +++ b/include/bootm.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2000-2009 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _BOOTM_H @@ -73,4 +72,12 @@ int bootm_decomp_image(int comp, ulong load, ulong image_start, int type, void *load_buf, void *image_buf, ulong image_len, uint unc_len, ulong *load_end); +/* + * boards should define this to disable devices when EFI exits from boot + * services. + * + * TODO(sjg@chromium.org>): Update this to use driver model's device_remove(). + */ +void board_quiesce_devices(void); + #endif