summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk2007-05-1622-75/+1686
|\
| * mpc83xx: fix trivial error in MAKEALLKim Phillips2007-05-031-2/+2
| | | | | | | | Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
| * Fix memory initialization on MPC8349E-mITXTimur Tabi2007-05-013-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP. This allows ddr->sdram_clk_cntl to be properly initialized. This is necessary on some ITX boards, notably those with a revision 3.1 CPU. Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined. Signed-off-by: Timur Tabi <timur@freescale.com> Acked-by: Michael Benedict <MBenedict@twacs.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
| * mpc83xx: replace elaborate boottime verbosity with 'clocks' commandKim Phillips2007-05-014-11/+13
| | | | | | | | | | | | and fix CPU: to align with Board: display text. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
| * mpc83xx: minor fixups for 8313rdb introductionKim Phillips2007-04-254-17/+18
| |
| * mpc83xx: Add MPC8313ERDB support.Scott Wood2007-04-238-0/+1088
| | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
| * mpc83xx: Add generic PCI setup code.Scott Wood2007-04-233-1/+197
| | | | | | | | | | | | | | | | Board code can now request the generic setup code rather than having to copy-and-paste it for themselves. Boards should be converted to use this once they're tested with it. Signed-off-by: Scott Wood <scottwood@freescale.com>
| * mpc83xx: Add 831x support to speed.c.Scott Wood2007-04-231-26/+42
| | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
| * mpc83xx: Add 831x support to global_data.hScott Wood2007-04-231-2/+4
| | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
| * mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().Scott Wood2007-04-232-17/+20
| | | | | | | | | | | | | | | | | | Rather than misleadingly define PVR_83xx as the specific type of 83xx being built for, the PVR of each core revision is defined. checkcpu() now prints the core that it detects, rather than aborting if it doesn't find what it thinks it wants. Signed-off-by: Scott Wood <scottwood@freescale.com>
| * mpc83xx: Recognize SPR values for MPC8311 and MPC8313.Scott Wood2007-04-231-0/+12
| | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
| * mpc83xx: Add register definitions for MPC831x.Scott Wood2007-04-232-7/+301
| | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
| * Merge git://www.denx.de/git/u-bootKim Phillips2007-04-23365-5537/+40454
| |\
| * | Fix two bugs for MPC83xx DDR2 controller SPD InitXie Xiaobo2007-04-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | There are a few bugs in the cpu/mpc83xx/spd_sdram.c the first bug is that the picos_to_clk routine introduces a huge rounding error in 83xx. the second bug is that the mode register write recovery field is tWR-1, not tWR >> 1.
* | | Coding Style Cleanup, new CHANGELOGWolfgang Denk2007-05-163-3/+255
| | |
* | | Merge with /home/wd/git/u-boot/custodian/u-boot-microblazeWolfgang Denk2007-05-1626-280/+735
|\ \ \
| * | | add: reading special purpose registersMichal Simek2007-05-083-23/+41
| | | |
| * | | add: Microblaze V5 exception handlingMichal Simek2007-05-083-2/+17
| | | |
| * | | add: FSL control read and writeMichal Simek2007-05-082-72/+210
| | | |
| * | | Merge git://www.denx.de/git/u-bootMichal Simek2007-05-08499-9449/+50773
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h
| * | | | new: USE_MSR_INTR supportMichal Simek2007-05-075-7/+60
| | | | |
| * | | | fix: read and write MSR - repair number of parametersMichal Simek2007-05-071-1/+1
| | | | |
| * | | | new: fsl interrupt supportMichal Simek2007-05-072-1/+25
| | | | | | | | | | | | | | | | | | | | FSL_Has_data is connected to INTC.
| * | | | fix: interrupt handlerMichal Simek2007-05-072-10/+1
| | | | | | | | | | | | | | | | | | | | remove asm code
| * | | | fix: remove asm codeMichal Simek2007-05-076-223/+17
| | | | |
| * | | | fix: clean interruptMichal Simek2007-05-072-3/+13
| | | | |
| * | | | fix: interrupt handler for multiple sourcesMichal Simek2007-05-073-10/+15
| | | | |
| * | | | new: add writing to msr registerMichal Simek2007-05-073-22/+38
| | | | |
| * | | | new: FSL and MSR support #2Michal Simek2007-05-055-1/+10
| | | | |
| * | | | new: FSL and MSR supportMichal Simek2007-05-052-0/+302
| | | | |
| * | | | [PATCH] MTD partition support, JFFS2 supportMichal Simek2007-04-243-4/+30
| | | | |
| * | | | [PATCH] SystemACE support for MicroblazeMichal Simek2007-04-213-15/+31
| | | | |
| * | | | 16bit read/write little endianMichal Simek2007-04-212-0/+37
| | | | |
| * | | | Change ML401 parameters - Xilinx BSPMichal Simek2007-04-212-13/+13
| | | | |
* | | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2007-05-153-20/+118
|\ \ \ \ \
| * \ \ \ \ Merge with /home/tur/git/u-boot#motionproWolfgang Denk2007-05-153-20/+118
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | [Motion-PRO] Add MTD and JFFS2 support, also add default partitionPiotr Kruszynski2007-05-101-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | definition.
| | * | | | [Motion-PRO] Add support for I2C, EEPROM and RTC.Piotr Kruszynski2007-05-081-1/+29
| | | | | |
| | * | | | [Motion-PRO] Add ATA support. Add CF-booting commands to the defaultBartlomiej Sieka2007-05-081-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | environment.
| | * | | | [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. ThisBartlomiej Sieka2007-05-081-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | eliminates networking problems in Linux (timeouts).
| | * | | | [Motion-PRO] Enable Flat Device Tree support and modify default environmentBartlomiej Sieka2007-05-082-19/+41
| | | | | | | | | | | | | | | | | | | | | | | | to allow booting of FDT-expecting kernels.
| | * | | | [MPC5xxx] There are networking problems on the Motion-PRO board withBartlomiej Sieka2007-05-071-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | current PHY initalization code (tftp timeouts all the time). This commit temporarily disables PHY initalization sequence to make the networking operational, until a fix is found.
* | | | | | Get rid of duplicated file (see include/configs/sbc8560.h instead)Wolfgang Denk2007-05-071-410/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | | | | | Get rid of duplicated file (see doc/README.SBC8560 instead)Wolfgang Denk2007-05-071-53/+0
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | | | | 5xxx: write MAC address to mac-address and local-mac-addressTimur Tabi2007-05-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some device trees have a mac-address property, some have local-mac-address, and some have both. To support all of these device trees, ftp_cpu_setup() should write the MAC address to mac-address and local-mac-address, if they exist. Signed-off-by: Timur Tabi <timur@freescale.com> Acked-by: Grant Likely <grant.likely@secretlab.ca>
* | | | | [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot messageGrzegorz Wianecki2007-05-052-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up message. Use PVR to distinguish between the two variants, and print proper CPU information. Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com> Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | | | [PATCH] simplify silent consoleLadislav Michl2007-05-052-40/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Acked-by: Stefan Roese <sr@denx.de>
* | | | | [PATCH] Avoid assigning PCI resources from zero addressSergei Shtylyov2007-05-051-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE core complains and IDE drivers fails to work. Also, assigning zero to a BAR was illegal according to PCI 2.1 (the later revisions seem to have excluded the sentence about "0" being considered an invalid address) -- so, use a reasonable starting value of 0x1000 (that's what the most Linux archs are using). Alternatively, one might have fixed the calls to pci_set_region() individually (some code even seems to have taken care of this issue) but that would have been a lot more work. :-) Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Acked-by: Stefan Roese <sr@denx.de>
* | | | | [patch] setenv(...) can delete environmentalvariablesJeffrey Mann2007-05-051-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update setenv() function so that entering a NULL value for the variable's value will delete the environmental variable Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> Acked-by: Stefan Roese <sr@denx.de>
* | | | | [patch] use unsigned char in smc91111 driver for macMike Frysinger2007-05-051-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the v_mac variable in the smc91111 driver is declared as a signed char ... this causes problems when one of the bytes in the MAC is "signed" like 0xE0 because when it gets printed out, you get a display like: 0xFFFFFFE0 and that's no good Signed-off-by: Mike Frysinger <vapier@gentoo.org>
OpenPOWER on IntegriCloud