11 Oct, 2014

2 commits

  • Update readme file for Keystone II EVM boards to actual sources.
    Also correct some typos. For now the Edison evaluation board is
    added, README for K2E is mostly the same, so update README to
    contain information also for K2E evm. Rename file to README as
    it contains information for all keystone evm boards.

    Signed-off-by: Ivan Khoronzhuk

    Khoronzhuk, Ivan
     
  • The K2HK and K2E boards support SPL by default, so add
    CONFIG_SPL option. Also export CONFIG_ARM, CONFIG_ARCH_KEYSTONE
    and TARGET_K2*_EVM options to spl/.config as they are the same.
    So now it's convinient to build gph images using only two commands:

    make k2hk_evm_defconfig
    make u-boot-spi.gph

    Acked-By: Murali Karicheri
    Signed-off-by: Murali Karicheri
    Signed-off-by: Ivan Khoronzhuk

    Murali Karicheri
     

10 Oct, 2014

30 commits


08 Oct, 2014

1 commit

  • In order for the gmac nic to work reliable on the Bananapi, we need to set
    bits 10-12 GTXDC "GMAC Transmit Clock Delay Chain" of the GMAC clk register
    (0x01c20164) to 3.

    Without this about 9 out of 10 ethernet packets get lost, with this setting
    there is no packet loss.

    So far setting these bits is only necessary on the Bananapi, so this commit
    solves this with a bit of #ifdef CONFIG_BANANAPI code. If in the future we
    need to do something similar for other boards, we can create a specific
    CONFIG_FOO option for this then.

    Reported-by: Karsten Merker
    Signed-off-by: Hans de Goede
    Tested-by: Karsten Merker
    Tested-by: Zoltan HERPAI
    Tested-by: Tony Zhang
    Acked-by: Ian Campbell

    Hans de Goede
     

07 Oct, 2014

7 commits