summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Add support for reading and writing mac addresses to or from ID EEPROM.Haiying Wang2006-07-132-1/+67
| | | | | | | | | | | | | | | | | | 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-1/+0
| | | | Signed-off-by:Jason Jin <Jason.jin@freescale.com>
* We made a u-boot patch to fix the hang up issueJason Jin2006-07-071-0/+1
| | | | | | when booting filesystem from ramdisk. Signed-off-by:Jason Jin <Jason.jin@freescale.com>
* Allow args on reset command.Haiying Wang2006-05-261-1/+1
| | | | Signed-off-by: Jon Loeliger <jdl@jdl.com>
* Remove unneeded INIT_RAM_LOCK cache twiddling.Haiying Wang2006-05-101-2/+2
| | | | | | Correctly tracks r29 as global data pointer now. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
* Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-261-5/+5
|
* Some code cleanupWolfgang Denk2006-04-163-263/+270
|
* Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-04-161-8/+7
|\
| * Fixes common/cmd_flash.c:Heiko Schocher2006-04-111-8/+7
| | | | | | | | | | | | | | - fix some compiler/parser error, if using m68k tool chain - optical fix for protect on/off all messages, if using more then one bank Patch by Jens Scharsig, 28 July 2005
* | Merge with /home/m8/git/u-bootWolfgang Denk2006-04-121-4/+26
|\ \ | |/ |/|
| * Remove dependencies between DoC code and old legacy NAND driver.Marian Balakowicz2006-04-051-4/+26
| | | | | | | | | | | | Necessary defines and data structures were copied to DoC specific files so that legacy NAND code could be entirely removed from u-boot tree in the near future.
* | Merge with /home/sr/git/u-boot/cfi-flashWolfgang Denk2006-04-061-2/+3
|\ \
| * | * Changes/fixes for drivers/cfi_flash.c:Stefan Roese2006-04-011-2/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | * Add support for ymodem protocol downloadWolfgang Denk2006-04-014-13/+938
|\ \ | | | | | | | | | | | | | | | | | | | | | Patch by Stefano Babic, 29 Mar 2006 * Memory Map Update for Delta board: U-Boot is at 0x80000000-0x84000000 Merge with /home/mk/8-benq/u-boot
| * | Add support for ymodem protocol (loady command).Markus Klotzbuecher2006-03-304-14/+938
| | | | | | | | | | | | Patch by Stefano Babic, 29 Mar 2006
* | | GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-3128-454/+362
|/ /
* | Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2006-03-2410-53/+99
|\ \ | |/
| * Change max size of uncompressed uImage's to 8MByte and addStefan Roese2006-03-131-2/+6
| | | | | | | | | | | | | | | | | | | | | | CFG_BOOTM_LEN to adjust this setting. As mentioned by Robin Getz on 2005-05-24 the size of uncompressed uImages was restricted to 4MBytes. This default size is now increased to 8Mbytes and can be overrided by setting CFG_BOOTM_LEN in the board config file. Patch by Stefan Roese, 13 Mar 2006
| * Change the sequence of events in soft_i2c.c:send_ack() to keep fromWolfgang Denk2006-03-131-4/+1
| | | | | | | | | | incorrectly generating start/stop conditions on the bus. Patch by Andrew Dyer, 26 Jul 2005
| * Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infrWolfgang Denk2006-03-122-17/+48
| |\
| | * Add support for passing initrd information via flat device treeKumar Gala2006-01-112-9/+18
| | | | | | | | | | | | Patch by Kumar Gala 11 Jan 2006
| | * Added OF_STDOUT_PATH and OF_SOCKumar Gala2006-01-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | OF_STDOUT_PATH specifies the path to the device the kernel can use for console output OF_SOC specifies the proper name of the SOC node if one exists. Patch by Kumar Gala 11 Jan 2006
| | * Allow board code to fixup the flat device tree before booting aKumar Gala2006-01-111-1/+4
| | | | | | | | | | | | | | | kernel Patch by Kumar Gala 11 Jan 2006
| | * Added CONFIG_ options for bd_t and env in flat dev treeKumar Gala2006-01-111-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Adjust "echo" as a default commandWolfgang Denk2006-03-121-0/+4
| | | | | | | | | | | | Patch by Sam Song, 19 Jun 2005
| * | Coding Style cleanupWolfgang Denk2006-03-121-1/+1
| | |
| * | Avoid dereferencing NULL in find_cmd() if no valid commands were foundWolfgang Denk2006-03-121-3/+6
| | | | | | | | | | | | Patch by Andrew Dyer, 13 Jun 2005
| * | Add ADI Blackfin supportWolfgang Denk2006-03-121-0/+2
| | | | | | | | | | | | | | | | | | | | | - 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:
| * | Add loads of ntohl() in image header handlingWolfgang Denk2006-03-125-17/+17
| | | | | | | | | | | | Patch by Steven Scholz, 10 Jun 2005
| * | Fix comment in common/soft_i2c.cWolfgang Denk2006-03-121-1/+4
| | | | | | | | | | | | Patches by Peter Korsgaard/Tolunay Orkun, 26 May 2005
| * | Some code cleanup for GCC 4.xWolfgang Denk2006-03-111-6/+6
| | |
* | | Support for redundant environment in NAND Flash.Markus Klotzbuecher2006-03-201-13/+102
|/ /
* | Some minor fixes to environment in NAND code.Markus Klotzbuecher2006-03-082-3/+7
| |
* | Minor code cleanupWolfgang Denk2006-03-061-2/+0
| |
* | Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-056-1941/+451
| | | | | | | | | | | | | | 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/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-244-11/+387
|\ \ | |/ |/|
| * * Add hook to NAND erase and implement nand_wait function.Wolfgang Denk2005-11-021-1/+1
| | | | | | | | | | | | Patch by Mike Rapoport, 01 Nov 2005 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
| * Update of new NAND codeWolfgang Denk2005-09-143-281/+2142
| | | | | | | | Patch by Ladislav Michl, 13 Sep 2005
| * Merge with testing-NAND (Rewrite of NAND code)Wolfgang Denk2005-08-171-1763/+277
| |\
| | * Rewrite of NAND code based on what is in 2.6.12 Linux kernelWolfgang Denk2005-08-171-1762/+277
| | | | | | | | | | | | Patch by Ladislav Michl, 29 Jun 2005
* | | Fix U-Boot compilation for MIPS boards using ELDK 4.0Wolfgang Denk2005-12-011-1/+1
| | |
* | | Fix miiphy global data initialization (problem on 4xx boards when noMarian Balakowicz2005-11-301-7/+10
| | | | | | | | | | | | | | | | | | | | | ethaddr is assigned). Initialization moved from miiphy_register() to eth_initialize(). Based on initial patch for 4xx platform by Matthias Fuchs.
* | | Merge with /home/m8/git/u-bootWolfgang Denk2005-10-294-58/+307
|\ \ \
| * | | Add support for multiple PHYs.Marian Balakowicz2005-10-283-56/+305
| | | |
| * | | Correct includes for flat tree builder.Marian Balakowicz2005-10-281-2/+2
| | | |
* | | | Fix problem with sleep in NetConsole (use get_timer())Stefan Roese2005-10-201-9/+8
|/ / / | | | | | | | | | Patch by Stefan Roese, 20 Oct 2005
* | | Merge with /home/sr/git/u-bootWolfgang Denk2005-10-171-1/+1
|\ \ \
| * | | Fix identification on ext2ls help entryStefan Roese2005-10-141-1/+1
| | | | | | | | | | | | | | | | Patch by Stefan Roese, 14 Oct 2005
* | | | Merge with /home/m8/git/u-bootWolfgang Denk2005-10-155-6/+14
|\ \ \ \
| * | | | Added support for TQM834x boards.Marian Balakowicz2005-10-115-6/+14
| | | | |
OpenPOWER on IntegriCloud