Home
last modified time | relevance | path

Searched hist:"484 fdf5ba058b07be5ca82763aa2b72063540ef3" (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsf-uclass.c2588f2ddfd60ac617c05def14e9a92fd329721fe Tue Oct 27 12:52:47 UTC 2015 Michal Simek <michal.simek@xilinx.com> dm: sf: Add support for all targets which requires MANUAL_RELOC

It is follow up patch based on
"dm: Add support for all targets which requires MANUAL_RELOC"
(sha1: 484fdf5ba058b07be5ca82763aa2b72063540ef3)
to update function pointers for DM.

Using post_bind is not ideal but it is one on current option what can be
used. Variable reloc_done has to be used do not call relocation after
every bind. Maybe new core functions should be introduced for this case.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/drivers/core/
H A Droot.c484fdf5ba058b07be5ca82763aa2b72063540ef3 Mon Feb 02 15:31:59 UTC 2015 Michal Simek <michal.simek@xilinx.com> dm: Add support for all targets which requires MANUAL_RELOC

Targets with CONFIG_NEEDS_MANUAL_RELOC do not use REL/RELA
relocation (mostly only GOT) where functions aray are not
updated. This patch is fixing function pointers for DM core
and serial-uclass to ensure that relocated functions are called.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/drivers/spi/
H A Dspi-uclass.c281f1566b82519ad896f3196932102314575d035 Tue Oct 27 12:36:42 UTC 2015 Michal Simek <michal.simek@xilinx.com> dm: spi: Add support for all targets which requires MANUAL_RELOC

It is follow up patch based on
"dm: Add support for all targets which requires MANUAL_RELOC"
(sha1: 484fdf5ba058b07be5ca82763aa2b72063540ef3)
to update function pointers for DM.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial-uclass.c484fdf5ba058b07be5ca82763aa2b72063540ef3 Mon Feb 02 15:31:59 UTC 2015 Michal Simek <michal.simek@xilinx.com> dm: Add support for all targets which requires MANUAL_RELOC

Targets with CONFIG_NEEDS_MANUAL_RELOC do not use REL/RELA
relocation (mostly only GOT) where functions aray are not
updated. This patch is fixing function pointers for DM core
and serial-uclass to ensure that relocated functions are called.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Simon Glass <sjg@chromium.org>