Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [PATCH] omap925.c: Remove unused functions | Stefan Roese | 2006-10-28 | -34/+0 |
| | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de> | |||
* | MPC86xx: Cleaned up unused and conditionally used local variables. | Jon Loeliger | 2006-10-27 | -6/+2 |
| | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | Fix "ar" flags in some Makefiles to allow for silent "make -s" | Wolfgang Denk | 2006-10-27 | -3/+3 |
| | ||||
* | Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c | Stefan Roese | 2006-10-24 | -4/+9 |
| | | | | Patch by Stefan Roese, 24 Oct 2006 | |||
* | Code cleanup | Wolfgang Denk | 2006-10-24 | -166/+166 |
| | ||||
* | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-10-24 | -0/+2287 |
|\ | ||||
| * | Add AT32AP CPU and AT32AP7000 SoC support | Wolfgang Denk | 2006-10-24 | -0/+2287 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Haavard Skinnemoen, 06 Sep 2006 This patch adds support for the AT32AP CPU family and the AT32AP7000 chip, which is the first chip implementing the AVR32 architecture. The AT32AP CPU core is a high-performance implementation featuring a 7-stage pipeline, separate instruction- and data caches, and a MMU. For more information, please see the "AVR32 AP Technical Reference": http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf In addition to this, the AT32AP7000 chip comes with a large set of integrated peripherals, many of which are shared with the AT91 series of ARM-based microcontrollers from Atmel. Full data sheet is available here: http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
* | | Merge with http://www.jdl.com/software/u-boot-86xx.git | Wolfgang Denk | 2006-10-20 | -372/+4600 |
|\ \ | |/ |/| | ||||
| * | Merge branch 'i2c' | Jon Loeliger | 2006-10-20 | -266/+1 |
| |\ | ||||
| | * | Converted all 85xx boards to use a common FSL I2C driver. | Jon Loeliger | 2006-10-20 | -266/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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> | |||
| * | | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-10-19 | -6/+16 |
| |\ \ | | |/ | |/| | ||||
| * | | Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c | Jon Loeliger | 2006-10-19 | -270/+1 |
| | | | | | | | | | | | | | | | | | | | | | 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> | |||
| * | | * Fix a bunch of compiler warnings for gcc 4.0 | Jon Loeliger | 2006-10-19 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com> | |||
| * | | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-10-10 | -56/+56 |
| |\ \ | ||||
| * | | | Coding style changes to remove local varible blocks | Jon Loeliger | 2006-10-10 | -144/+128 |
| | | | | | | | | | | | | | | | | and reformat a bit nicer. | |||
| * | | | Fix whitespace issues. | Jon Loeliger | 2006-10-10 | -1/+0 |
| | | | | ||||
| * | | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-09-29 | -0/+2 |
| |\ \ \ | ||||
| | * | | | Fix missing tCycle/modfreq calculation. | John Traill | 2006-09-29 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Traill <john.traill@freescale.com> | |||
| * | | | | Modified makefile for new build mechanism. | Jon Loeliger | 2006-09-19 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
| * | | | | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-09-19 | -4045/+1980 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: board/stxxtc/Makefile | |||
| * \ \ \ \ | Merge branch 'mpc86xx' | Jon Loeliger | 2006-09-14 | -4/+5 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||
| | * | | | | Handle 86xx SVR values according to the new Reference Manual. | Jon Loeliger | 2006-09-14 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both 8641 and 8641D have SVR == 0x8090, and are distinguished by the byte in bits 16-23 instead. Thanks to Jason Jin for noticing. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
| * | | | | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-08-29 | -5/+0 |
| |\ \ \ \ \ | | |/ / / / | ||||
| | * | | | | Remove trailing empty lines. | Jon Loeliger | 2006-08-29 | -5/+0 |
| | | | | | | ||||
| * | | | | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-08-29 | -3/+3 |
| |\ \ \ \ \ | | |/ / / / | ||||
| | * | | | | Remove bogus msync and use volatile asm. | Jon Loeliger | 2006-08-29 | -3/+3 |
| | | | | | | ||||
| * | | | | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-08-22 | -357/+333 |
| |\ \ \ \ \ | | |/ / / / | ||||
| | * | | | | General indent and whitespace cleanups. | Jon Loeliger | 2006-08-22 | -352/+331 |
| | | | | | | ||||
| | * | | | | Cleanup compiler warnings. | Jon Loeliger | 2006-08-22 | -13/+10 |
| | | | | | | ||||
| | * | | | | Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR | Haiying Wang | 2006-08-17 | -1/+2 |
| | | | | | | ||||
| * | | | | | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-08-22 | -10/+851 |
| |\ \ \ \ \ | ||||
| * | | | | | | Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR | Haiying Wang | 2006-08-17 | -1/+2 |
| | | | | | | | ||||
| * | | | | | | Merge branch 'mpc85xx' | Jon Loeliger | 2006-08-09 | -36/+200 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though. | |||
| | * | | | | | | * Switched default PCI speed for 8540 ADS back to 33MHz | Matthew McClintock | 2006-08-09 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added comments and a printf to warn that PCI-X won't work at 33MHz Patch by Andy Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com> | |||
| | * | | | | | | * Added support for initializing second PCI bus on 85xx Patch by Andy ↵ | Matthew McClintock | 2006-08-09 | -35/+147 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com> | |||
| | * | | | | | | * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon ↵ | Matthew McClintock | 2006-08-09 | -1/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loeliger 17-Jan-2006 Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
| * | | | | | | | Merge branch 'wd' | Jon Loeliger | 2006-08-09 | -193/+1255 |
| |\ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ | Merge branch 'mpc86xx' | Jon Loeliger | 2006-08-09 | -100/+43 |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||
| | * | | | | | | | Fix caslat calculation | John Traill | 2006-08-09 | -96/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Traill <john.traill@freescale.com> | |||
| | * | | | | | | | Convert to mac-address in ethernet nodes. | Jon Loeliger | 2006-08-09 | -4/+4 |
| | | | | | | | | | ||||
| * | | | | | | | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-07-31 | -66/+0 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||
| | * | | | | | | | Move get_board_sys_clk to board directory | Haiying Wang | 2006-07-31 | -66/+0 |
| | | | | | | | | | ||||
| * | | | | | | | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-07-28 | -0/+2 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||
| | * | | | | | | | Fix 8641HPCN pollution | John Traill | 2006-07-28 | -0/+2 |
| | | | | | | | | | ||||
| * | | | | | | | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-06-27 | -110/+284 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||
| | * | | | | | | | Enable PCIE1 for MPC8641HPCN board | Jin Zhengxiong-R64188 | 2006-06-27 | -110/+284 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason Jin <Jason.jin@freescale.com> | |||
| * | | | | | | | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-06-15 | -15/+0 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||
| | * | | | | | | | Do not enable address translation on secondary CPUs. | Jon Loeliger | 2006-06-15 | -15/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not set up BATs on secondary CPUs. Let Linux do the nasty. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
| * | | | | | | | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-06-07 | -64/+64 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||
| | * | | | | | | | Fix a get_board_sys_clk() use-before-def warning. | Jon Loeliger | 2006-06-07 | -64/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com> |