summaryrefslogtreecommitdiffstats
path: root/include/configs
Commit message (Collapse)AuthorAgeFilesLines
* Add dtb boot-up parameter to default boot commands.Zhang Wei2006-08-231-2/+6
| | | | Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
* Fix BAT0 to actually be cacheable, non-guarded as documented.Jon Loeliger2006-08-141-4/+3
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Fix 8641HPCN timebaseJohn Traill2006-07-281-1/+1
|
* Add support for reading and writing mac addresses to or from ID EEPROM.Haiying Wang2006-07-131-0/+2
| | | | | | | | | | | | | | | | | | Added code for reading and writing Mac addresses to/from ID EEPROM(0x57). With attached patch, we can use command "mac/mac read/mac save/" to read and write EEPROM under u-boot prompt. U-boot will calculate the checksum of EEPROM while bootup, if it is right, then u-boot will check whether the mac address of eTSEC0/1/2/3 is availalbe (non-zero). If there is mac address availabe in EEPROM, u-boot will use it, otherewise, u-boot will use the mac address defined in MPC8641HPCN.h. This matches the requirement to set unique mac address for each TSEC port. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: York Sun <yorksun@freescale.com>
* Fixed initrd issue by define big RAMJin Zhengxiong2006-07-131-0/+1
| | | | Signed-off-by:Jason Jin <Jason.jin@freescale.com>
* Fix RTL8139 in big endianJin Zhengxiong-R641882006-06-271-0/+1
| | | | | signed-off-by: Jason Jin <Jason.Jin@freescale.com> signed-off-by: Wei Zhang <wei.zhang@freescale.com>
* Enable PCIE1 for MPC8641HPCN boardJin Zhengxiong-R641882006-06-271-6/+14
| | | | Signed-off-by: Jason Jin <Jason.jin@freescale.com>
* Enable dual DDR controllers and interleaving.Jon Loeliger2006-05-191-1/+11
|
* Update 86xx address map and LAWBARs.Jon Loeliger2006-05-191-20/+32
|
* Get MPC8641HPCN flash images working.Jon Loeliger2006-05-091-16/+14
| | | | | | | | 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.
* Cleanup whitespaces and style issues.Jon Loeliger2006-04-271-119/+84
| | | | | | | Removed //-style comments. Use 80-column lines. Remove trailing whitespace. Remove dead code and debug cruft.
* Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-261-0/+629
|
* Add support for BC3450 boarddzu@denx.de2006-04-211-0/+568
| | | | Signed-off-by: dzu@denx.de <dzu@denx.de>
* Update for NC650 board. Add NC650 based CP850 configuration.dzu@denx.de2006-04-191-18/+48
| | | | Signed-off-by: dzu@denx.de <dzu@denx.de>
* Some code cleanupWolfgang Denk2006-04-161-2/+2
|
* Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-04-161-4/+3
|\
| * * Fix dbau1x00 BoardHeiko Schocher2006-04-111-4/+3
| | | | | | | | | | | | | | | | - 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
* | Fix Quad UART mapping on MCC200 board due to new HW revisionWolfgang Denk2006-04-131-1/+1
| |
* | Merge with /home/m8/git/u-bootWolfgang Denk2006-04-1210-14/+19
|\ \ | |/ |/|
| * Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-0810-14/+19
| | | | | | | | Some more NAND cleanup and small fixes.
* | Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pciWolfgang Denk2006-04-061-3/+5
|\ \
| * | Set SDelay register in the DDR controller for the MPC5200B chip.Rafal Jaworowski2006-03-291-3/+5
| | |
* | | Merge with /home/sr/git/u-boot/cfi-flashWolfgang Denk2006-04-061-1/+2
|\ \ \
| * | | * Changes/fixes for drivers/cfi_flash.c:Stefan Roese2006-04-011-0/+4
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add Intel legacy lock/unlock support to common CFI driver On some Intel flash's (e.g. Intel J3) legacy unlocking is supported, meaning that unlocking of one sector will unlock all sectors of this bank. Using this feature, unlocking of all sectors upon startup (via env var "unlock=yes") will get much faster. - Fixed problem with multiple reads of envronment variable "unlock" as pointed out by Reinhard Arlt & Anders Larsen. - Removed unwanted linefeeds from "protect" command when CFG_FLASH_PROTECTION is enabled. - Changed p3p400 board to use CFG_FLASH_PROTECTION Patch by Stefan Roese, 01 Apr 2006 * Changes/fixes for drivers/cfi_flash.c: - Correctly handle the cases where CFG_HZ != 1000 (several XScale-based boards) - Fix the timeout calculation of buffered writes (off by a factor of 1000) Patch by Anders Larsen, 31 Mar 2006
* | | Merge with /home/sr/git/u-boot/4xx-sdramWolfgang Denk2006-04-052-4/+18
|\ \ \
| * | | Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)Stefan Roese2006-03-312-4/+18
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 405 SDRAM: - The SDRAM parameters can now be defined in the board config file and the 405 SDRAM controller values will be calculated upon bootup (see PPChameleonEVB). When those settings are not defined in the board config file, the register setup will be as it is now, so this implementation should not break any current design using this code. Thanks to Andrea Marson from DAVE for this patch. 440 DDR: - Added function sdram_tr1_set to auto calculate the TR1 value for the DDR. - Added ECC support (see p3p440). Patch by Stefan Roese, 17 Mar 2006
* | | delta board: one more DA9030 fix.Markus Klotzbuecher2006-03-301-0/+1
| | |
* | | Change delta board memory map to start at 0x80000000.Markus Klotzbuecher2006-03-291-7/+7
| | |
* | | delta board: minor update to DA9030 code.Markus Klotzbuecher2006-03-291-1/+1
| | |
* | | delta board: fix DA9030 reset procedure.Markus Klotzbuecher2006-03-271-3/+2
| | |
* | | Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2006-03-2426-168/+1762
|\ \ \ | |/ /
| * | Enable Quad UART om MCC200 board.Wolfgang Denk2006-03-231-0/+5
| | |
| * | Cleanup MCC200 board configuration; omit non-existent stuff.Wolfgang Denk2006-03-211-22/+3
| |/
| * Merge with port of MPC8349EMDS boardWolfgang Denk2006-03-171-0/+716
| |\
| | * Support for DDR with 32-data path. Addotional notes on injectingRafal Jaworowski2006-03-161-14/+33
| | | | | | | | | | | | multiple-bit errors.
| | * Add command for handling DDR ECC registers on MPC8349EE MDS board.Marian Balakowicz2006-03-161-0/+1
| | |
| | * Add initial support for MPC8349E MDS board.Marian Balakowicz2006-03-141-0/+696
| | |
| * | Add support for Lite5200B board.Wolfgang Denk2006-03-172-30/+77
| |/ | | | | | | Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
| * Add support for EmbeddedPlanet EP88x boardsWolfgang Denk2006-03-121-0/+205
| | | | | | | | Patch by Yuli Barcohen, 13 Jul 2005
| * Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349adsWolfgang Denk2006-03-121-9/+15
| |\
| | * Added PCI support for MPC8349ADS boardKumar Gala2006-01-121-9/+15
| | | | | | | | | | | | Patch by Kumar Gala 11 Jan 2006
| * | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xxWolfgang Denk2006-03-122-2/+112
| |\ \
| | * | Enable address translation on MPC83xxKumar Gala2006-02-102-2/+104
| | | | | | | | | | | | | | | | Patch by Kumar Gala, 10 Feb 2006
| | * | Make System IO Config Registers board configurable on MPC83xxKumar Gala2006-01-112-0/+8
| | |/ | | | | | | | | | Patch by Kumar Gala, 11 Jan 2006
| * | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infrWolfgang Denk2006-03-121-0/+2
| |\ \
| | * | Added CONFIG_ options for bd_t and env in flat dev treeKumar Gala2006-01-111-0/+2
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | CONFIG_OF_HAS_BD_T will put a copy of the bd_t into the resulting flat device tree. CONFIG_OF_HAS_UBOOT_ENV will copy the environment variables from u-boot into the flat device tree Patch by Kumar Gala 11 Jan 2006
| * | Add netconsole and some more commands to RPXlite_DW boardWolfgang Denk2006-03-121-1/+32
| | | | | | | | | | | | Patch by Sam Song, 19 Jun 2005
| * | Adjust "echo" as a default commandWolfgang Denk2006-03-1211-13/+0
| | | | | | | | | | | | Patch by Sam Song, 19 Jun 2005
| * | Coding Style cleanupWolfgang Denk2006-03-122-120/+113
| | |
| * | Add missing Blackfin files.Wolfgang Denk2006-03-122-0/+528
| | |
OpenPOWER on IntegriCloud