Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-18 | Add support for the Siemens SMN42 board. | Gary Jennejohn | |
2007-05-18 | Reduce line lengths to 80 characters max. | Peter Pearse | |
2007-05-18 | Merge with git://www.denx.de/git/u-boot.git | Peter Pearse | |
2007-05-18 | Makefile permissions | Peter Pearse | |
2007-05-18 | Merge with git://www.denx.de/git/u-boot.git | Peter Pearse | |
2007-05-18 | Makefile permissions | Peter Pearse | |
2007-05-16 | Fix compile problem cause my Microblaze merge | Stefano Babic | |
Signed-off-by: Stefano Babic <sbabic@denx.de> | |||
2007-05-16 | Minor Coding Style cleanup, update CHANGELOG. | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-05-16 | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx | Wolfgang Denk | |
2007-05-16 | Coding Style Cleanup, new CHANGELOG | Wolfgang Denk | |
2007-05-16 | Merge with /home/wd/git/u-boot/custodian/u-boot-microblaze | Wolfgang Denk | |
2007-05-15 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
2007-05-15 | Merge with /home/tur/git/u-boot#motionpro | Wolfgang Denk | |
2007-05-10 | [Motion-PRO] Add MTD and JFFS2 support, also add default partition | Piotr Kruszynski | |
definition. | |||
2007-05-09 | Add the board directory for SMN42 | Peter Pearse | |
2007-05-09 | Add the files for the SMN42 board | Peter Pearse | |
2007-05-09 | Remove the deleted files for the SMN42 patch | Peter Pearse | |
2007-05-09 | New board SMN42 branch | Peter Pearse | |
2007-05-09 | Makefile permissions | Peter Pearse | |
2007-05-08 | add: reading special purpose registers | Michal Simek | |
2007-05-08 | add: Microblaze V5 exception handling | Michal Simek | |
2007-05-08 | add: FSL control read and write | Michal 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 default | Bartlomiej Sieka | |
environment. | |||
2007-05-08 | [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This | Bartlomiej Sieka | |
eliminates networking problems in Linux (timeouts). | |||
2007-05-08 | [Motion-PRO] Enable Flat Device Tree support and modify default environment | Bartlomiej Sieka | |
to allow booting of FDT-expecting kernels. | |||
2007-05-08 | Merge git://www.denx.de/git/u-boot | Michal Simek | |
Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h | |||
2007-05-07 | new: USE_MSR_INTR support | Michal Simek | |
2007-05-07 | [MPC5xxx] There are networking problems on the Motion-PRO board with | Bartlomiej 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-07 | Get rid of duplicated file (see include/configs/sbc8560.h instead) | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-05-07 | Get rid of duplicated file (see doc/README.SBC8560 instead) | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-05-07 | fix: read and write MSR - repair number of parameters | Michal Simek | |
2007-05-07 | new: fsl interrupt support | Michal Simek | |
FSL_Has_data is connected to INTC. | |||
2007-05-07 | fix: interrupt handler | Michal Simek | |
remove asm code | |||
2007-05-07 | fix: remove asm code | Michal Simek | |
2007-05-07 | fix: clean interrupt | Michal Simek | |
2007-05-07 | fix: interrupt handler for multiple sources | Michal Simek | |
2007-05-07 | new: add writing to msr register | Michal Simek | |
2007-05-05 | 5xxx: write MAC address to mac-address and local-mac-address | Timur 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 message | Grzegorz 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 console | Ladislav 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 address | Sergei 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 environmentalvariables | Jeffrey 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 mac | Mike 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-05 | new: FSL and MSR support #2 | Michal Simek | |
2007-05-05 | new: FSL and MSR support | Michal Simek | |
2007-05-05 | Coding stylke cleanup; update CHANGELOG. | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-05-05 | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx | Wolfgang Denk | |
2007-05-05 | Add STX GP3 SSA board to MAKEALL script; update CHANGELOG. | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-05-05 | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx | Wolfgang Denk | |