History log of /rk3399_rockchip-uboot/config.mk (Results 201 – 224 of 224)
Revision Date Author Comments
# 1cfefe8c 09-May-2006 Wolfgang Denk <wd@pollux.denx.de>

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


# 483a0cf8 09-May-2006 Marian Balakowicz <m8@semihalf.com>

Fixes for gcc 3.4 based m68k toolchain,
based on patch by Jate Sujjavanich.


# 9acb626f 20-Apr-2006 Heiko Schocher <hs@pollux.denx.de>

Add MCF5282 support (without preloader)
relocate ichache_State to ram
u-boot can run from internal flash
Add EB+MCF-EV123 board support.
Add m68k Boards to MAKEALL
Patch from Jens Scharsig, 08 Aug 20

Add MCF5282 support (without preloader)
relocate ichache_State to ram
u-boot can run from internal flash
Add EB+MCF-EV123 board support.
Add m68k Boards to MAKEALL
Patch from Jens Scharsig, 08 Aug 2005

show more ...


# 2770bcb2 24-Mar-2006 Markus Klotzbuecher <mk@denx.de>

Merge with http://www.denx.de/git/u-boot.git


# f8edca2e 20-Mar-2006 Kumar Gala <galak@kernel.crashing.org>

Merge branch 'origin'

Conflicts:

CHANGELOG


# 0afe519a 12-Mar-2006 Wolfgang Denk <wd@pollux.denx.de>

Add ADI Blackfin support
- add support for Analog Devices Blackfin BF533 CPU
- add support for the ADI BF533 Stamp uClinux board
- add support for the ADI BF533 EZKit board
Patches by Richard Klingle

Add ADI Blackfin support
- add support for Analog Devices Blackfin BF533 CPU
- add support for the ADI BF533 Stamp uClinux board
- add support for the ADI BF533 EZKit board
Patches by Richard Klingler, June 11th 2005:

show more ...


# 0be248fa 06-Mar-2006 Wolfgang Denk <wd@atlas.denx.de>

Cleanup (get rid of debug code that sneaked in)


# 00c35bd2 28-Feb-2006 Markus Klotzbücher <Markus Klotzbümk@pollux.(none)>

Added GPIO initialization of DF signal. Still not working.


# e0269579 07-Feb-2006 Markus Klotzbücher <Markus Klotzbümk@pollux.(none)>

This is the first commit for the u-boot zylonite port. The following has be
done so far:

* created zylonite board dir (based on lubbock)
* extended some - but not all pxa sources and headers for I

This is the first commit for the u-boot zylonite port. The following has be
done so far:

* created zylonite board dir (based on lubbock)
* extended some - but not all pxa sources and headers for Intel
Monahans support (CONFIG_CPU_MONAHANS)
* created Makefile zylonite target + MAKEALL entry
* added some debug nonsense, remove later, grep for mk@tbd

Status: compiles (eldk-4.0), and can be started with BDI, but runs forever
and doesn't halt at breakpoints. Hmmm...

show more ...


# 9b880bd4 04-Oct-2005 Wolfgang Denk <wd@pollux.denx.de>

Update ARM Integrator boards:
Correct addessing errors in platform files.
Split off common core module data from Integrator header files to
include/armcoremodule.h.
Patch by Peter Pearse, 04 Oct 2005


# 1820d4c7 04-Oct-2005 Wolfgang Denk <wd@pollux.denx.de>

Make sure only supported compiler options are used
Import "cc-option" shell function from kernel and
use it to get the correct ARM GCC options for individual CPUs
Patch by Peter Pearse, 30 Jun 2005


# b4f15fda 05-Aug-2005 Wolfgang Denk <wd@pollux.denx.de>

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


# f046ccd1 28-Jul-2005 Eran Liberty <liberty@freescale.com>

* Patch by Eran Liberty
Add support for the Freescale MPC8349ADS board.


# 1d9f4105 09-Oct-2004 wdenk <wdenk>

Patch by Steven Scholz, 16 Aug 2004:
- Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)"
- creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0
- moving SoC specific code out of

Patch by Steven Scholz, 16 Aug 2004:
- Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)"
- creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0
- moving SoC specific code out of cpu/arm920t/ into cpu/arm920t/$(SOC)/
- moving drivers/s3c24x0_i2c.c and drivers/serial_imx.c out of drivers/
into cpu/arm920t/$(SOC)/

show more ...


# e4cc71aa 19-May-2004 wdenk <wdenk>

Patch by Scott McNutt, 25 Apr 2004:
Add Nios GDB/JTAG Console support:
- Add stubs to support gdb via JTAG.
- Add support for console over JTAG.
- Minor cleanup.


# c40b2956 13-Mar-2004 wdenk <wdenk>

* Patch by Rune Torgersen, 27 Feb 2004:
- Added LBA48 support (CONFIG_LBA48 & CFG_64BIT_LBA)
- Added support for 64bit printing in vsprintf (CFG_64BIT_VSPRINTF)
- Added support for 64bit strtou

* Patch by Rune Torgersen, 27 Feb 2004:
- Added LBA48 support (CONFIG_LBA48 & CFG_64BIT_LBA)
- Added support for 64bit printing in vsprintf (CFG_64BIT_VSPRINTF)
- Added support for 64bit strtoul (CFG_64BIT_STRTOUL)

* Patch by Masami Komiya, 27 Feb 2004:
Fix rarpboot: add autoload by NFS

* Patch by Dan Eisenhut, 26 Feb 2004:
fix flash_write return value in saveenv

* Patch by Stephan Linz, 11 Dec 2003
expand config.mk to avoid trigraph warnings on NIOS

* Rename "BMS2003" board into "HMI10"

show more ...


# 4aeb251f 16-Sep-2003 wdenk <wdenk>

* Modify XLB arbiter priorities on MPC5200 so all devices use same
priority; configure critical interrupts to be handled like external
interrupts


# 27b207fd 24-Jul-2003 wdenk <wdenk>

* Implement new mechanism to export U-Boot's functions to standalone
applications: instead of using (PPC-specific) system calls we now
use a jump table; please see doc/README.standalone for detai

* Implement new mechanism to export U-Boot's functions to standalone
applications: instead of using (PPC-specific) system calls we now
use a jump table; please see doc/README.standalone for details

* Patch by Dave Westwood, 24 Jul 2003:
added support for Unity OS (a proprietary OS)

show more ...


# b783edae 25-Jun-2003 wdenk <wdenk>

* Header file cleanup for ARM

* Patch by Murray Jensen, 24 Jun 2003:
- make sure to use only U-boot provided header files
- fix problems with ".rodata.str1.4" section as used by GCC-3.x


# 592c5cab 21-Jun-2003 wdenk <wdenk>

Patch by Murray Jensen, 20 Jun 2003:
- hymod update
- cleanup (especially for gcc-3.x compilers)


# 6dd652fa 19-Jun-2003 wdenk <wdenk>

Patches by Murray Jensen, 17 Jun 2003:
- Hymod board database mods: add "who" field and new xilinx chip types
- provide new "init_cmd_timeout()" function so code external to
"common/main.c" can use

Patches by Murray Jensen, 17 Jun 2003:
- Hymod board database mods: add "who" field and new xilinx chip types
- provide new "init_cmd_timeout()" function so code external to
"common/main.c" can use the "reset_cmd_timeout()" function before
entering the main loop
- add DTT support for adm1021 (new file dtt/adm1021.c; config
slightly different. see include/configs/hymod.h for an example
(requires CONFIG_DTT_ADM1021, CONFIG_DTT_SENSORS, and
CFG_DTT_ADM1021 defined)
- add new "eeprom_probe()" function which has similar args and
behaves in a similar way to "eeprom_read()" etc.
- add 8260 FCC ethernet loopback code (new "eth_loopback_test()"
function which is enabled by defining CONFIG_ETHER_LOOPBACK_TEST)
- gdbtools copyright update
- ensure that set_msr() executes the "sync" and "isync" instructions
after the "mtmsr" instruction in cpu/mpc8260/interrupts.c
- 8260 I/O ports fix: Open Drain should be set last when configuring
- add SIU IRQ defines for 8260
- allow LDSCRIPT override and OBJCFLAGS initialization: change to
config.mk to allow board configurations to override the GNU
linker script, selected via the LDSCRIPT, make variable, and to
give an initial value to the OBJCFLAGS make variable
- 8260 i2c enhancement:
o correctly extends the timeout depending on the size of all
queued messages for both transmit and receive
o will not continue with receive if transmit times out
o ensures that the error callback is done for all queued tx
and rx messages
o correctly detects both tx and rx timeouts, only delivers one to
the callback, and does not overwrite an earlier error
o logic in i2c_probe now correct
- add "vprintf()" function so that "panic()" function can be
technically correct
- many Hymod board changes

show more ...


# ea909b76 21-Nov-2002 wdenk <wdenk>

* Added support for both PCMCIA slots (at the same time!) on MPC8xx

* Patch by Rod Boyce, 21 Nov 2002:
fix PCMCIA on MBX8xx board

* Patch by Pierre Aubert , 21 Nov 2002
Add CFG_CPM_POST_WORD_AD

* Added support for both PCMCIA slots (at the same time!) on MPC8xx

* Patch by Rod Boyce, 21 Nov 2002:
fix PCMCIA on MBX8xx board

* Patch by Pierre Aubert , 21 Nov 2002
Add CFG_CPM_POST_WORD_ADDR to make the offset of the
bootmode word in DPRAM configurable

show more ...


# 7f6c2cbc 10-Nov-2002 wdenk <wdenk>

* Vince Husovsky, 7 Nov 2002:
Add "-n" to linker options to get rid of "Not enough room for
program headers" problem

* Patch by David Müller, 05 Nov 2002
Rename CONFIG_PLL_INPUT_FREQ to CONFIG

* Vince Husovsky, 7 Nov 2002:
Add "-n" to linker options to get rid of "Not enough room for
program headers" problem

* Patch by David Müller, 05 Nov 2002
Rename CONFIG_PLL_INPUT_FREQ to CONFIG_SYS_CLK_FREQ
so we can use an already existing name

* Patch by Pierre Aubert, 05 Nov 2002
Hardware related improvements in FDC boot code

* Patch by Holger Schurig, 5 Nov 2002:
Make the PXA really change it's frequency

* Patch by Pierre Aubert, 05 Nov 2002
Add support for slave serial Spartan 2 FPGAs

* Fix uninitialized memory (MAC address) in 8xx SCC/FEC ethernet
drivers

show more ...


# e2211743 02-Nov-2002 wdenk <wdenk>

Initial revision


123456789