06 Oct, 2014

3 commits

  • Add function to enable and disable FPGA bridges. This code is used
    by the FPGA manager to disable the bridges before programming the
    FPGA and will later be also used by the initialization code for the
    chip to put the chip into well defined state during startup.

    Signed-off-by: Marek Vasut
    Cc: Chin Liang See
    Cc: Dinh Nguyen
    Cc: Albert Aribaud
    Cc: Tom Rini
    Cc: Wolfgang Denk
    Cc: Pavel Machek
    Acked-by: Pavel Machek

    Marek Vasut
     
  • Add functions to reset the EMAC ethernet blocks. We cannot handle
    two EMAC ethernet blocks yet, therefore the ifdefs. Once there is
    hardware using both EMAC blocks, this ifdef will have to go.

    Signed-off-by: Marek Vasut
    Cc: Chin Liang See
    Cc: Dinh Nguyen
    Cc: Albert Aribaud
    Cc: Tom Rini
    Cc: Wolfgang Denk
    Cc: Pavel Machek
    Acked-by: Pavel Machek

    Marek Vasut
     
  • This adds watchdog disable. It is neccessary for running Linux kernel.

    Signed-off-by: Pavel Machek
    Signed-off-by: Marek Vasut
    Cc: Chin Liang See
    Cc: Dinh Nguyen
    Cc: Albert Aribaud
    Cc: Tom Rini
    Cc: Wolfgang Denk
    Cc: Pavel Machek

    V2: Move RSTMGR_PERMODRST_L4WD0_LSB to reset_manager.h
    Reset watchdog only if CONFIG_HW_WATCHDOG is undefined (the default)

    Pavel Machek
     

06 Sep, 2013

1 commit

  • Consolidating reset code into reset_manager.c. Also
    separating reset configuration for virtual target and
    real hardware Cyclone V development kit

    Signed-off-by: Chin Liang See
    Reviewed-by: Pavel Machek
    Cc: Wolfgang Denk
    Cc: Pavel Machek
    Cc: Dinh Nguyen
    Cc: Tom Rini
    Cc: Albert Aribaud

    Chin Liang See
     

24 Jul, 2013

1 commit


05 Oct, 2012

1 commit

  • Add minimal support for Altera's SOCFPGA Cyclone 5 hardware.

    Signed-off-by: Dinh Nguyen
    Signed-off-by: Chin Liang See
    Signed-off-by: Pavel Machek
    Reviewed-by: Marek Vasut
    Acked-by: Tom Trini
    Cc: Wolfgang Denx
    Cc: Albert Aribaud
    Cc: Stefan Roese
    ----
    v8: Remove no_return attribute for reset_cpu

    Based on v2012.10-rc2

    Dinh Nguyen