[U-Boot] [PATCH v2 01/80] linker_lists: Add a function to access a linker list entry

Simon Glass sjg at chromium.org
Tue Apr 7 20:39:14 CEST 2015


On 25 March 2015 at 12:21, Simon Glass <sjg at chromium.org> wrote:
> Once declared, you cannot access a linker_list entry since you do not have
> a symbol name for it. Add llsym() macro to provide this. This avoids
> searching for the symbol at run-time based on name.
>
> An example usage is to declare a driver with U_BOOT_DRIVER(), then obtain
> a pointer to that driver later.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  include/linker_lists.h | 10 ++++++++++
>  1 file changed, 10 insertions(+)

Applied to u-boot-dm/next.


More information about the U-Boot mailing list