summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* ppc4xx: Add output for bootrom location to 405EZ portsStefan Roese2007-04-18-5/+29
| | | | | | | | | | | | | | Now 405EZ ports also show upon bootup from which boot device they are configured to boot: U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05) CPU: AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz) Bootstrap Option E - Boot ROM Location EBC (32 bits) 16 kB I-Cache 16 kB D-Cache Board: Acadia - AMCC PPC405EZ Evaluation Board Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] icecube/lite5200b: wakeup from low-power supportDomen Puncer2007-04-16-0/+54
| | | | | | | | | U-Boot part of Lite5200b low power mode support. Puts SDRAM out of self-refresh and transfers control to address saved at physical 0x0. Signed-off-by: Domen Puncer <domen.puncer@telargo.com> Acked-by: Grant Likely <grant.likely@secretlab.ca>
* [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.cDenis Peter2007-04-13-2/+2
| | | | | | | | Fix bug introduced by "Fix get_partition_info() parameter error in all other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented to use diskboot or scsiboot form another device than 0. Signed-off-by: Denis Peter <d.peter@mpl.ch>
* [PATCH] Fix use of "void *" for block dev read/write buffer pointersGreg Lopp2007-04-13-3/+3
| | | | | Signed-of-by: Greg Lopp <lopp@pobox.com> Acked-by: Grant Likely <grant.likely@secretlab.ca>
* ppc4xx: Fix i2c divisor calcularion for PPC4xxJeffrey Mann2007-04-12-3/+1
| | | | | | | | | | | This patch fixes changes the i2c_init(...) function to use the function get_OPB_freq() rather than calculating the OPB speed by sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is specific per processor. The prior method was not and so was calculating the wrong speed for some PPC4xx processors. Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> Signed-off-by: Stefan Roese <sr@denx.de>
* Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-04-12-80/+4989
|\
| * Update CHANGELOGWolfgang Denk2007-04-11-0/+123
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
| * Update for SC3 boardWolfgang Denk2007-04-11-11/+12
| | | | | | | | | | | | * Make IDE timeout configurable through ide_reset_timeout variable. * Use Newline as "password" string * Use just a single partition in NAND flash
| * Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-04-04-2241/+696
| |\
| * | Minor coding style cleanup.Wolfgang Denk2007-04-04-7/+68
| | |
| * | Merge with /home/wd/git/u-boot/custodian/u-boot-microblazeWolfgang Denk2007-04-04-42/+2131
| |\ \
| | * | [PATCH] Clean include dependenceMichal Simek2007-03-30-2/+2
| | | |
| | * | [CLEAN] Remove inefficient Suzaku codeMichal Simek2007-03-30-57/+5
| | | |
| | * | PATCH: Resolve GPL license problemMichal Simek2007-03-27-24/+97
| | | |
| | * | Support for XUPV2P boardMichal Simek2007-03-26-110/+550
| | | | | | | | | | | | | | | | | | | | Reset support BSP autoconfig support
| | * | [Microblaze][PATCH] part 2Michal Simek2007-03-11-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-11-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-04-32/+146
| | | |
| * | | Fix some minor whitespace violations.Gerald Van Baren2007-03-31-5/+5
| | | |
| * | | Add a flattened device tree (fdt) command (2 of 2)Gerald Van Baren2007-03-31-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-31-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-31-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-31-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-31-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-31-0/+557
| | | | | | | | | | | | | | | | | | | | This adds the applicable libfdt source files (unmodified) and a README to explain where the source came from.
* | | | ppc4xx: Change SysACE address on KatmaiStefan Roese2007-04-02-2/+2
| |_|/ |/| | | | | | | | | | | | | | | | | | | | With this new base address of the Xilinx SystemACE controller the Linux driver will be easier to adapt, since it can now be mapped via the "normal" ioremap() call. Signed-off-by: Stefan Roese <sr@denx.de>
* | | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-03-31-10738/+24825
|\ \ \ | |/ /
| * | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk2007-03-29-15/+29
| |\ \
| | * | Fix 8641HPCN problem with ld version 2.16Jon Loeliger2007-03-22-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-22-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-22-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-22-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-22-26/+92
| | | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
| * | | Merge with /home/wd/git/u-boot/custodian/u-boot-blackfinWolfgang Denk2007-03-22-3171/+24208
| |\ \ \
| | * \ \ Merge http://www.denx.de/git/u-bootAubrey Li2007-03-20-77/+61
| | |\ \ \
| | * | | | [Blackfin][PATCH] Add BF561 EZKIT board supportAubrey Li2007-03-20-3/+6839
| | | | | |
| | * | | | Merge http://www.denx.de/git/u-bootAubrey Li2007-03-19-33/+43
| | |\ \ \ \
| | * | | | | [Blackfin][PATCH] minor cleanupAubrey Li2007-03-19-5/+5
| | | | | | |
| | * | | | | [PATCH] Add flash chip M29W320ET/B supportAubrey Li2007-03-19-0/+2
| | | | | | |
| | * | | | | [Blackfin][PATCH] Add BF537 stamp board supportAubrey Li2007-03-19-1/+12299
| | | | | | |
| | * | | | | [Blackfin][PATCH] minor cleanupAubrey Li2007-03-12-10/+10
| | | | | | |
| | * | | | | [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issueAubrey Li2007-03-12-29/+55
| | | | | | |
| | * | | | | [Blackfin][PATCH] code cleanupAubrey Li2007-03-12-168/+139
| | | | | | |
| | * | | | | [Blackfin][PATCH] code cleanupAubrey Li2007-03-10-551/+518
| | | | | | |
| | * | | | | [Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li2007-03-09-14/+22
| | | | | | |
| | * | | | | [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform ↵Aubrey.Li2007-03-09-3253/+5182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | support
| * | | | | | Code cleanup. Update CHANGELOGWolfgang Denk2007-03-21-24/+531
| | | | | | |
| * | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-03-21-167/+3680
| |\ \ \ \ \ \
| * | | | | | | SPC1920: fix small clock routing bugMarkus Klotzbuecher2007-03-21-3/+2
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Markus Klotzbuecher <mk@denx.de>
| * | | | | | Merge with /home/hs/TQ/u-bootWolfgang Denk2007-03-21-22/+6
| |\ \ \ \ \ \