summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge git://www.denx.de/git/u-boot into fdt-cmdGerald Van Baren2007-04-145-11/+158
|\
| * Update CHANGELOGWolfgang Denk2007-04-141-0/+17
| |
| * [Fix] Set the LED status register on the UC101 for the LXT971 PHY.Heiko Schocher2007-04-142-0/+6
| | | | | | | | | | | | clear the Display after reset. Signed-off-by: Heiko Schocher <hs@denx.de>
| * Update CHANGELOGWolfgang Denk2007-04-111-0/+123
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
| * Update for SC3 boardWolfgang Denk2007-04-112-11/+12
| | | | | | | | | | | | * Make IDE timeout configurable through ide_reset_timeout variable. * Use Newline as "password" string * Use just a single partition in NAND flash
* | Improve the bootm command for CONFIG_OF_LIBFDTGerald Van Baren2007-04-142-13/+77
| | | | | | | | | | | | In bootm, create the "/chosen" node only if it doesn't already exist (better matches the previous behavior). Update for proper reserved memory map handling for initrd.
* | Add some utilities to manipulate the reserved memory map.Gerald Van Baren2007-04-143-0/+103
| |
* | Moved fdt command support code to fdt_support.cGerald Van Baren2007-04-067-275/+412
| | | | | | | | | | ...in preparation for improving the bootm command's handling of fdt blobs. Also cleaned up some coding sloppiness.
* | libfdt: Make fdt_check_header() publicGerald Van Baren2007-04-066-7/+49
|/ | | | | | | Changed _fdt_check_header() to fdt_check_header() and made it part of the interface - it is a useful routine. Also did some asthetics cleanup to the include files (headers).
* Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-04-0427-2241/+696
|\
| * Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-03-31216-10738/+24825
| |\
| * | ppc4xx: Update Katmai bootstrap commandStefan Roese2007-03-311-1/+3
| | | | | | | | | | | | | | | | | | | | | Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB is selected. Signed-off-by: Stefan Roese <sr@denx.de>
| * | ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)Stefan Roese2007-03-311-19/+49
| | | | | | | | | | | | | | | | | | | | | Additional RAM information is now printed upon powerup, like DDR2 frequency and CAS latency. Signed-off-by: Stefan Roese <sr@denx.de>
| * | ppc4xx: Change Yucca config file to support ECCStefan Roese2007-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | | With the updated 44x DDR2 driver the Yucca board now supports ECC generation and checking. Signed-off-by: Stefan Roese <sr@denx.de>
| * | ppc4xx: Fix "bootstrap" command for Katmai boardStefan Roese2007-03-311-76/+25
| | | | | | | | | | | | | | | | | | | | | | | | The board specific "bootstrap" command is now fixed and can be used for the AMCC Katmai board to configure different CPU/PLB/OPB frequencies. Signed-off-by: Stefan Roese <sr@denx.de>
| * | ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)Stefan Roese2007-03-311-48/+81
| | | | | | | | | | | | | | | | | | | | | | | | Fix a bug in the auto calibration routine. This driver now runs more reliable with the tested modules. It's also tested with 167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai. Signed-off-by: Stefan Roese <sr@denx.de>
| * | Merge some AMCC make targets to keep the top-level Makefile smallerStefan Roese2007-03-283-33/+19
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * | i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is definedStefan Roese2007-03-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | The "old" i2c commands (iprobe, imd...) are now compiled in again, even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE config option. Signed-off-by: Stefan Roese <sr@denx.de>
| * | Merge with /home/stefan/git/u-boot/acadiaStefan Roese2007-03-2420-2069/+511
| |\ \
| | * | [PATCH] Add 4xx GPIO functionsStefan Roese2007-03-247-147/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds some 4xx GPIO functions. It also moves some of the common code and defines into a common 4xx GPIO header file. Signed-off-by: Stefan Roese <sr@denx.de>
| | * | [PATCH] Small Sequoia cleanupStefan Roese2007-03-242-12/+7
| | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| | * | [PATCH] Clean up 40EZ/Acadia supportStefan Roese2007-03-2411-1910/+443
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch cleans up all the open issue of the preliminary Acadia support. Signed-off-by: Stefan Roese <sr@denx.de>
* | | | Minor coding style cleanup.Wolfgang Denk2007-04-048-7/+68
| | | |
* | | | Merge with /home/wd/git/u-boot/custodian/u-boot-microblazeWolfgang Denk2007-04-0438-42/+2131
|\ \ \ \
| * | | | [PATCH] Clean include dependenceMichal Simek2007-03-302-2/+2
| | | | |
| * | | | [CLEAN] Remove inefficient Suzaku codeMichal Simek2007-03-304-57/+5
| | | | |
| * | | | PATCH: Resolve GPL license problemMichal Simek2007-03-274-24/+97
| | | | |
| * | | | Support for XUPV2P boardMichal Simek2007-03-2621-110/+550
| | | | | | | | | | | | | | | | | | | | | | | | | Reset support BSP autoconfig support
| * | | | [Microblaze][PATCH] part 2Michal Simek2007-03-1113-29/+518
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401
| * | | | [Microblaze][PATCH]Michal Simek2007-03-1116-0/+1139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401
* | | | | Minor cleanup.Wolfgang Denk2007-04-046-32/+146
| | | | |
* | | | | Fix some minor whitespace violations.Gerald Van Baren2007-03-313-5/+5
| | | | |
* | | | | Add a flattened device tree (fdt) command (2 of 2)Gerald Van Baren2007-03-318-27/+237
| | | | | | | | | | | | | | | | | | | | Modifications to the existing code to support the new fdt command.
* | | | | Add a flattened device tree (fdt) command (1 of 2)Gerald Van Baren2007-03-311-0/+874
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fdt command uses David Gibson's libfdt library to manipulate as well as print the flattened device tree. This patch is the new command, the second part is the modifications to the existing code.
* | | | | libfdt: Enhanced and published fdt_next_tag()Gerald Van Baren2007-03-317-52/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhanced the formerly private function _fdt_next_tag() to allow stepping through the tree, used to produce a human-readable dump, and made it part of the published interface. Also added some comments.
* | | | | libfdt: Customizations for use by u-boot.Gerald Van Baren2007-03-312-91/+44
| | | | | | | | | | | | | | | | | | | | | | | | | Changes to David Gibson's original source to fit into u-boot's environment. No functionality changes.
* | | | | libfdt: Import libfdt source (2 of 2)Gerald Van Baren2007-03-314-0/+860
| | | | | | | | | | | | | | | | | | | | | | | | | This adds the applicable libfdt source files (unmodified) and a README to explain where the source came from.
* | | | | libfdt: Import libfdt source (1 of 2)Gerald Van Baren2007-03-318-0/+557
| |_|_|/ |/| | | | | | | | | | | | | | | This adds the applicable libfdt source files (unmodified) and a README to explain where the source came from.
* | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk2007-03-295-15/+29
|\ \ \ \
| * | | | Fix 8641HPCN problem with ld version 2.16Jon Loeliger2007-03-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Dot outside sections problem). This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | | Set Rev 2.x 86xx PIC in mixed mode.Haiying Wang2007-03-222-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent false interrupt from hanging Linux as MSR[EE] is set to enable interrupts by changing the PIC out of the default pass through mode into mixed mode. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | | Add flash cmd function to 8641HPCN rambootJason Jin2007-03-221-13/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes some commmand for 8641 HPCN ramboot case. Signed-off-by: Jason Jin <jason.jin@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | | Add support for 8641 Rev 2 silicon.Ed Swarthout2007-03-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this patch, I am unable to get to the prompt on rev 2 silicon. Only set ddrioovcr for rev1. Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | | | Code cleanup / re-insert previous Copyright entries.Wolfgang Denk2007-03-225-26/+92
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-blackfinWolfgang Denk2007-03-22168-3171/+24208
|\ \ \ \ \
| * \ \ \ \ Merge http://www.denx.de/git/u-bootAubrey Li2007-03-206-77/+61
| |\ \ \ \ \
| * | | | | | [Blackfin][PATCH] Add BF561 EZKIT board supportAubrey Li2007-03-2031-3/+6839
| | | | | | |
| * | | | | | Merge http://www.denx.de/git/u-bootAubrey Li2007-03-196-33/+43
| |\ \ \ \ \ \
| * | | | | | | [Blackfin][PATCH] minor cleanupAubrey Li2007-03-191-5/+5
| | | | | | | |
| * | | | | | | [PATCH] Add flash chip M29W320ET/B supportAubrey Li2007-03-191-0/+2
| | | | | | | |
OpenPOWER on IntegriCloud