15 May, 2017

1 commit


05 Apr, 2017

1 commit

  • Many ARMv8 boards define a constant COUNTER_FREQUENCY to specify the
    frequency of the ARM Generic Timer (aka. arch timer).
    ARMv7 boards traditionally used CONFIG_TIMER_CLK_FREQ for the same
    purpose. It seems useful to unify them.
    Since there are less occurences of the latter version, lets convert all
    users over to COUNTER_FREQUENCY.

    Signed-off-by: Andre Przywara
    Reviewed-by: Jagan Teki

    Andre Przywara
     

30 Oct, 2016

1 commit

  • Mostly by adding MACH_SUN50I to some existing #ifdefs enable support
    for the the HCI0 USB host controller on the A64.
    Fix up some minor 64-bit hiccups on the way.
    Add the bare minimum DT bits to the A64 .dtsi and enable the controllers
    and the PHY on the Pine64.
    This is limited to the first USB controller at the moment, which is
    connected to the lower USB socket on the Pine64 board.
    [Andre: remove unneeded defines, enable OHCI, add commit message]

    Signed-off-by: Amit Singh Tomar
    Signed-off-by: Andre Przywara
    Reviewed-by: Hans de Goede
    Signed-off-by: Hans de Goede

    Amit Singh Tomar
     

01 Apr, 2016

1 commit

  • The Allwinner A64 SoC is used in the Pine64. This patch adds
    all bits necessary to compile U-Boot for it running in AArch64
    mode.

    Unfortunately SPL is not ready yet due to legal problems, so
    we need to boot using the binary boot0 for now.

    Signed-off-by: Siarhei Siamashka
    [agraf: remove SPL code, move to AArch64]
    Signed-off-by: Alexander Graf
    Acked-by: Hans de Goede
    Signed-off-by: Hans de Goede

    Siarhei Siamashka