Wolfgang Denk
3e9a299231
Fix udelay bug in vfd.c for trab board
...
Patch by Martin Krause, 27 Oct 2005
19 years ago
Wolfgang Denk
e00f41eb81
Disable JFFS2 support for trab board
...
Patch by Martin Krause, 27 Oct 2005
19 years ago
Wolfgang Denk
3332240318
Change mtdparts definition on trab board to match current flash map
...
Patch by Martin Krause, 27 Oct 2005
19 years ago
Jon Loeliger
bee01a3c16
Merge branch 'mpc86xx'
19 years ago
Jon Loeliger
0e4c2a17ca
Do not enable address translation on secondary CPUs.
...
Do not set up BATs on secondary CPUs. Let Linux do the nasty.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
19 years ago
Wolfgang Denk
9e18a4bc6c
Fix memory init problems on MCC200 board
19 years ago
Stefan Roese
df02bd1b3f
Fix IxEthDB.h to compile again
...
Patch by Stefan Roese, 14 Jun 2006
19 years ago
Stefan Roese
ed4633c93a
Minor cleanup for PCS440EP board
...
Patch by Stefan Roese, 13 Jun 2006
19 years ago
Wolfgang Denk
b1d71358a9
Minor code cleanup.
19 years ago
Wolfgang Denk
4176c79964
Merge with /home/hs/U-Boot/u-boot-dev
19 years ago
Wolfgang Denk
9d4d3e3833
Merge with http://www.psyent.com/git/uboot (NIOS2 - Scott McNutt)
19 years ago
Wolfgang Denk
5d7022b041
Fix U-Boot enviroenment sector protection on MCC200 board
19 years ago
Scott McNutt
9cc8337832
Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boards
...
Patch by Scott McNutt, 08 Jun 2006
19 years ago
Scott McNutt
1f6ce8f5ba
Nios II - Add EPCS Controller bootrom work-around
...
-When booting from an epcs controller, the epcs bootrom may leave the
slave select in an asserted state causing soft reset hang. This
patch ensures slave select is negated at reset.
Patch by Scott McNutt, 08 Jun 2006
19 years ago
Scott McNutt
3d22d0b89b
Update PK1C20 board
...
-Update base addresses for standard configuration
-Eliminate use of CACHE_BYPASS in board code
Patch by Scott McNutt, 08 Jun 2006
19 years ago
Scott McNutt
c2ced000f4
Nios II - Fix I/O Macros and mini-app stubs
...
-Fix asm/io.h macros
-Eliminate use of CACHE_BYPASS in cpu code
-Eliminate assembler warnings
-Fix mini-app stubs and force no small data
Patch by Scott McNutt, 08 Jun 2006
19 years ago
Jon Loeliger
8bb683b627
Merge branch 'mpc86xx'
19 years ago
Jon Loeliger
8ecc971618
Fix a get_board_sys_clk() use-before-def warning.
...
Signed-off-by: Jon Loeliger <jdl@jdl.com>
19 years ago
Jon Loeliger
d9bf4858fc
Allow DTC path to be passed in.
...
Signed-off-by: Jon Loeliger <jdl@jdl.com>
19 years ago
Jon Loeliger
3e8bbbd190
Merge branch 'jdl'
19 years ago
Jon Loeliger
a941b83241
Merge branch 'mpc86xx'
19 years ago
Jon Loeliger
72ed528a94
Merge branch 'master' of http://www.denx.de/git/u-boot
19 years ago
Haiying Wang
c83ae9ea6d
Modify the IRQ of DUART2
19 years ago
Wolfgang Denk
e461a24113
Minor cleanup for PCS440EP board
19 years ago
Stefan Roese
4526c87eec
Update PCS440EP port to fit into one flash device (incl. environment)
...
Patch by Stefan Roese, 06 Jun 2006
19 years ago
Wolfgang Denk
2fd9eb509d
Minor cleanup
19 years ago
Wolfgang Denk
5abc2c5d4c
Merge with /home/sr/git/u-boot/denx
19 years ago
Wolfgang Denk
e15cd6fdbe
Fix examples/Makefile; some build targets were lost
19 years ago
Stefan Roese
a4c8d1389f
Add support for PCS440EP board
...
Patch by Stefan Roese, 02 Jun 2006
19 years ago
Wolfgang Denk
62b8f54877
Fix watchdog handling in CFI flash driver
...
Just use udelay() when waiting for status changes which will
implicitely trigger the watchdog.
19 years ago
Jon Loeliger
ae53c8a705
Merge branch 'mpc86xx'
19 years ago
Jon Loeliger
c934f655f9
Review cleanups.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
19 years ago
Jon Loeliger
c926a82d82
Merge branch 'mpc86xx'
19 years ago
Jon Loeliger
cb5965fb95
White space cleanup.
...
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>
19 years ago
Jon Loeliger
3d5c5be547
Removed unneeded local_bus_init() from 8641HPCN board.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
19 years ago
Jon Loeliger
4d3d729c16
Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
19 years ago
Jon Loeliger
b2a941de06
Remove dead debug code.
...
Signed-off-by: Jon Loeliger <jdl@jdl.com>
19 years ago
Jon Loeliger
126aa70f10
Move mpc86xx PIXIS code to board directory
...
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>
19 years ago
Wolfgang Denk
392c252efd
Fix PCI to memory window size problems on PM82x boards
...
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
19 years ago
Wolfgang Denk
b9b2480f4f
Correct GPIO setup (UART1/IRQ's) on yosemite & yellowstone
...
Patch by Stefan Roese, 29 May 2006
19 years ago
Jon Loeliger
eaa1fa16c4
Merge branch 'mpc86xx'
19 years ago
Haiying Wang
38cee12dcf
Improve "reset" command's interaction with watchdog.
...
"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>
19 years ago
Wolfgang Denk
d945527305
Minor cleanup.
19 years ago
Wolfgang Denk
ba94a1bba3
* Update Intel IXP4xx support
...
- 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.]
19 years ago
Haiying Wang
70205e5a6d
Fix two SDRAM setup bugs.
...
Fix ECC setup bug.
Enable 1T/2T based on number of DIMMs present.
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
19 years ago
Jon Loeliger
bdee35d0e0
Merge branch 'mpc86xx'
19 years ago
Haiying Wang
d11fec5015
Add first draft of the MPC8641HPCN doc/README.
...
Signed-off-by: Jon Loeliger <jdl@jdl.com>
19 years ago
Haiying Wang
ed45d6c930
Added pci@8000 block.
...
Updated ethernet interrupt mappings (moved up 48).
Cleaned up a few comments.
Signed-off-by: Jon Loeliger <jdl@jdl.com>
19 years ago
Haiying Wang
3033ebb20f
Allow args on reset command.
...
Signed-off-by: Jon Loeliger <jdl@jdl.com>
19 years ago
Jon Loeliger
76bfacfd7c
Merge branch 'mpc86xx'
19 years ago