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-18 | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | |
2007-05-16 | Fix compile problem cause my Microblaze merge | Stefano Babic | |
Signed-off-by: Stefano Babic <sbabic@denx.de> | |||
2007-05-16 | [PATCH] Run new sequoia boards with an EBC speed of 83MHz | Jeffrey Mann | |
Because the Sequoia board does not boot with an EBC faster than 66MHz, the clock divider are changed after the initial boot process. This allows for maximum clocking speeds to be achieved on newer boards. Sequoia boards with 666.66 MHz processors require that the EBC divider be set to 3 in order to start the initial boot process at a slower EBC speed. After the initial boot process, the divider can be set back to 2, which will cause the boards to run at 83.333MHz. This is backward compatible with boards with 533.33 MHz processors, as these boards will already be set with an EBC divider of 2. Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> | |||
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-11 | ppc4xx: Add mtcpr/mfcpr access macros | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-05-11 | ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-05-10 | Merge branch 'mpc8641' | Jon Loeliger | |
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 | 8641hpcn: Fix Makefile after moving pixis to board/freescale. | Ed Swarthout | |
The OBJTREE != SRCTREE build scenario was broken. This fixes it. Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
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 | [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file | Jeffrey Mann | |
A '3' got cut off in the formatting of the last patch to automatically change the clock speed of the system clock on sequoia board. Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> Signed-off-by: Stefan Roese <sr@denx.de> | |||
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> |