| a7bac7e9 | 07-May-2007 |
Michal Simek <monstr@monstr.eu> |
fix: read and write MSR - repair number of parameters |
| 48fbd3a4 | 07-May-2007 |
Michal Simek <monstr@monstr.eu> |
new: add writing to msr register |
| 426a4427 | 05-May-2007 |
Wolfgang Denk <wd@denx.de> |
Merge with /home/git/u-boot |
| 4ec5bd55 | 25-Apr-2007 |
Ladislav Michl <ladis@linux-mips.org> |
[PATCH] simplify silent console
Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Acked-by: Stefan Roese <sr@denx.de> |
| 9ffd451a | 23-Apr-2007 |
Jeffrey Mann <mannj@embeddedplanet.com> |
[patch] setenv(...) can delete environmentalvariables
update setenv() function so that entering a NULL value for the variable's value will delete the environmental variable
Signed-off-by: Jeffrey M
[patch] setenv(...) can delete environmentalvariables
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>
show more ...
|
| 2be1bab6 | 05-May-2007 |
Wolfgang Denk <wd@denx.de> |
Merge with git://www.denx.de/git/u-boot-testing |
| ffc50f9b | 05-May-2007 |
Michal Simek <monstr@monstr.eu> |
new: FSL and MSR support #2 |
| f7e2e0eb | 05-May-2007 |
Michal Simek <monstr@monstr.eu> |
new: FSL and MSR support |
| 9877d7dc | 04-May-2007 |
Wolfgang Denk <wd@denx.de> |
Fix initrd length corruption in bootm command.
When using FDT Images, the length of an inital ramdisk was overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
Patches by Timur Tabi & Johns
Fix initrd length corruption in bootm command.
When using FDT Images, the length of an inital ramdisk was overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
Patches by Timur Tabi & Johns Daniel.
Signed-off-by: Wolfgang Denk <wd@denx.de>
show more ...
|
| ada4d400 | 25-Apr-2007 |
Ladislav Michl <ladis@linux-mips.org> |
[PATCH] simplify silent console
Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Acked-by: Stefan Roese <sr@denx.de> |
| 7fc4c71a | 23-Apr-2007 |
Stefan Roese <sr@denx.de> |
Fix file mode
Signed-off-by: Stefan Roese <sr@denx.de> |
| 6554ca06 | 23-Apr-2007 |
Stefan Roese <sr@denx.de> |
Merge with git://www.denx.de/git/u-boot.git |
| afb903a2 | 23-Apr-2007 |
Jeffrey Mann <mannj@embeddedplanet.com> |
[patch] setenv(...) can delete environmentalvariables
update setenv() function so that entering a NULL value for the variable's value will delete the environmental variable
Signed-off-by: Jeffrey M
[patch] setenv(...) can delete environmentalvariables
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>
show more ...
|
| 7651f8bd | 20-Apr-2007 |
Gerald Van Baren <vanbaren@cideas.com> |
Fix serious pointer bug with bootm and reserve map.
What was suppose to be a stack variable was declared as a pointer, overwriting random memory. Also moved the libfdt.a requirement into the main
Fix serious pointer bug with bootm and reserve map.
What was suppose to be a stack variable was declared as a pointer, overwriting random memory. Also moved the libfdt.a requirement into the main Makefile. That is The U-Boot Way.
show more ...
|
| 5cca4092 | 18-Apr-2007 |
Wolfgang Denk <wd@denx.de> |
Merge with /home/wd/git/u-boot/custodian/u-boot-fdt |
| 6f1d57c5 | 15-Apr-2007 |
Gerald Van Baren <vanbaren@cideas.com> |
Merge git://www.denx.de/git/u-boot into fdt-cmd |
| c28abb9c | 15-Apr-2007 |
Gerald Van Baren <vanbaren@cideas.com> |
Improve the bootm command for CONFIG_OF_LIBFDT
In bootm, create the "/chosen" node only if it doesn't already exist (better matches the previous behavior). Update for proper reserved memory map ha
Improve the bootm command for CONFIG_OF_LIBFDT
In bootm, create the "/chosen" node only if it doesn't already exist (better matches the previous behavior). Update for proper reserved memory map handling for initrd.
show more ...
|
| 7882751c | 13-Apr-2007 |
Denis Peter <d.peter@mpl.ch> |
[PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
Fix bug introduced by "Fix get_partition_info() parameter error in all other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented to use d
[PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
Fix bug introduced by "Fix get_partition_info() parameter error in all other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented to use diskboot or scsiboot form another device than 0.
Signed-off-by: Denis Peter <d.peter@mpl.ch>
show more ...
|
| 0b94504d | 13-Apr-2007 |
Greg Lopp <lopp@pobox.com> |
[PATCH] Fix use of "void *" for block dev read/write buffer pointers
Signed-of-by: Greg Lopp <lopp@pobox.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> |
| 51056dd9 | 11-Apr-2007 |
Wolfgang Denk <wd@denx.de> |
Update for SC3 board
* Make IDE timeout configurable through ide_reset_timeout variable. * Use Newline as "password" string * Use just a single partition in NAND flash |
| 64dbbd40 | 06-Apr-2007 |
Gerald Van Baren <vanbaren@cideas.com> |
Moved fdt command support code to fdt_support.c
...in preparation for improving the bootm command's handling of fdt blobs. Also cleaned up some coding sloppiness. |
| 25b0806f | 04-Apr-2007 |
Wolfgang Denk <wd@denx.de> |
Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx |
| c8f22801 | 04-Apr-2007 |
Wolfgang Denk <wd@denx.de> |
Merge with /home/wd/git/u-boot/custodian/u-boot-microblaze |
| aea03c4e | 31-Mar-2007 |
Gerald Van Baren <vanbaren@cideas.com> |
Fix some minor whitespace violations. |
| 213bf8c8 | 31-Mar-2007 |
Gerald Van Baren <vanbaren@cideas.com> |
Add a flattened device tree (fdt) command (2 of 2)
Modifications to the existing code to support the new fdt command. |