summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeLines
* [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write ↵Grant Likely2007-02-20-3/+3
| | | | | | | | | buffer pointers Block device read/write is anonymous data; there is no need to use a typed pointer. void * is fine. Also add a hook for block_read functions Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* [PATCH 8_9] Add block_write hook to block_dev_desc_tGrant Likely2007-02-20-0/+4
| | | | | | Preparation for future patches which support block device writing Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* [PATCH 3_9] Move buffer print code from md command to common functionGrant Likely2007-02-20-0/+2
| | | | | | | Printing a buffer is a darn useful thing. Move the buffer print code into print_buffer() in lib_generic/ Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* [PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely2007-02-20-3/+12
| | | | | | | Each of the filesystem drivers duplicate the get_dev routine. This change merges them into a single function in part.c Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* [PATCH] Update Sequoia EBC configuration (NOR FLASH)Stefan Roese2007-02-19-2/+2
| | | | | | | As spotted by Matthias Fuchs, the READY input should not be enabled for the NOR FLASH on the Sequoia board. Signed-off-by: Stefan Roese <sr@denx.de>
* Merge with /home/tur/git/u-boot#motionproWolfgang Denk2007-02-16-0/+305
|\
| * [Motion-PRO] Preliminary support for the Motion-PRO board.Bartlomiej Sieka2007-02-09-0/+305
| |
* | [PATCH] Update some AMCC 4xx board config files (set initrd_high)Stefan Roese2007-02-07-0/+8
| | | | | | | | | | | | | | | | Some boards that can have more than 768MBytes of SDRAM need to set "initrd_high", so that the initrd can be accessed by the Linux kernel. Signed-off-by: Stefan Roese <sr@denx.de>
* | [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config fileStefan Roese2007-02-01-1/+1
| | | | | | | | | | | | | | | | When PCI PNP is enabled the pci pnp configuration routine is called which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some problems with some PCI cards. For now disable the PCI PNP configuration. Signed-off-by: Stefan Roese <sr@denx.de>
* | [PATCH] Update 440EPx/440GRx cpu detectionStefan Roese2007-01-31-2/+2
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | [PATCH] Add support for esd mecp5200 boardStefan Roese2007-01-31-0/+345
| | | | | | | | Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
* | [PATCH] Remove unneccessary yellowstone board config fileStefan Roese2007-01-31-340/+0
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | Merge with /home/sr/git/u-boot/denx-merge-srWolfgang Denk2007-01-30-31/+62
|\ \
| * | [PATCH] Update Sequoia (440EPx) config fileStefan Roese2007-01-30-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | The config file now handles the 2nd target, the Rainier (440GRx) evaluation board better. Additionally the PPC input clock was adjusted to match the correct value of 33.0 MHz. Signed-off-by: Stefan Roese <sr@denx.de>
| * | [PATCH] Merge Yosemite & Yellowstone board portsStefan Roese2007-01-30-17/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR) share one config file and all board specific files. This way we don't have to maintain two different sets of files for nearly identical boards. Signed-off-by: Stefan Roese <sr@denx.de>
| * | [PATCH] Update Prodrive SCPU (PDNB3 variant) boardStefan Roese2007-01-30-5/+6
| | | | | | | | | | | | | | | | | | SCPU doesn't use redundant environment in flash. Signed-off-by: Stefan Roese <sr@denx.de>
* | | Merge with /home/sr/git/u-boot/denx-merge-srWolfgang Denk2007-01-30-6/+8
|\ \ \ | |/ /
| * | [PATCH] alpr: Update alpr board config fileStefan Roese2007-01-30-6/+8
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | Add port for the lpc2292sodimm evaluation board from EmbeddedArtistsGary Jennejohn2007-01-24-0/+408
| |/ |/|
* | Merge with /home/tur/proj/idmr/u-bootWolfgang Denk2007-01-24-2/+24
|\ \
| * | [iDMR] Add MTD and JFFS2 support, also add default partition definition.Bartlomiej Sieka2007-01-23-0/+12
| | |
| * | [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,Bartlomiej Sieka2007-01-23-2/+6
| | | | | | | | | | | | | | | | | | "mii device" results in "Unexpected exception"). Fixing this properly requires some clean-up in the FEC drivers infrastructure for ColdFire, so this commit disables MII commads for now.
| * | [ColdFire MCF5271 family] Add CPU detection based on the value of ChipBartlomiej Sieka2007-01-23-0/+6
| | | | | | | | | | | | Identification Register (CIR).
* | | Merge with /home/hs/SC3/u-boot-devWolfgang Denk2007-01-19-12/+16
|\ \ \
| * | | [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.Heiko Schocher2007-01-19-12/+13
| | | | | | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
| * | | [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driverHeiko Schocher2007-01-19-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | if you must swap the bytes between reading/writing. (Needed for the SC3 board) Signed-off-by: Heiko Schocher <hs@denx.de>
* | | | Merge with /home/hs/SC3/u-boot-devWolfgang Denk2007-01-19-13/+26
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [PATCH] Fix: Compilerwarnings for SC3 board.Heiko Schocher2007-01-18-13/+26
| | | | | | | | | | | | | | | | | | | | | The EBC Configuration Register is now by CFG_EBC_CFG definable Added JFFS2 support for the SC3 board. Signed-off-by: Heiko Schocher <hs@denx.de>
* | | [PATCH] Add support for Prodrive SCPU (PDNB3 variant) boardStefan Roese2007-01-18-2/+35
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | [PATCH] Update Prodrive P3Mx supportStefan Roese2007-01-18-2/+3
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | [PATCH] Add missing Taishan config fileStefan Roese2007-01-18-0/+333
|/ / | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | Raname solidcard3 into sc3; add redundant env for sc3Wolfgang Denk2007-01-16-32/+38
| |
* | Update default environment for Solidcard3Wolfgang Denk2007-01-16-0/+25
| |
* | Merge with /home/hs/SC3/u-bootWolfgang Denk2007-01-15-0/+538
|\ \ | | | | | | | | | Some code cleanup.
| * | Added support for the SOLIDCARD III board from EurodesignHeiko Schocher2007-01-11-0/+538
| | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* | | Merge with /home/hs/MAN/u-boot-devWolfgang Denk2007-01-15-0/+362
|\ \ \
| * | | [PATCH] Add support for the UC101 board from MAN.Heiko Schocher2006-12-21-0/+362
| | | | | | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* | | | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese2007-01-13-27/+109
|\ \ \ \
| * | | | Adjusted default environment for cam5200 board.Reinhard Thies2007-01-10-2/+12
| | | | |
| * | | | Merge with /home/m8/git/u-boot/Detlev Zundel2007-01-10-10/+10
| |\ \ \ \
| | * | | | CAM5200 flash driver modifications:Marian Balakowicz2007-01-10-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use CFI driver (replaces custom flash driver) for main 'cam5200' target - add second build target 'cam5200_niosflash' which still uses custom driver
| * | | | | SPC1920: cleanup memory contoller setupMarkus Klotzbuecher2007-01-09-5/+5
| | | | | |
| * | | | | Fix the cpu speed setup to work with all boards.Markus Klotzbuecher2007-01-09-1/+1
| | | | | |
| * | | | | SPC1920: add support for the FM18L08 Ramtron FRAMMarkus Klotzbuecher2007-01-09-1/+14
| | | | | |
| * | | | | SPC1920: update the HPI register addresses to work with the secondMarkus Klotzbuecher2007-01-09-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | generation of hardware
| * | | | | Miscellanious spc1920 related cleanupsMarkus Klotzbuecher2007-01-09-6/+5
| | | | | |
| * | | | | Add support for the DS3231 RTCMarkus Klotzbuecher2007-01-09-0/+6
| | | | | |
| * | | | | SMC1 uses external CLK4 instead of BRG on spc1920Markus Klotzbuecher2007-01-09-1/+1
| | | | | |
| * | | | | Update the SPC1920 CMB PLD driverMarkus Klotzbuecher2007-01-09-9/+7
| | | | | |
| * | | | | Add / enable I2C support on the spc1920 boardMarkus Klotzbuecher2007-01-09-3/+25
| | | | | |