summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-05-18Reduce line lengths to 80 characters max.Peter Pearse
2007-05-18Merge with git://www.denx.de/git/u-boot.gitPeter Pearse
2007-05-18Makefile permissionsPeter Pearse
2007-05-16Fix compile problem cause my Microblaze mergeStefano Babic
Signed-off-by: Stefano Babic <sbabic@denx.de>
2007-05-16Minor Coding Style cleanup, update CHANGELOG.Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-05-16Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk
2007-05-16Coding Style Cleanup, new CHANGELOGWolfgang Denk
2007-05-16Merge with /home/wd/git/u-boot/custodian/u-boot-microblazeWolfgang Denk
2007-05-15Merge with /home/wd/git/u-boot/masterWolfgang Denk
2007-05-15Merge with /home/tur/git/u-boot#motionproWolfgang Denk
2007-05-10[Motion-PRO] Add MTD and JFFS2 support, also add default partitionPiotr Kruszynski
definition.
2007-05-09Add the board directory for SMN42Peter Pearse
2007-05-09Add the files for the SMN42 boardPeter Pearse
2007-05-09Remove the deleted files for the SMN42 patchPeter Pearse
2007-05-09New board SMN42 branchPeter Pearse
2007-05-09Makefile permissionsPeter Pearse
2007-05-08add: reading special purpose registersMichal Simek
2007-05-08add: Microblaze V5 exception handlingMichal Simek
2007-05-08add: FSL control read and writeMichal Simek
2007-05-08[Motion-PRO] Add support for I2C, EEPROM and RTC.Piotr Kruszynski
2007-05-08[Motion-PRO] Add ATA support. Add CF-booting commands to the defaultBartlomiej Sieka
environment.
2007-05-08[Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. ThisBartlomiej Sieka
eliminates networking problems in Linux (timeouts).
2007-05-08[Motion-PRO] Enable Flat Device Tree support and modify default environmentBartlomiej Sieka
to allow booting of FDT-expecting kernels.
2007-05-08Merge git://www.denx.de/git/u-bootMichal Simek
Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h
2007-05-07new: USE_MSR_INTR supportMichal Simek
2007-05-07[MPC5xxx] There are networking problems on the Motion-PRO board withBartlomiej Sieka
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.
2007-05-07Get rid of duplicated file (see include/configs/sbc8560.h instead)Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-05-07Get rid of duplicated file (see doc/README.SBC8560 instead)Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-05-07fix: read and write MSR - repair number of parametersMichal Simek
2007-05-07new: fsl interrupt supportMichal Simek
FSL_Has_data is connected to INTC.
2007-05-07fix: interrupt handlerMichal Simek
remove asm code
2007-05-07fix: remove asm codeMichal Simek
2007-05-07fix: clean interruptMichal Simek
2007-05-07fix: interrupt handler for multiple sourcesMichal Simek
2007-05-07new: add writing to msr registerMichal Simek
2007-05-055xxx: write MAC address to mac-address and local-mac-addressTimur Tabi
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>
2007-05-05[PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot messageGrzegorz Wianecki
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>
2007-05-05[PATCH] simplify silent consoleLadislav Michl
Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Acked-by: Stefan Roese <sr@denx.de>
2007-05-05[PATCH] Avoid assigning PCI resources from zero addressSergei Shtylyov
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>
2007-05-05[patch] setenv(...) can delete environmentalvariablesJeffrey Mann
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>
2007-05-05[patch] use unsigned char in smc91111 driver for macMike Frysinger
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>
2007-05-05new: FSL and MSR support #2Michal Simek
2007-05-05new: FSL and MSR supportMichal Simek
2007-05-05Coding stylke cleanup; update CHANGELOG.Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-05-05Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk
2007-05-05Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-05-05Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk
2007-05-05Make "file" command happy with some config.mk files; update CHANGELOGWolfgang Denk
2007-05-05Merge with /home/wd/git/u-boot/custodian/u-boot-nand-flashWolfgang Denk
2007-05-05Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk