Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | -65/+69 |
|\ \ | |/ | ||||
| * | 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> | |||
| * | Allow DTC path to be passed in. | Jon Loeliger | 2006-06-07 | -1/+5 |
| | | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
* | | Merge branch 'jdl' | Jon Loeliger | 2006-06-07 | -0/+0 |
|\ \ | ||||
| * \ | Merge branch 'mpc86xx' | Jon Loeliger | 2006-05-31 | -117/+53 |
| |\ \ | ||||
| * \ \ | Merge branch 'mpc86xx' | Jon Loeliger | 2006-05-31 | -479/+521 |
| |\ \ \ | ||||
| * \ \ \ | Merge branch 'mpc86xx' | Jon Loeliger | 2006-05-30 | -12/+39 |
| |\ \ \ \ | ||||
| * \ \ \ \ | Merge branch 'mpc86xx' | Jon Loeliger | 2006-05-26 | -12/+243 |
| |\ \ \ \ \ | ||||
| * \ \ \ \ \ | Merge branch 'mpc86xx' | Jon Loeliger | 2006-05-19 | -170/+611 |
| |\ \ \ \ \ \ | ||||
* | \ \ \ \ \ \ | Merge branch 'mpc86xx' | Jon Loeliger | 2006-06-07 | -743/+1420 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||
| * | | | | | | | Modify the IRQ of DUART2 | Haiying Wang | 2006-06-07 | -1/+1 |
| | |_|_|_|_|/ | |/| | | | | | ||||
| * | | | | | | Review cleanups. | Jon Loeliger | 2006-05-31 | -117/+53 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
| * | | | | | White space cleanup. | Jon Loeliger | 2006-05-31 | -124/+130 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some 80-column cleanups. Convert printf() to puts() where possible. Use #include "spd_sdram.h" as needed. Enhanced reset command usage message a bit. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
| * | | | | | Removed unneeded local_bus_init() from 8641HPCN board. | Jon Loeliger | 2006-05-31 | -34/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
| * | | | | | Moved mpc8641hpcn_board_reset() out of cpu/ into board/. | Jon Loeliger | 2006-05-31 | -84/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
| * | | | | | Remove dead debug code. | Jon Loeliger | 2006-05-31 | -24/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
| * | | | | | Move mpc86xx PIXIS code to board directory | Jon Loeliger | 2006-05-31 | -294/+373 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First cut at moving the PIXIS platform code out of the 86xx cpu directory and into board/mpc8641hpcn where it belongs. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
| * | | | | Improve "reset" command's interaction with watchdog. | Haiying Wang | 2006-05-30 | -5/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "reset altbank" will reset another bank WITHOUT watch dog timer enabled "reset altbank wd" will reset another bank WITH watch dog enabled "diswd" will disable watch dog after u-boot boots up successfully Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> | |||
| * | | | | Fix two SDRAM setup bugs. | Haiying Wang | 2006-05-30 | -7/+7 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Fix ECC setup bug. Enable 1T/2T based on number of DIMMs present. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> | |||
| * | | | Add first draft of the MPC8641HPCN doc/README. | Haiying Wang | 2006-05-26 | -0/+123 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
| * | | | Added pci@8000 block. | Haiying Wang | 2006-05-26 | -11/+119 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated ethernet interrupt mappings (moved up 48). Cleaned up a few comments. Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
| * | | | Allow args on reset command. | Haiying Wang | 2006-05-26 | -1/+1 |
| | |/ | |/| | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
| * | | Change arbitration to round-robin for SMP linux. | Jon Loeliger | 2006-05-19 | -6/+9 |
| | | | ||||
| * | | Enable dual DDR controllers and interleaving. | Jon Loeliger | 2006-05-19 | -122/+505 |
| | | | ||||
| * | | Update 86xx address map and LAWBARs. | Jon Loeliger | 2006-05-19 | -27/+54 |
| | | | ||||
| * | | Remove L2 Cache invalidate polling. | Jon Loeliger | 2006-05-19 | -11/+17 |
| | | | ||||
| * | | Enable 2nd CPU and I2C. | Jon Loeliger | 2006-05-19 | -4/+26 |
| | | | ||||
* | | | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-06-07 | -273/+75291 |
|\ \ \ | |_|/ |/| | | ||||
| * | | Minor cleanup for PCS440EP board | Wolfgang Denk | 2006-06-07 | -6/+7 |
| | | | ||||
| * | | Update PCS440EP port to fit into one flash device (incl. environment) | Stefan Roese | 2006-06-06 | -24/+11 |
| | | | | | | | | | | | | Patch by Stefan Roese, 06 Jun 2006 | |||
| * | | Minor cleanup | Wolfgang Denk | 2006-06-02 | -25/+31 |
| | | | ||||
| * | | Merge with /home/sr/git/u-boot/denx | Wolfgang Denk | 2006-06-02 | -50/+1987 |
| |\ \ | ||||
| | * | | Add support for PCS440EP board | Stefan Roese | 2006-06-02 | -50/+1987 |
| | | | | | | | | | | | | | | | | Patch by Stefan Roese, 02 Jun 2006 | |||
| * | | | Fix examples/Makefile; some build targets were lost | Wolfgang Denk | 2006-06-02 | -1/+3 |
| | | | | ||||
| * | | | Fix watchdog handling in CFI flash driver | Wolfgang Denk | 2006-06-02 | -5/+5 |
| |/ / | | | | | | | | | | | | | Just use udelay() when waiting for status changes which will implicitely trigger the watchdog. | |||
| * | | Fix PCI to memory window size problems on PM82x boards | Wolfgang Denk | 2006-05-30 | -2/+7 |
| | | | | | | | | | | | | | | | | | | We use the "automatic" mode that was used for the MPC8266ADS and MPC8272 boards. Eventually this should be used on all boards?] Patch by Wolfgang Grandegger, 17 Jan 2006 | |||
| * | | Correct GPIO setup (UART1/IRQ's) on yosemite & yellowstone | Wolfgang Denk | 2006-05-30 | -4/+7 |
| | | | | | | | | | | | | Patch by Stefan Roese, 29 May 2006 | |||
| * | | Minor cleanup. | Wolfgang Denk | 2006-05-30 | -2592/+74 |
| | | | ||||
| * | | * Update Intel IXP4xx support | Wolfgang Denk | 2006-05-30 | -72/+74591 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add IXP4xx NPE ethernet MAC support - Add support for Intel IXDPG425 board - Add support for Prodrive PDNB3 board - Add IRQ support Patch by Stefan Roese, 23 May 2006 [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still sufferes from licensing issues. Blame Intel.] | |||
| * | | Fix problem in PVR detection for 440GR | Stefan Roese | 2006-05-18 | -1/+4 |
| | | | | | | | | | | | | Patch by Stefan Roese, 18 May 2006 | |||
| * | | Fix gcc 3.4.x AFLAGS setting for m68k platform. | Marian Balakowicz | 2006-05-17 | -2/+5 |
| | | | ||||
| * | | Enable autoboot for M5271EVB board. | Marian Balakowicz | 2006-05-17 | -0/+4 |
| | | | ||||
| * | | Merge with /home/sr/git/u-boot/denx | Wolfgang Denk | 2006-05-15 | -4/+7 |
| |\ \ | ||||
| | * | | Changed default ramdisk addr in yosemite/yellowstone ports | Stefan Roese | 2006-05-15 | -4/+7 |
| | | | | | | | | | | | | | | | | Patch by Stefan Roese, 15 May 2006 | |||
| * | | | Fix PCMCIA support on virtlab2 | Wolfgang Denk | 2006-05-15 | -0/+9 |
| |/ / | ||||
| * | | Cleanup compile warning. | Wolfgang Denk | 2006-05-12 | -0/+2 |
| | | | ||||
| * | | Add support for VirtLab2 board | Wolfgang Denk | 2006-05-12 | -5/+643 |
| | | | | | | | | | | | | (needed because of differences in the PCMCIA hardware). | |||
| * | | Minor cleanup. | Wolfgang Denk | 2006-05-10 | -37/+36 |
| | | |