| #
3c4bd60d |
| 07-May-2007 |
Michal Simek <monstr@monstr.eu> |
Merge git://www.denx.de/git/u-boot
Conflicts:
include/asm-microblaze/microblaze_intc.h include/linux/stat.h
|
| #
ee89bf27 |
| 19-Apr-2007 |
Peter Pearse <peter.pearse@arm.com> |
Merge with git://www.denx.de/git/u-boot.git
|
| #
a20e7106 |
| 19-Mar-2007 |
Aubrey Li <aubrey.adi@gmail.com> |
Merge http://www.denx.de/git/u-boot
|
| #
cf3b41e0 |
| 08-Mar-2007 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
|
| #
d8a8ea5c |
| 08-Mar-2007 |
Matthias Fuchs <matthias.fuchs@esd-electronics.com> |
[PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
|
| #
87ed3bfb |
| 02-Mar-2007 |
Stefan Roese <sr@denx.de> |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
|
| #
c8556d0e |
| 01-Mar-2007 |
Stefan Roese <sr@denx.de> |
Merge with /home/stefan/git/u-boot/denx-merge-sr
|
| #
8c12045a |
| 01-Mar-2007 |
Stefan Roese <sr@denx.de> |
[PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
Signed-off-by: Stefan Roese <sr@denx.de>
|
| #
00b574bd |
| 28-Feb-2007 |
roy zang <tie-fei.zang@freescale.com> |
Merge branch 'master' into hpc2
Conflicts:
drivers/Makefile Fix the merge conflict in file drivers/Makefile Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
|
| #
621a7873 |
| 27-Feb-2007 |
Stefan Roese <sr@denx.de> |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
|
| #
79b2d0bb |
| 20-Feb-2007 |
Stefan Roese <sr@denx.de> |
[PATCH] PPC4xx: Add support for multiple I2C busses
This patch adds support for multiple I2C busses on the PPC4xx platforms. Define CONFIG_I2C_MULTI_BUS in the board config file to make use of this
[PATCH] PPC4xx: Add support for multiple I2C busses
This patch adds support for multiple I2C busses on the PPC4xx platforms. Define CONFIG_I2C_MULTI_BUS in the board config file to make use of this feature.
It also merges the 405 and 440 i2c header files into one common file 4xx_i2c.h.
Also the 4xx i2c reset procedure is reworked since I experienced some problems with the first access on the 440SPe Katmai board.
Signed-off-by: Stefan Roese <sr@denx.de>
show more ...
|
| #
d3bb5ec1 |
| 04-Dec-2006 |
roy zang <tie-fei.zang@freescale.com> |
Merge /home/roy/CVS/7448/Open_Source/u-boot.git.dev
|
| #
701f649a |
| 01-Dec-2006 |
Grant Likely <grant.likely@secretlab.ca> |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
|
| #
e0b369e4 |
| 01-Dec-2006 |
roy zang <tie-fei.zang@freescale.com> |
Fix the confilcts when merging 'master' into hpc2. The conflicts due to a new mpc7448 p3m7448 board is in the main tree.
Merge branch 'master' into hpc2
Conflicts:
MAKEALL cpu/74xx_7xx/cpu.c cp
Fix the confilcts when merging 'master' into hpc2. The conflicts due to a new mpc7448 p3m7448 board is in the main tree.
Merge branch 'master' into hpc2
Conflicts:
MAKEALL cpu/74xx_7xx/cpu.c cpu/74xx_7xx/cpu_init.c cpu/74xx_7xx/speed.c
show more ...
|
| #
ab07b6c2 |
| 30-Nov-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.git
|
| #
9ca880a2 |
| 01-Nov-2006 |
Timur Tabi <timur@freescale.com> |
mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
This patch also adds an improved I2C set_speed(), which handles all clock frequencies.
Signed-off-by: Timur T
mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
This patch also adds an improved I2C set_speed(), which handles all clock frequencies.
Signed-off-by: Timur Tabi <timur@freescale.com>
show more ...
|
| #
bb99ad6d |
| 07-Sep-2006 |
Ben Warren <bwarren@qstreams.com> |
Add support for multiple I2C buses
Hello,
Attached is a patch providing support for multiple I2C buses at the command level. The second part of the patch includes an implementation for the MPC834x
Add support for multiple I2C buses
Hello,
Attached is a patch providing support for multiple I2C buses at the command level. The second part of the patch includes an implementation for the MPC834x CPU and MPC8349EMDS board.
/*** Note: This patch replaces ticket DNX#2006083042000018 ***/
Signed-off-by: Ben Warren <bwarren@qstreams.com>
Overview:
1. Include new 'i2c' command (based on USB implementation) using CONFIG_I2C_CMD_TREE.
2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS. Note that the commands to change bus number and speed are only available under the new 'i2c' command mentioned in the first bullet.
3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus systems. When CONFIG_I2C_MULTI_BUS is used, this option takes the form of an array of bus-device pairs. Otherwise, it is an array of uchar.
CHANGELOG: Added new 'i2c' master command for all I2C interaction. This is conditionally compiled with CONFIG_I2C_CMD_TREE. New commands added for setting I2C bus speed as well as changing the active bus if the board has more than one (conditionally compiled with CONFIG_I2C_MULTI_BUS). Updated NOPROBE logic to handle multiple buses. Updated README.
regards, Ben
show more ...
|
| #
06d01dbe |
| 14-Mar-2003 |
wdenk <wdenk> |
* Avoid flicker on the TRAB's VFD by synchronizing the enable with the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100 boards, version 153 for Rev. 200 boards).
* Patch by Vladimir
* Avoid flicker on the TRAB's VFD by synchronizing the enable with the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100 boards, version 153 for Rev. 200 boards).
* Patch by Vladimir Gurevich, 12 Mar 2003: Fix relocation problem of statically initialized string pointers in common/cmd_pci.c
* Patch by Kai-Uwe Blöm, 12 Mar 2003: Cleanup & bug fixes for JFFS2 code: - the memory mangement was broken. It caused havoc on malloc by writing beyond the block boundaries. - the length calculation for files was wrong, sometimes resulting in short file reads. - data copying now optionally takes fragment version numbers into account, to avoid copying from older data. See doc/README.JFFS2 for details.
show more ...
|
| #
1f045217 |
| 10-Mar-2002 |
wdenk <wdenk> |
Initial revision
|