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
     

13 Dec, 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
     

26 Sep, 2017

1 commit


28 Aug, 2017

1 commit


15 Aug, 2017

1 commit


12 Aug, 2017

2 commits

  • This converts the following to Kconfig:
    CONFIG_CMD_SCSI

    Also update the Makefile to use CONFIG_CMD_SCSI instead of CONFIG_SCSI to
    enable the command, fixing an earlier error.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Reviewed-by: Philipp Tomsich
    [trini: Rework to default y if SCSI, drop cl-som-am57x which did not use
    CMD_SCSI for real]
    Signed-off-by: Tom Rini

    Simon Glass
     
  • This converts the following to Kconfig:
    CONFIG_CMD_PCI

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Reviewed-by: Philipp Tomsich

    Simon Glass
     

11 Aug, 2017

1 commit


09 Aug, 2017

1 commit


08 Aug, 2017

1 commit


01 Aug, 2017

1 commit


26 Jul, 2017

1 commit


12 Jul, 2017

1 commit


19 Jun, 2017

1 commit


22 May, 2017

1 commit


23 Mar, 2017

1 commit

  • The gdsys ControlCenter Digital board is based on a Marvell Armada 38x
    SOC.

    It boots from SPI-Flash but can be configured to boot from SD-card for
    factory programming and testing.

    On board peripherals include:
    - 2 x GbE
    - Xilinx Kintex-7 FPGA connected via PCIe
    - mSATA
    - USB3 host
    - Atmel TPM

    Signed-off-by: Dirk Eibach
    Signed-off-by: Mario Six
    Signed-off-by: Stefan Roese

    Dirk Eibach