24 Feb, 2018

1 commit

  • This converts the following to Kconfig:
    CONFIG_BOOTP_BOOTPATH
    CONFIG_BOOTP_DNS
    CONFIG_BOOTP_GATEWAY
    CONFIG_BOOTP_HOSTNAME
    CONFIG_BOOTP_PXE
    CONFIG_BOOTP_SUBNETMASK
    CONFIG_CMDLINE_EDITING
    CONFIG_AUTO_COMPLETE
    CONFIG_SYS_LONGHELP
    CONFIG_SUPPORT_RAW_INITRD
    CONFIG_ENV_VARS_UBOOT_CONFIG

    Signed-off-by: Adam Ford
    [trini: Re-run the migration]
    Signed-off-by: Tom Rini

    Adam Ford
     

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
     

20 Jan, 2018

2 commits


10 Jan, 2018

1 commit

  • This board offers :

    _ STM32F469NIH6 microcontroller featuring 2 Mbytes of Flash memory
    and 324 Kbytes of RAM in BGA216 package
    _ On-board ST-LINK/V2-1 SWD debugger, supporting USB reenumeration capability:
    _ Mbed-enabled (mbed.org)
    _ USB functions: USB virtual COM port, mass storage, debug port
    _ 4 inches 800x480 pixel TFT color LCD with MIPI DSI interface and capacitive
    touch screen
    _ SAI Audio DAC, with a stereo headphone output jack
    _ 3 MEMS microphones
    _ MicroSD card connector
    _ I2C extension connector
    _ 4Mx32bit SDRAM
    _ 128-Mbit Quad-SPI NOR Flash
    _ Reset and wake-up buttons
    _ 4 color user LEDs
    _ USB OTG FS with Micro-AB connector
    _ Three power supply options:
    _ Expansion connectors and Arduino™ UNO V3 connectors

    Signed-off-by: Patrice Chotard

    Patrice Chotard