Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-30 | Code cleanup. Update CHANGELOG. | Wolfgang Denk | |
2006-11-29 | [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards | Stefan Roese | |
This patch adds support for the Prodrive P3M750 (PPC750 & MV64460) and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are quite similar and share the same board directory "prodrive/p3mx" and the same config file "p3mx.h". Signed-off-by: Stefan Roese <sr@denx.de> | |||
2006-11-28 | [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux. | Stefan Roese | |
This patch adds the code and configuration necessary to boot with an arch/powerpc Linux kernel. Signed-off-by: Grant Likely <grant.likely@gmail.com> Acked-by: Jon Loeliger <jdl@freescale.com> | |||
2006-11-27 | Merge with /home/sr/git/u-boot/denx-alpr-merge-test | Wolfgang Denk | |
2006-11-27 | Minor code cleanup. Update CHANGELOG. | Wolfgang Denk | |
2006-11-27 | [PATCH] alpr: remove unused board specific flash driver | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2006-11-27 | [PATCH] Update Prodrive ALPR board support (440GX) | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2006-11-27 | Merge with /home/stefan/git/u-boot/denx | Stefan Roese | |
2006-11-23 | Updates for TQM5200 modules: | Wolfgang Denk | |
- fix off-by-one error in board/tqm5200/cam5200_flash.c error message - simplify "udate" definitions | |||
2006-11-10 | Merge with /home/stefan/git/u-boot/denx | Stefan Roese | |
2006-11-06 | Sequential accesses to non-existent memory must be synchronized, | Wolfgang Denk | |
at least on G2 cores. This fixes get_ram_size() problems on MPC5200 Rev. B boards. | |||
2006-11-01 | Finish up support for MarelV38B board | Bartlomiej Sieka | |
- 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 Sieka | |
* 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 the | Bartlomiej Sieka | |
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-10-28 | [PATCH] Add some missing machtypes for netstar & voiceblue boards | Stefan Roese | |
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-27 | Fix "ar" flags in some Makefiles to allow for silent "make -s" | Wolfgang Denk | |
2006-10-25 | Finish up support for the ATSTK1000/ATSTK1002 boards | Haavard Skinnemoen | |
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-24 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
2006-10-24 | Merge with /home/wd/git/u-boot/mailing-list/Haavard_Skinnemoen | Wolfgang Denk | |
2006-10-24 | Move atstk1000 files into vendor specific directory. | Wolfgang Denk | |
Patch by Haavard Skinnemoen, 12 Sep 2006 | |||
2006-10-24 | Add ATSTK1000 and ATSTK1002 board support | Wolfgang Denk | |
Patch by Haavard Skinnemoen, 06 Sep 2006 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU daughterboard. ATSTK1000 is a full-featured development board for AT32AP CPUs. It has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker, and connectors for USART, PS/2, VGA, USB, MMC/SD cards and CompactFlash cards. For more information, please see this page: http://www.atmel.com/dyn/products/tools.asp?family_id=682 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the AT32AP7000 chip. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2006-10-23 | Fix sequoia separate object direcory building problems. | Marian Balakowicz | |
2006-10-20 | Merge with http://www.jdl.com/software/u-boot-86xx.git | Wolfgang Denk | |
2006-10-20 | Merge branch 'i2c' | Jon Loeliger | |
2006-10-20 | Fix compilation warnings on a few 85xx boards. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-10-20 | Converted all 85xx boards to use a common FSL I2C driver. | Jon Loeliger | |
Introduced COFIG_FSL_I2C to select the common FSL I2C driver. And removed hard i2c path from a few u-boot.lds scipts too. Minor whitespace cleanups along the way. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-10-20 | Cleanup compile warnings. Prepare for release 1.1.5 | Wolfgang Denk | |
2006-10-19 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
2006-10-19 | * Fix a bunch of compiler warnings for gcc 4.0 | Jon Loeliger | |
Signed-off-by: Matthew McClintock <msm@freescale.com> | |||
2006-10-18 | Coding Style cleanup. | Wolfgang Denk | |
2006-10-18 | Merge with /home/tur/proj/051_uboot_linux_v38b/u-boot | Wolfgang Denk | |
2006-10-13 | Preliminary patch adding support for the MarelV38B board. | Bartlomiej Sieka | |
2006-10-11 | Move "ar" flags to config.mk to allow for silent "make -s" | Jon Loeliger | |
2006-10-10 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
2006-10-10 | Fix whitespace issues. | Jon Loeliger | |
2006-10-10 | Fix whitespace and 80-col issues. | Jon Loeliger | |
2006-10-09 | TQM5200: perform POST memory test only on STK52xx carrier board. | Wolfgang Denk | |
(and then only if PSC6_3 is read as "1" when booting). Patch by Martin Krause, 21 Jun 2006 | |||
2006-10-09 | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | |
Based on patch by Mike Frysinger, 20 Jun 2006 | |||
2006-10-09 | Add missing files for EP82xxM boards | Wolfgang Denk | |
Patch by Aaron Sells, 20 Jun 2006 | |||
2006-10-09 | Coding style cleanup | Wolfgang Denk | |
2006-10-07 | Update ALPR code (NAND support working now) | Stefan Roese | |
Patch by Stefan Roese, 07 Oct 2006 | |||
2006-10-07 | Add CONFIG_BOARD_RESET to configure board specific reset function | Stefan Roese | |
Patch by Stefan Roese, 07 Oct 2006 | |||
2006-10-05 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2006-10-04 | Fix TLB setup for Ocotea board | Stefan Roese | |
Patch by Stefan Roese, 30 Sep 2006 | |||
2006-10-04 | Fix reset problem in sequoia sdram init code | Stefan Roese | |
Patch by Stefan Roese, 23 Sep 2006 | |||
2006-10-03 | Update for CAM5200 board: | Marian Balakowicz | |
- Map in a additional chip selects CS4 and CS5. - Modify the port configration, configure six UARTs and no PCI, ATA and USB. - Add custom flash driver to handle specific byte swapping | |||
2006-09-19 | Merge branch 'mpc85xx' | Jon Loeliger | |
Conflicts: drivers/tsec.c | |||
2006-09-19 | Add support for eTSEC 3 & 4 on 8548 CDS | Andy Fleming | |
* Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS. This will only work on rev 1.3 boards (but doesn't break older boards) * Cleaned up some comments to reflect the expanded role of tsec in other systems | |||
2006-09-19 | Added code to support 2.6.18 PCI changes in u-boot | Andy Fleming | |
* Added code to swizzle the IRQ map for the PCI | |||
2006-09-19 | Modified makefile for new build mechanism. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@freescale.com> |