aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-11-27Merge with /home/mk/git/u-boot-generic_ohci#generic_ohciWolfgang Denk16-38/+162
2006-11-27Merge with /home/wd/git/u-boot/masterWolfgang Denk680-14582/+41106
2006-11-27Minor code cleanup. Update CHANGELOG.Wolfgang Denk3-8/+41
2006-11-27Merge with /home/sr/git/u-boot/denxWolfgang Denk1-11/+12
2006-11-27Add a small README with information on the generic ohci driver.Markus Klotzbuecher1-0/+43
2006-11-27Fix some endianness issues related to the generic ohci driverMarkus Klotzbuecher3-18/+66
2006-11-27Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be ableMarkus Klotzbuecher11-12/+12
to choose between the old and the generic OHCI drivers.
2006-11-27Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driverMarkus Klotzbuecher9-6/+41
and adapted board configs TQM5200 and yosemite accordingly. This commit also makes the maximum number of root hub ports configurable (CFG_USB_OHCI_MAX_ROOT_PORTS).
2006-11-23Updates for TQM5200 modules:Wolfgang Denk3-37/+13
- fix off-by-one error in board/tqm5200/cam5200_flash.c error message - simplify "udate" definitions
2006-11-22[PATCH] PPC4xx start.S: Fix for processor errataStefan Roese1-11/+12
Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx errata 1.12: 440_33 by moving patch up in code. Signed-off-by: Jeff Mann <mannj@embeddedplanet.com> Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-20[PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASHStefan Roese1-6/+6
Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-20Update CHANGELOGWolfgang Denk1-0/+22
2006-11-20Merge with /home/sr/git/u-boot/cfi-updateWolfgang Denk2-58/+164
2006-11-13[PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]Stefan Roese2-58/+164
* Adds support for AMD command set Top Boot flash geometry reversal * Adds support for reading JEDEC Manufacturer ID and Device ID * Adds support for displaying command set, manufacturer id and device ids (flinfo) * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined * Removes outdated change history (refer to git log instead) Signed-off-by: Tolunay Orkun <listmember@orkun.us> Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-12Update CHANGELOGWolfgang Denk1-0/+65
2006-11-12Merge with /home/tur/proj/v38b/u-bootWolfgang Denk1-2/+2
2006-11-11Disable the watchdog in the default config for the V38B board.Bartlomiej Sieka1-1/+1
2006-11-11Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pinBartlomiej Sieka1-1/+1
group is enabled for USB earlier (in cpu_init_f() instead of usb_lowlevel_init()).
2006-11-06Sequential accesses to non-existent memory must be synchronized,Wolfgang Denk3-1/+37
at least on G2 cores. This fixes get_ram_size() problems on MPC5200 Rev. B boards.
2006-11-02Merge with /home/tur/proj/uboot_linux_v38b/u-bootWolfgang Denk13-262/+198
2006-11-02Release U-Boot 1.1.6U-Boot-1_1_6Wolfgang Denk2-1/+46
2006-11-01Finish up support for MarelV38B boardBartlomiej Sieka1-48/+56
- add watchdog support - enable GPIO_WKUP_7 pin for input - code cleanup
2006-11-01- Fix issues related to the use of ELDK 4 when compiling for MarelV38B:Bartlomiej Sieka2-66/+28
* remove warnings when compiling ethaddr.c * adjust linker script (fixes a crash resulting from incorrect definition of __u_boot_cmd_start) - Some MarelV38B code cleanup.
2006-11-01- Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change theBartlomiej Sieka8-40/+31
MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with MPC5XXX_WU_GPIO_DATA_O for affected boards. - Add defintions for some MPC5XXX GPIO pins.
2006-11-01Changed MarelV38B board make target to lowercase. Config file cleanup.Bartlomiej Sieka2-108/+83
2006-10-29Merge with /home/sr/git/u-boot/nand-ladisWolfgang Denk8-217/+230
2006-10-29Automatically adjust ARFLAGS so "make -s" is really silent.Wolfgang Denk1-0/+4
2006-10-28[PATCH] omap925.c: Remove unused functionsStefan Roese2-38/+0
Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
2006-10-28[PATCH] Add some missing machtypes for netstar & voiceblue boardsStefan Roese2-5/+4
Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of numbers in code. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
2006-10-28[PATCH] NAND: Partition name support added to NAND subsystemStefan Roese4-174/+226
chpart, nboot and NAND subsystem related commands now accept also partition name to specify offset. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
2006-10-28Update CHANGELOG.Wolfgang Denk1-0/+77
2006-10-28Enable commandline editing and hush shell on all TQM boards.Wolfgang Denk16-41/+43
2006-10-28README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETEWolfgang Denk5-5/+8
2006-10-28Check for illegal character '=' in environment variable names.Wolfgang Denk1-0/+5
Make sure the string passed as variable name does not contain a '=' character. This not only prevents the common error or typing "setenv foo=bar" instead of "setenv foo bar", but (more importantly) also closes a backdoor which allowed to delete write-protected environment variables, for example by using "setenv ethaddr=".
2006-10-28Minor code cleanup.Wolfgang Denk1-94/+80
2006-10-27Don't pass any debug options directly to the assemblerHaavard Skinnemoen1-1/+3
When passing the -g option to gcc, gcc automatically selects a suitable --g<format> option to pass on to the assembler. Thus, there's no point in forcing a specific debug option on the assembler using the -Wa mechanism. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2006-10-27MPC86xx: Cleaned up unused and conditionally used local variables.Jon Loeliger1-6/+2
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-10-27Fix "ar" flags in some Makefiles to allow for silent "make -s"Wolfgang Denk6-6/+6
2006-10-26Fix TSEC driver (now for real): avoid crashes if PHY is not attachedBen Warren1-3/+6
to a TSEC (e.g. a switch is connected via RMII) or if the PHY is defective/incorrectly configured. Signed-off-by: Ben Warren <bwarren@qstreams.com>
2006-10-26Fix TSEC driver: avoid crashes if PHY is not attachedBen Warren2-113/+120
to a TSEC (e.g. a switch is connected via RMII) or if the PHY is defective/incorrectly configured. Signed-off-by: Ben Warren <bwarren@qstreams.com>
2006-10-26Code cleanup.Wolfgang Denk4-150/+189
2006-10-26Merge with git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git#device_treeWolfgang Denk1-6/+55
2006-10-25Finish up support for the ATSTK1000/ATSTK1002 boardsHaavard Skinnemoen2-13/+14
Add atstk1002_config target to Makefile and move the AVR32 section down below Blackfin so that it doesn't end up in the middle of MIPS. Drop the autogenerated linker script thing for now. Will have to revisit how to handle chips with different flash and RAM layout later. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2006-10-24Added support for Multi-Image files that contain a device treeKumar Gala1-6/+55
If a Multi-Image file contains a third image we try to use it as a device tree. The device tree image is assumed to be uncompressed in the image file. We automatically allocate space for the device tree in memory and provide an 8k pad to allow more than a reasonable amount of growth. Additionally, a device tree that was contained in flash will now automatically get copied to system memory as part of boot. Previously an error was reported if one tried to boot a device tree that was in flash. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2006-10-25Fix Makefile for "CHANGELOG" targetWolfgang Denk3-5/+140
Merge with /home/sr/git/u-boot/4xx-idcr
2006-10-24Switch to automatically generated CHANGELOG file.Wolfgang Denk3-5499/+6598
(use "make CHANGELOG" to update it from time to time)
2006-10-24Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.cStefan Roese2-4/+12
Patch by Stefan Roese, 24 Oct 2006
2006-10-24Merge with /home/wd/git/u-boot/masterWolfgang Denk0-0/+0
2006-10-24Merge with /home/wd/git/u-boot/masterWolfgang Denk139-875/+16439
(Conflicts between Jon Loeliger's and Matthew McClintock's tree were resolved by in favour of Jon's version.)
2006-10-24Code cleanupWolfgang Denk2-166/+166