History log of /rk3399_rockchip-uboot/drivers/Makefile (Results 201 – 225 of 267)
Revision Date Author Comments
# 822af351 03-Apr-2007 Rodolfo Giometti <giometti@enneenne.com>

Support for the Philips ISP116x HCD (Host Controller Driver)

Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>


# f2b07ebd 23-Mar-2007 Markus Klotzbuecher <mk@denx.de>

Merge with git://www.denx.de/git/u-boot.git#testing-USB


# b24444f1 04-Mar-2007 Wolfgang Denk <wd@pollux.denx.de>

Merge with http://opensource.freescale.com/pub/scm/u-boot-7448hpc2.git


# 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


# 90b0cf47 20-Feb-2007 Stefan Roese <sr@denx.de>

Merge with /home/stefan/git/u-boot/denx-merge-sr


# 3a8ce9af 20-Feb-2007 Grant Likely <grant.likely@secretlab.ca>

[PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c

The code in this file is not a command; it is a device driver. Put it in
the correct place. There are zero functional changes in this patch

[PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c

The code in this file is not a command; it is a device driver. Put it in
the correct place. There are zero functional changes in this patch, it
only moves the file.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

show more ...


# d3c5e8b2 27-Nov-2006 Wolfgang Denk <wd@pollux.denx.de>

Merge with /home/wd/git/u-boot/master


# dfc8a9ee 10-Nov-2006 Stefan Roese <sr@denx.de>

Merge with /home/stefan/git/u-boot/denx


# 4c52783b 02-Nov-2006 roy zang <tie-fei.zang@freescale.com>

General code modification for mpc7448hpc2 board support.
1. Add 7447A and 7448 processor support.
2. Add the following flags.

CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamic

General code modification for mpc7448hpc2 board support.
1. Add 7447A and 7448 processor support.
2. Add the following flags.

CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
(such as by switch on board), this flag should be set.

CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
relocates to RAM, this flag should be set.

CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
system hang in exception, this flag should be set.

There is a design issue for tsi108/109 pci configure read. When pci scan
the slots, if there is no pci card, the tsi108/9 will cause a machine
check exception for mpc7448 processor.

Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>

show more ...


# d97370fe 24-Oct-2006 Wolfgang Denk <wd@pollux.denx.de>

Merge with /home/wd/git/u-boot/master
(Conflicts between Jon Loeliger's and Matthew McClintock's tree
were resolved by in favour of Jon's version.)


# 0ab292cb 24-Oct-2006 Wolfgang Denk <wd@pollux.denx.de>

Merge with /home/wd/git/u-boot/master


# 9748d5a9 24-Oct-2006 Wolfgang Denk <wd@pollux.denx.de>

Merge with /home/wd/git/u-boot/mailing-list/Haavard_Skinnemoen


# f93ae788 24-Oct-2006 Wolfgang Denk <wd@pollux.denx.de>

Add common serial driver for Atmel AT32 and AT91 chips
Patch by Haavard Skinnemoen, 06 Sep 2006

This is a first attempt at creating a common serial driver for Atmel
chips. For now, it supports the A

Add common serial driver for Atmel AT32 and AT91 chips
Patch by Haavard Skinnemoen, 06 Sep 2006

This is a first attempt at creating a common serial driver for Atmel
chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
be possible to support AT91RM9200 and other ARM-based chips with some
minor modifications.

There's nothing fundamentally AVR32-specific in this driver, but it
does use some features which are currently only defined for the
AT32AP CPU port:
* pm_get_clock_freq: Obtain the clock frequency of a given domain
* gd->console_uart: A "struct device" containing information about
register mappings, gpio resources and clocks associated with the
UART device.

For more information about these features, please see the "AT32AP
CPU" patch.

show more ...


# d67c14c0 20-Oct-2006 Wolfgang Denk <wd@pollux.denx.de>

Merge with http://www.jdl.com/software/u-boot-86xx.git


# 7237c033 19-Oct-2006 Jon Loeliger <jdl@freescale.com>

Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c

in an effort to begin to unify the umpteen FSL I2C drivers that
are all otherwise very similar.

Signed-off-by: Jon Loeliger <jdl@fre

Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c

in an effort to begin to unify the umpteen FSL I2C drivers that
are all otherwise very similar.

Signed-off-by: Jon Loeliger <jdl@freescale.com>

show more ...


# fb883a52 11-Oct-2006 Wolfgang Denk <wd@nyx.denx.de>

Merge with /home/wd/git/u-boot/master


# daaba985 10-Oct-2006 Jon Loeliger <jdl@freescale.com>

Merge branch 'master' of http://www.denx.de/git/u-boot


# 2b208f53 08-Oct-2006 Wolfgang Denk <wd@atlas.denx.de>

Move "ar" flags to config.mk to allow for silent "make -s"
Based on patch by Mike Frysinger, 20 Jun 2006


# afa98843 19-Sep-2006 Jon Loeliger <jdl@freescale.com>

Merge branch 'master' of http://www.denx.de/git/u-boot

Conflicts:

board/stxxtc/Makefile


# 64cd52ef 18-Sep-2006 Stefan Roese <sr@denx.de>

Merge with /home/stefan/git/u-boot/denx


# 6741ae92 03-Sep-2006 Wolfgang Denk <wd@pollux.denx.de>

Merge with /home/m8/git/u-boot


# f9328639 01-Sep-2006 Marian Balakowicz <m8@semihalf.com>

Add support for a saving build objects in a separate directory.
Modifications are based on the linux kernel approach and
support two use cases:

1) Add O= to the make command line
'make O=/tmp/bu

Add support for a saving build objects in a separate directory.
Modifications are based on the linux kernel approach and
support two use cases:

1) Add O= to the make command line
'make O=/tmp/build all'

2) Set environement variable BUILD_DIR to point to the desired location
'export BUILD_DIR=/tmp/build'
'make'

The second approach can also be used with a MAKEALL script
'export BUILD_DIR=/tmp/build'
'./MAKEALL'

Command line 'O=' setting overrides BUILD_DIR environent variable.

When none of the above methods is used the local build is performed and
the object files are placed in the source directory.

show more ...


# 5e4c24bc 23-Aug-2006 Jon Loeliger <jdl@freescale.com>

Merge branch 'mpc86xx'


# 4782ac80 23-Aug-2006 Jin Zhengxiong <jason@bus.ap.freescale.net>

Add AHCI support to u-boot

Add AHCI support in u-boot, enable the sata disk controllers which
following the AHCI protocol.

Signed-off-by:Jason Jin<jason.jin@freescale.com>


1234567891011