summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Add ADI Blackfin supportWolfgang Denk2006-03-123-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
| * | | | Switch MPC86xADS and MPC885ADS boards to use cpuclk environmentWolfgang Denk2006-03-122-21/+14
| | | | | | | | | | | | | | | | | | | | | | | | | variable to set clock Patch by Yuli Barcohen, 05 Jun 2005
| * | | | RPXlite configuration fixesWolfgang Denk2006-03-121-39/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use correct flash sector size - Use correct memory test end address - Add support for bzip2 compression - Various small fixes Patch by Yuli Barcohen, 05 Jun 2005
| * | | | Memory configuration changes for ZPC.1900 boardWolfgang Denk2006-03-121-35/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | | | Add support for Adder boards with 16MB SDRAM;Wolfgang Denk2006-03-121-16/+17
| | | | | | | | | | | | | | | | | | | | | | | | | add support for second FEC on Adder87x board. Patch by Yuli Barcohen, 05 Jun 2005
| * | | | Word alignment fixes for word aligned NS16550 UARTWolfgang Denk2006-03-121-10/+10
| | | | | | | | | | | | | | | | | | | | Patch by Jean-Paul Saman, 01 Mar 2005
| * | | | Some code cleanup for GCC 4.xWolfgang Denk2006-03-111-2/+0
| | | | |
* | | | | Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO andMarkus Klotzbuecher2006-03-241-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | CFG_MONAHANS_TURBO_RUN_MODE_RATIO for configuring the Monahans core frequency.
* | | | | delta board: DA9030 initialization and i2c support. Some minor changes toMarkus Klotzbuecher2006-03-243-7/+123
| | | | | | | | | | | | | | | | | | | | make the pxa i2c driver work with the monahans cpu.
* | | | | Cleanup of the monahans cpu and delta board port.Markus Klotzbuecher2006-03-202-145/+72
| | | | |
* | | | | Support for redundant environment in NAND Flash.Markus Klotzbuecher2006-03-202-0/+13
|/ / / /
* | | | Enable simple (non-redundant) NAND environment on delta board.Markus Klotzbücher2006-03-081-5/+4
| | | |
* | | | Cleanup (get rid of debug code that sneaked in)Wolfgang Denk2006-03-071-6/+1
| | | |
* | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-03-0640-790/+1061
|\ \ \ \ | | | | | | | | | | | | | | | Code cleanup.
| * | | | Minor code cleanupWolfgang Denk2006-03-064-115/+111
| | | | |
| * | | | Merge the new NAND code (testing-NAND brach); see doc/README.nandWolfgang Denk2006-03-0640-138/+1405
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite of NAND code based on what is in 2.6.12 Linux kernel Patch by Ladislav Michl, 29 Jun 2005 [Merge with /home/tur/nand/u-boot]
| | * | | | Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-0535-675/+664
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | Merge with /home/sr/git/u-boot/cfi-flash-fixWolfgang Denk2006-03-021-1/+0
| |\ \ \ \ \
| | * | | | | Fix problem with flash_get_size() from CFI driver updateStefan Roese2006-03-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 1 Mar 2006
| * | | | | | Update mcc200 config: Disable PCI and DoC, use 133 MHz IPB clock,Wolfgang Denk2006-02-281-55/+10
| |/ / / / / | | | | | | | | | | | | | | | | | | use hush shell.
| * | | | | Merge with Stefan Roese's branch with CFI driver fixesWolfgang Denk2006-02-282-117/+49
| |\ \ \ \ \
| | * | | | | Convert mcc200 to use common CFI flash driverStefan Roese2006-02-281-117/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 28 Feb 2006
| | * | | | | Major CFI-FLASH driver update:Stefan Roese2006-02-281-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add env-variable "unlock" to handle initial state of sectors (locked/unlocked). Only the U-Boot image and it's environment is protected, all other sectors are unprotected (unlocked) if flash hardware protection is used (CFG_FLASH_PROTECTION) and the environment variable "unlock" is set to "yes". Patch by Stefan Roese, 28 Feb 2006 * Update drivers/cfi_flash.c: - find_sector() called in both versions of flash_write_cfiword() Patch by Peter Pearse, 27th Feb 2006 * CFI support for a x8/x16 AMD/Spansion flash configured in x8 mode Patch by Jose Maria Lopez, 16 Jan 2006 * Add support for AMD/Spansion Flashes in flash_write_cfibuffer Patch by Alex Bastos and Thomas Schaefer, 2005-08-29 * Changes/fixes for drivers/cfi_flash.c: We *should* check if there are any error bits if the previous call returned ERR_OK (Otherwise we will have output an error message in flash_status_check() already.) The original code would only check for error bits if flash_status_check() returns ERR_TIMEOUT. Patch by Marcus Hall, 23 Aug 2005 * Changes/fixes for drivers/cfi_flash.c: - Add CFG_FLASH_PROTECT_CLEAR on drivers/cfi_flash.c - Prohibit buffer write when buffer_size is 1 on drivers/cfi_flash.c Patch by Sangmoon Kim, 19 Aug 2005 * Fixes for drivers/cfi_flash.c: - Fix wrong timeout value usage in flash_status_check() - Round write_tout up when converting to msec in flash_get_size() - Remove clearing flash status at the end of flash_write_cfibuffer() which sets Intel 28F640J3 flash back to command mode on CSB472 Patch by Tolunay Orkun, 02 July 2005
| * | | | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-02-281-0/+373
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Initial port to MCC200 board (work in progress)Wolfgang Denk2006-02-221-0/+402
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Minimally modified patch by Bluetechnix, Vienna
* | | | | | | Turned on SDRAM scrubbing.Markus Klotzbücher2006-03-061-1/+1
| | | | | | |
* | | | | | | Cleanup of NAND support of delta board using the Monahans Data FlashMarkus Klotzbücher2006-03-062-2/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Controller.
* | | | | | | NAND finally working. Two bugs fixed:Markus Klotzbücher2006-03-061-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | | | | | | Lots of new stuff:Markus Klotzbücher2006-03-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | | | | | | Further NAND stuff implemented. Basic read commands seem to work.Markus Klotzbücher2006-03-011-15/+17
| | | | | | |
* | | | | | | Added GPIO initialization of DF signal. Still not working.Markus Klotzbücher2006-02-281-1/+1
| | | | | | |
* | | | | | | First steps implementing NAND support. Not working, fails to read ID.Markus Klotzbücher2006-02-282-44/+105
| | | | | | |
* | | | | | | Merge /home/tur/nand/u-boot/Markus Klotzbücher2006-02-2411-5/+1283
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | This is a first version of the testing-NAND branch merged back to main.
| * | | | | | Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-2411-5/+1283
| |\ \ \ \ \ \
| | * | | | | | * Add hook to NAND erase and implement nand_wait function.Wolfgang Denk2005-11-021-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Mike Rapoport, 01 Nov 2005 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
| | * | | | | | Update of new NAND codeWolfgang Denk2005-09-146-64/+337
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Ladislav Michl, 13 Sep 2005
| | * | | | | | Merge with testing-NAND (Rewrite of NAND code)Wolfgang Denk2005-08-177-116/+831
| | |\ \ \ \ \ \
| | | * | | | | | Rewrite of NAND code based on what is in 2.6.12 Linux kernelWolfgang Denk2005-08-177-116/+831
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Ladislav Michl, 29 Jun 2005
* | | | | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootMarkus Klotzbücher2006-02-245-12/+422
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Rename SMMACO4 board into smmaco4 for consistency with Linux.Wolfgang Denk2006-02-221-0/+0
| | | | | | | | |
| * | | | | | | | Disable CMD_BSP for SMMACO4 board.Wolfgang Denk2006-02-221-2/+1
| | | | | | | | |
| * | | | | | | | Merge with /home/hs/PanDacom/u-boot-devWolfgang Denk2006-02-221-0/+374
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | [Patch] Add basic support for the SMMACO4 Board from PanDaCom.Heiko Schocher2006-02-201-0/+374
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
| * | | | | | | Add GIT version information (commid ID) to untagged U-Boot versionsWolfgang Denk2006-02-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As done in the linux kernel, the U-Boot version (U_BOOT_VERSION) of all unreleased (untagged) U-Boot images will be automatically extended upon compiletime with a part of the GIT commit ID and possibly with "dirty" if uncommited changes are detected. Here an example for the resulting version: "U-Boot 1.1.4-g3457ac18-dirty" The version is now maintained in the toplevel Makefile and the version headers are autogenerated. Patch by Stefan Roese, 9 Feb 2006
| * | | | | | | Merge with /home/sr/git/u-bootWolfgang Denk2006-02-212-5/+22
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Convert CPCI750 to use common CFI flash driverStefan Roese2006-02-081-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Reinhard Arlt, 8 Feb 2006
| | * | | | | | Various changes to esd HH405 board specific filesStefan Roese2006-02-071-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Matthias Fuchs, 07 Feb 2006
| * | | | | | | Update default environment for INKA4x00 board.Wolfgang Denk2006-02-071-5/+25
| |/ / / / / /
* | | | | | | SDRAM now working.Markus Klotzbücher2006-02-221-10/+10
| | | | | | |
* | | | | | | SDRAM now working for delta board, but there are still aliasing problems,Markus Klotzbücher2006-02-222-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | we only see 64MB.