02 Jun, 2015

1 commit


01 Jun, 2015

3 commits

  • This also selects CONFIG_NET for any CONFIG_CMD_NET board.

    Remove the imx default for CONFIG_NET.

    This moves the config that was defined by 60296a8 (commands: add more
    command entries in Kconfig).

    Signed-off-by: Joe Hershberger

    Joe Hershberger
     
  • Another shell scripting command that has not been moved.

    Moved using tools/moveconfig.py using these settings:

    CMD_SETEXPR bool n y

    Signed-off-by: Joe Hershberger
    Cc: Masahiro Yamada

    Joe Hershberger
     
  • Commit 76ec988b062e (net: Remove all calls to net_random_ethaddr())
    accidentally deleted CONFIG_TARGET_BCT_BRETTL2=y, and since then
    bct-brettl2 would not build.

    Since commit a26cd04920dc (arch: Make board selection choices
    optional), Kconfig actually allows such a .config file in which no
    board is selected, but the build never succeeds.

    Signed-off-by: Masahiro Yamada
    Acked-by: Joe Hershberger

    Masahiro Yamada
     

31 May, 2015

4 commits


29 May, 2015

1 commit


26 May, 2015

3 commits


25 May, 2015

3 commits

  • Prior to this commit, ZC702 and ZC706 shared the same configuration
    and were built as follows:

    ZC702: make zynq_zc70x_defconfig && make
    ZC706: make zynq_zc70x_defconfig && make DEVICE_TREE=zynq-zc706

    This commit introduces separate configuration for them, which makes
    the next commit much easier.

    Going forward, the recommended build commands are:

    ZC702: make zynq_zc702_defconfig && make
    ZC706: make zynq_zc706_defconfig && make

    Although the old work flow is still supported, CONFIG_TARGET_ZC70X
    has been marked as deprecated. If used, the warning message is
    shown to prompt users to switch to the new scheme.

    Signed-off-by: Masahiro Yamada
    Acked-by: Joe Hershberger
    Signed-off-by: Michal Simek

    Masahiro Yamada
     
  • Tom Rini
     
  • This commit allows users to enable/disable the Freescale NFC
    controller found in systems like Vybrid (VF610), MPC5125, MCF54418
    or Kinetis K70 via Kconfig with more detailed help docs.

    Signed-off-by: Stefan Agner
    Acked-by: Stefano Babic
    [scottwood: updated vf610twr_nand_defconfig]
    Signed-off-by: Scott Wood

    Stefan Agner
     

22 May, 2015

1 commit

  • Currently we need to build one U-boot image for each of the wandboard
    variants: quad, dual-lite and solo.

    By switching to SPL we can support all these variants with a single binary,
    which is very convenient.

    Based on the work from Richard Hu.

    Tested kernel booting on the three boards.

    Signed-off-by: Richard Hu
    Signed-off-by: Fabio Estevam
    Tested-by: Vagrant Cascadian
    Reviewed-by: Stefano Babic

    Fabio Estevam
     

21 May, 2015

8 commits


20 May, 2015

1 commit

  • The ga10h is an 10" tablet with an A33 or A23 soc, 1G RAM, 8G or 16G nand,
    sdio wifi, 2 micro usb ports, 1 otg and 1 host and 1 micro sd slot.

    This commit adds a defconfig for the v1.1 pcb with an a33 soc.

    Signed-off-by: Hans de Goede
    Acked-by: Ian Campbell

    Hans de Goede
     

19 May, 2015

2 commits


16 May, 2015

2 commits


15 May, 2015

2 commits

  • This commit enables:
    - emulated i2c PMIC driver
    - sandbox PMIC I/O driver
    - sandbox PMIC's regulator driver

    Signed-off-by: Przemyslaw Marczak
    Acked-by: Simon Glass
    Tested on sandbox:
    Tested-by: Simon Glass

    Przemyslaw Marczak
     
  • This change enables the configs required to init and setup max77686
    regulator driver, using the new driver model pmic and regulator API.
    And also changes the old pmic framework calls to the new ones.

    This commits enables:
    - CONFIG_ERRNO_STR
    - CONFIG_DM_PMIC
    - CONFIG_DM_PMIC_CMD
    - CONFIG_DM_PMIC_MAX77686
    - CONFIG_DM_REGULATOR
    - CONFIG_DM_REGULATOR_CMD
    - CONFIG_DM_REGULATOR_MAX77686

    And removes the unused:
    - CONFIG_DM_I2C_COMPAT
    - CONFIG_POWER
    - CONFIG_POWER_I2C
    - CONFIG_POWER_MAX77686

    Signed-off-by: Przemyslaw Marczak
    Acked-by: Simon Glass

    Przemyslaw Marczak
     

14 May, 2015

2 commits


13 May, 2015

2 commits

  • Remove board support for afeb9260, tny_a9260, and sbc35_a9g20.

    They have not been converted into Generic Board yet.
    See doc/README.generic-board for details.

    Signed-off-by: Masahiro Yamada
    Cc: Sergey Lapin
    Cc: Albin Tonnerre
    Cc: Andreas Bießmann

    Masahiro Yamada
     
  • In order to reduce merge conflicts and to maintain the simplest possible
    defconfig files, we should be using the savedefconfig feature of Kconfig
    every time a new feature is added. This keeps the defconfig settings to
    a minimum (only those things not default) and keeps them in the same
    order as the Kconfig options.

    Signed-off-by: Joe Hershberger
    Cc: Masahiro Yamada
    Acked-by: Stephen Warren
    Cc: Tom Rini

    Joe Hershberger
     

10 May, 2015

4 commits


08 May, 2015

1 commit