14 Sep, 2014

1 commit

  • Now the types of CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD, CONFIG_NAME}
    are specified in arch/Kconfig.

    We can delete the ones in arch and board Kconfig files.

    This commit can be easily reproduced by the following command:

    find . -name Kconfig -a ! -path ./arch/Kconfig | xargs sed -i -e '
    /config[[:space:]]SYS_\(ARCH\|CPU\|SOC\|\VENDOR\|BOARD\|CONFIG_NAME\)/ {
    N
    s/\n[[:space:]]*string//
    }
    '

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

13 Aug, 2014

1 commit


23 Jul, 2014

1 commit

  • CPU: Freescale i.MX6DL rev1.1 at 792 MHz
    Board: aristaitenos
    I2C: ready
    DRAM: 1 GiB
    NAND: 512 MiB
    MMC: FSL_SDHC: 0, FSL_SDHC: 1
    SF: Detected N25Q128 with page size 256 Bytes, erase size 64 KiB, total 16 MiB
    Display: lb07wv8 (800x480)

    - UART5 is console
    - MMC 0 and 1
    - USB 0 and 1
    - boot from mmc0 and spi nor flash
    - Splash screen support

    Signed-off-by: Heiko Schocher
    Cc: Stefano Babic

    Heiko Schocher