18 Dec, 2013

1 commit

  • According to the README:

    "- CONFIG_SYS_SPD_BUS_NUM
    If SPD EEPROM is on an I2C bus other than the first
    one, specify here. Note that the value must resolve
    to something your driver can deal with."

    There is no SPD EEPROM on the imx boards, so ged rid of this option.

    Signed-off-by: Fabio Estevam
    Acked-by: Stefano Babic

    Fabio Estevam
     

05 Nov, 2013

1 commit


17 Oct, 2013

1 commit


15 Oct, 2013

1 commit


24 Jul, 2013

1 commit


06 Sep, 2012

1 commit


01 Sep, 2012

1 commit


11 Jul, 2012

1 commit


07 Jul, 2012

1 commit

  • According to include/i2c.h:

    "/*
    * Many boards/controllers/drivers don't support an I2C slave interface so
    * provide a default slave address for them for use in common code. A real
    * value for CONFIG_SYS_I2C_SLAVE should be defined for any board which does
    * support a slave interface.
    */
    #ifndef CONFIG_SYS_I2C_SLAVE
    #define CONFIG_SYS_I2C_SLAVE 0xfe
    #endif
    "

    As the mxc_i2c driver does not support slave mode, there is no need
    to define CONFIG_SYS_I2C_SLAVE in i.MX board file.

    Signed-off-by: Fabio Estevam

    Fabio Estevam
     

21 Jun, 2012

1 commit


07 Dec, 2011

1 commit

  • The serial driver for iMX SOCs is continuosly changed if a
    new SOC or not yet used port is used. CONFIG_SYS__
    defines were used only to find the base address for the selected UART.
    Instead of that, move the base address to the board configuration
    file and drop all #ifdef from driver.

    Signed-off-by: Stefano Babic
    CC: Marek Vasut
    CC: Wolfgang Denk
    CC: Fabio Estevam
    CC: Helmut Raiger
    CC: John Rigby
    CC: Matthias Weisser
    CC: Jason Liu
    Acked-by: Jason Liu

    Stefano Babic
     

05 Nov, 2011

1 commit


28 Oct, 2011

1 commit


13 Oct, 2011

1 commit

  • mx3fb.c was based on CONFIG_LCD and is moved by this patch to
    CONFIG_VIDEO, which has greater freedom in selecting videomodes
    even at runtime.

    This renders the accumulating list of display defines
    (CONFIG_DISPLAY_VBEST..., CONFIG_DISPLAY_C057...) obsolete as
    these may be setup through env variables:

    uboot> setenv mydisplay 'video=ctfb:x:240,y:320,depth:16,mode:0,pclk:185925,
    le:9,ri:17,up:7,lo:10,hs:1,vs:1,sync:100663296,vmode:0'
    uboot> setenv videomode ${mydisplay}

    This commit also fixes the board config files for qong and
    imx31_phycore boards as needed. The videomode settings of
    previously supported displays are added to CONFIG_EXTRA_ENV_SETTINGS
    now. CONFIG_SYS_MALLOC_LEN for imx31_phycore board is increased
    to make the frame buffer allocation working with the changed
    driver.

    Signed-off-by: Helmut Raiger
    Signed-off-by: Anatolij Gustschin
    Cc: Stefano Babic

    Helmut Raiger
     

06 Oct, 2011

1 commit


22 Jun, 2011

1 commit


27 Oct, 2010

1 commit

  • CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not
    being able to use "sizeof(struct global_data)" in assembler files.
    Recent experience has shown that manual synchronization is not
    reliable enough. This patch renames CONFIG_SYS_GBL_DATA_SIZE into
    GENERATED_GBL_DATA_SIZE which gets automatically generated by the
    asm-offsets tool. In the result, all definitions of this value can be
    deleted from the board config files. We have to make sure that all
    files that reference such data include the new file.

    No other changes have been done yet, but it is obvious that similar
    changes / simplifications can be done for other, related macro
    definitions as well.

    Signed-off-by: Wolfgang Denk
    Acked-by: Kumar Gala

    Wolfgang Denk
     

29 Sep, 2010

1 commit


23 Jul, 2009

1 commit


21 Jun, 2009

1 commit


21 Mar, 2009

1 commit

  • Currently the mtdparts commands are included in the jffs2 command support.
    This doesn't make sense anymore since other commands (e.g. UBI) use this
    infrastructure as well now. This patch separates the mtdparts commands from
    the jffs2 commands making it possible to only select mtdparts when no JFFS2
    support is needed.

    Signed-off-by: Stefan Roese
    Signed-off-by: Kyungmin Park

    Stefan Roese
     

24 Feb, 2009

1 commit

  • The "eet" variant of the imx31_phycore board has an OLED display, using a
    s6e63d6 display controller on the first SPI interface, using GPIO57 as a
    chip-select for it. With this configuration you can display 256 colour BMP
    images in 16-bit RGB (RGB565) LCD mode.

    Signed-off-by: Guennadi Liakhovetski
    Acked-by: Jean-Christophe PLAGNIOL-VILLARD

    Guennadi Liakhovetski
     

19 Oct, 2008

1 commit


09 Oct, 2008

1 commit

  • Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
    cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
    provides 2% or 0.4% precision depending on the
    CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
    boot-delay.

    Signed-off-by: Guennadi Liakhovetski

    Guennadi Liakhovetski
     

11 Sep, 2008

2 commits


13 Aug, 2008

1 commit


18 Apr, 2008

2 commits


15 Apr, 2008

1 commit


14 Apr, 2008

1 commit


11 Apr, 2008

1 commit

  • Reverting became necessary after it turned out that the patches in
    the u-boot-arm repo were modified, and in some cases corrupted.

    This reverts the following commits:

    066bebd6353e33af3adefc3404560871699e9961
    7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
    c88ae20580b2b01487b4cdcc8b2a113f551aee36
    a147e56f03871bba4f05058d5e04ce7deb010b04
    d6674e0e2a6a1f033945f78838566210d3f28c95
    8c8463cce44d849e37744749b32d38e1dfb12e50
    c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
    8bf69d81782619187933a605f1a95ee1d069478d
    8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
    a574a73852a527779234e73e17e7597fd8128882
    1377b5583a48021d983e1fd565f7d40c89e84d63
    1704dc20917b4f71e373e2c888497ee666d40380

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

30 Mar, 2008

1 commit