17 Feb, 2015

2 commits

  • The link register value can be required on some boards (e.g. FEL mode on
    sunxi) so use a branch instruction to jump to save_boot_params() instead
    of a branch link.

    This requires a branch back to save_boot_params_ret so adjust the users
    to deal with this. For exynos just drop the function since it doesn't
    do anything.

    Signed-off-by: Simon Glass
    Acked-by: Siarhei Siamashka
    Acked-by: Hans de Goede
    Signed-off-by: Hans de Goede

    Simon Glass
     
  • Move the dram helper functions to a separate C file, rather then having them
    as inline helpers in dram.h. This saves 144 bytes in the .text segment for
    sun6i builds.

    Signed-off-by: Hans de Goede
    Reviewed-by: Simon Glass

    Hans de Goede
     

10 Feb, 2015

9 commits


09 Feb, 2015

27 commits


08 Feb, 2015

2 commits