23 Feb, 2018

1 commit


14 Feb, 2018

1 commit


11 Feb, 2018

1 commit

  • On the NIOS2 and Xtensa architectures, we do not have
    CONFIG_SYS_TEXT_BASE set. This is a strict migration of the current
    values into the defconfig and removing them from the headers.

    I did not attempt to add more default values in and for now will leave
    that to maintainers.

    Signed-off-by: Tom Rini

    Tom Rini
     

08 Feb, 2018

1 commit


20 Nov, 2017

1 commit


06 Nov, 2017

1 commit


11 Oct, 2017

1 commit

  • Having this as a 'default y' is rather annoying because it doesn't
    actually compile unless other options are defined in the board header:

    ../cmd/bootm.c: In function 'do_imls_nor':
    ../cmd/bootm.c:330:7: error: 'CONFIG_SYS_MAX_FLASH_BANKS' undeclared (first use in this function); did you mean 'CONFIG_SYS_MAX_FLASH_SECT'?
    i < CONFIG_SYS_MAX_FLASH_BANKS; ++i, ++info) {

    Make it 'default n' so people who develop new boards that start from a
    blank defconfig have one less compilation failure to debug.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     

17 Aug, 2017

1 commit


02 Aug, 2017

1 commit

  • Add support for Phytec pfla02, equipped with NAND.

    CPU: Freescale i.MX6Q rev1.5 996 MHz (running at 792 MHz)
    CPU: Automotive temperature grade (-40C to 125C) at 31C
    Reset cause: POR
    I2C: ready
    DRAM: 1 GiB
    NAND: 2048 MiB
    MMC: FSL_SDHC: 0, FSL_SDHC: 1
    SF: Detected n25q128 with page size 256 Bytes, erase size 64 KiB, total
    16 MiB
    In: serial
    Out: serial
    Err: serial
    Net: FEC [PRIME]
    Hit any key to stop autoboot: 0

    Signed-off-by: Stefano Babic
    CC: Stefan Christ
    CC: Stefan Müller-Klieser
    CC: Christian Hemp

    Stefano Babic