03 Jan, 2017

1 commit


25 Aug, 2014

1 commit

  • This patch adds support of NOR cape[1] for both Beaglebone (white) and
    Beaglebone(Black) boards. NOR Flash on this cape is connected to GPMC
    chip-select[0] and accesses as external memory-mapped device.
    This cape has 128Mbits(16MBytes), x16, CFI compatible NOR Flash device.

    As GPMC chip-select[0] can be shared by multiple capes so NOR profile is
    not enabled by default in boards.cfg. Following changes are required to
    enable NOR cape detection when building am335x_boneblack board profile.

    Signed-off-by: Tom Rini

    pekon gupta
     

19 Jan, 2011

1 commit

  • difference to previous board version:
    - M29W128GH flash from Numonyx
    - SDRAM ISSI IS45S16800 (Option A2 105°C)
    - rev5 uses RTC RV-3029-C2
    - update cs0 and cs1 baseaddr and length
    depending on the detected flash size.
    - added Werner Pfister
    as maintainer for the digsy board variants
    - As the M29W128GH needs a special flash_cmd_reset()
    document that in the new file doc/README.cfi.
    - move "#endif /* CONFIG_CMD_IDE */" to the right place
    - remove LOWBOOT config option for digsy_mtc and digsy_mtc_rev5
    boards
    - change doc/README.cfi as Stefan Roese suggested

    Signed-off-by: Heiko Schocher
    Signed-off-by: Stefan Roese
    Acked-by: Detlev Zundel
    cc: Wolfgang Denk
    cc: Stefan Roese
    cc: Werner Pfister
    cc: Detlev Zundel

    Heiko Schocher