Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-19 | Fix serious pointer bug with bootm and reserve map. | Gerald Van Baren | |
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. | |||
2007-04-14 | Improve the bootm command for CONFIG_OF_LIBFDT | Gerald Van Baren | |
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. | |||
2007-04-06 | Moved fdt command support code to fdt_support.c | Gerald Van Baren | |
...in preparation for improving the bootm command's handling of fdt blobs. Also cleaned up some coding sloppiness. |