Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-15 | Fix for compile of JSE target | Stephen Williams | |
The attached patch fixes the compile of the JSE board in the denx git as of 14 may 2007. It is an extremely simple patch, it just adds the missing define of CFG_SYSTEMACE_WIDTH. Fix to compile JSE against 20070514 git of u-boot | |||
2007-05-15 | Merge with git://www.denx.de/git/u-boot-testing | 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 | Merge with /home/git/u-boot | Wolfgang Denk | |
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 | Merge with git://www.denx.de/git/u-boot-testing | Wolfgang Denk | |
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 | |
2007-05-05 | Make "file" command happy with some config.mk files; update CHANGELOG | Wolfgang Denk | |
2007-05-05 | Merge with /home/wd/git/u-boot/custodian/u-boot-nand-flash | Wolfgang Denk | |