Jon Loeliger
586d1d5abd
Update 86xx address map and LAWBARs.
19 years ago
Jon Loeliger
f35ec68fb0
Enable 2nd CPU and I2C.
19 years ago
Jon Loeliger
bf690dcb51
Update interrupt mapping.
19 years ago
Haiying Wang
6cfea33477
Remove unneeded INIT_RAM_LOCK cache twiddling.
...
Correctly tracks r29 as global data pointer now.
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
19 years ago
Jon Loeliger
d4dd317b58
Remove unnecessary flash.c file.
19 years ago
Jon Loeliger
18b6c8cd8a
Get MPC8641HPCN flash images working.
...
Enable the CFI driver.
Remove bogus LAWBAR7 cruft.
Use correct TEXT_BASE, Fixup load script.
Enable SPD EEPROM during DDR setup.
Use generic RFC 1918 IP addresses by default.
19 years ago
Jon Loeliger
5c9efb36a6
Cleanup whitespaces and style issues.
...
Removed //-style comments.
Use 80-column lines.
Remove trailing whitespace.
Remove dead code and debug cruft.
19 years ago
Jon Loeliger
debb7354d1
Initial support for MPC8641 HPCN board.
19 years ago
dzu@denx.de
6ca24c64a5
Add support for BC3450 board
...
Signed-off-by: dzu@denx.de <dzu@denx.de>
19 years ago
dzu@denx.de
56a4a63c10
Added missing nand.c for NC650 board
...
Signed-off-by: dzu@denx.de <dzu@eddie.localdomain>
19 years ago
dzu@denx.de
a367d42640
Update for NC650 board. Add NC650 based CP850 configuration.
...
Signed-off-by: dzu@denx.de <dzu@denx.de>
19 years ago
Wolfgang Denk
cf48eb9abd
Some code cleanup
19 years ago
Heiko Schocher
ad88297e2f
* Fix dbau1x00 Board
...
- Fix dbau1x00 boards broken by dbau1550 patch
PLL:s were not set for boards other than 1550.
Flash CFI caused card to hang due to undefined CFG_FLASH_BANKS_LIST.
Default boot is now bootp for cards other than 1550.
Patch by Thomas Lange Aug 10 2005
19 years ago
Marian Balakowicz
6db3970811
Fix JFFS2 support for legacy NAND driver.
...
Some more NAND cleanup and small fixes.
19 years ago
Wolfgang Denk
3a5e21881a
MCC200 Board: fix flash unprotection code for flash > 32 MB.
19 years ago
Wolfgang Denk
d87080b721
GCC-4.x fixes: clean up global data pointer initialization for all boards.
19 years ago
Markus Klotzbuecher
9e7b5ce61b
delta board: one more DA9030 fix.
19 years ago
Markus Klotzbuecher
eeaab720f6
Change delta board memory map to start at 0x80000000.
19 years ago
Markus Klotzbuecher
89f2dfa4c3
delta board: minor update to DA9030 code.
19 years ago
Rafal Jaworowski
b66a938342
Set SDelay register in the DDR controller for the MPC5200B chip.
19 years ago
Markus Klotzbuecher
c855ef6768
delta board: fix DA9030 reset procedure.
19 years ago
Markus Klotzbuecher
ba70d6a417
delta board: DA9030 initialization and i2c support. Some minor changes to
...
make the pxa i2c driver work with the monahans cpu.
19 years ago
Markus Klotzbuecher
552fc624f2
Cleanup of the monahans cpu and delta board port.
19 years ago
Wolfgang Denk
09e4b0c5d3
Add support for Lite5200B board.
...
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
19 years ago
Rafal Jaworowski
dc9e499c62
Support for DDR with 32-data path. Addotional notes on injecting
...
multiple-bit errors.
19 years ago
Marian Balakowicz
d326f4a242
Add command for handling DDR ECC registers on MPC8349EE MDS board.
19 years ago
Marian Balakowicz
991425fe05
Add initial support for MPC8349E MDS board.
19 years ago
Wolfgang Denk
ff7fefe679
Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and
...
cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories
Patch by Andreas Engel, 13 Mar 2006
19 years ago
Wolfgang Denk
84c960ce6d
Add support for EmbeddedPlanet EP88x boards
...
Patch by Yuli Barcohen, 13 Jul 2005
19 years ago
Wolfgang Denk
763b5f34c3
Remove board specific configuration includes from the common xilinx
...
ethernet and iic adapter code.
Patch by Michael Libeskind, 12 Jul 2005
19 years ago
Wolfgang Denk
8e7b703a62
Coding Style cleanup
19 years ago
Wolfgang Denk
6cb142fa3b
Add missing Blackfin files.
19 years ago
Wolfgang Denk
8ff0208d31
Switch MPC86xADS and MPC885ADS boards to use cpuclk environment
...
variable to set clock
Patch by Yuli Barcohen, 05 Jun 2005
19 years ago
Wolfgang Denk
aba9f1af60
Memory configuration changes for ZPC.1900 board
...
- Fix SDRAM timing on both local bus and 60x bus
- Add support for second flash bank (SIMM)
- Change boot flash base
Patch by Yuli Barcohen, 05 Jun 2005
19 years ago
Wolfgang Denk
5797b821dc
Add support for Adder boards with 16MB SDRAM;
...
add support for second FEC on Adder87x board.
Patch by Yuli Barcohen, 05 Jun 2005
19 years ago
Wolfgang Denk
84ef51a632
Fix cleanup for netstart board.
...
Remove build results from repository
19 years ago
Wolfgang Denk
d2ed2f661b
More GCC 4.x woes
19 years ago
Wolfgang Denk
8de7ed3abe
More GCC 4.x code cleanup
19 years ago
Wolfgang Denk
d52fb7e3d1
Some code cleanup for GCC 4.x
19 years ago
Markus Klotzbücher
43638c674a
Cleanup of NAND support of delta board using the Monahans Data Flash
...
Controller.
19 years ago
Markus Klotzbücher
f9e029184b
NAND finally working. Two bugs fixed:
...
* For READ_STATUS and READID commands always 8 bytes need to be read from
NDDB. Otherwise they stay there and get send to flash as the first data
word when writing.
* In nand_base.c the oob variable is not reset so this->oob_buf is
overwritten what eventually screws up the bad block descriptor table.
19 years ago
Wolfgang Denk
bfc81252c0
Minor code cleanup
19 years ago
Bartlomiej Sieka
addb2e1650
Re-factoring the legacy NAND code (legacy NAND now only in board-specific
...
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and
BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for
NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is
implemented for these boards.
19 years ago
Markus Klotzbücher
bf7cac033b
Lots of new stuff:
...
* Debug message can be turned on and off.
* Waiting for events now times out.
* Implemented RESET command.
* Added appropriate nand_bbt_descriptor and nand_oobinfo.
Remaining Problems:
* Read Status still behaves weird an returns invalid stuff sometimes.
* ECC Placement does not respect our scheme in nand_oobinfo.
19 years ago
Stefan Roese
f1ee982506
Add lowboot target to mcc200 board
...
Patch by Stefan Roese, 4 Mar 2006
19 years ago
Markus Klotzbücher
f8785e96c9
Erasing works too now. The CS don't care causes problem with READSTATUS,
...
don't ask me why. There are still bugs in the bad block logic.
19 years ago
Markus Klotzbücher
24e1217be3
Write operation is working. Turned out that the READSTATUS hack was wrong
...
after all.
19 years ago
Markus Klotzbücher
9187a35b6c
Writing is working, but there's still a bug that causes the data written to
...
start at an offset of 4 bytes from the start of the page.
19 years ago
Markus Klotzbücher
19fdeff433
Implemented writing, not working yet.
19 years ago
Markus Klotzbücher
e2053f9c7a
Moved the waiting loop for "Read Data Request" RDDREQ into the
...
delta_cmdfunc function, because this bit is only set once after a command
is sent and this allows read functions to be called multiple times.
19 years ago