[U-Boot] [PATCH 2/3] dm: core: Add missing entries for manual relocation

Simon Glass sjg at chromium.org
Thu Oct 29 18:18:59 CET 2015


On 27 October 2015 at 09:01, Michal Simek <michal.simek at xilinx.com> wrote:
> Patches:
> "dm: core: Add a post_bind method for parents"
> (sha1: 0118ce79577f9b0881f99a6e4f8a79cd5014cb87)
> "dm: core: Add a uclass pre_probe() method for devices"
> (sha1: 02c07b3741f1b825934b1a6eb8f23530532dc426)
> "dm: core: Allow the uclass to set up a device's child after binding"
> (sha1: 081f2fcbd9a95ba10677065359791f8fea3f8c58)
> "dm: core: Allow uclass to set up a device's child before it is probed"
> (sha1: 83c7e434c9dd3ca81f8b763e23c1881b973bcf2f)
>
> Adds new entries to struct driver and struct uclass_driver without
> extending code for manual relocation. This patch fixes it for all
> architectures which requires MANUAL_RELOC.
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
>  drivers/core/root.c | 8 ++++++++
>  1 file changed, 8 insertions(+)

Looking forward to getting rid of the manual relocation!

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list