| 4dc34be4 | 03-Oct-2016 |
Simon Glass <sjg@chromium.org> |
README: Fix CONFIG_SYS_NAND_MAX_DEVICE typo
This should be CONFIG_SYS_MAX_NAND_DEVICE. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Scott Wood <oss@buserror.net> Reviewed-by: Bin
README: Fix CONFIG_SYS_NAND_MAX_DEVICE typo
This should be CONFIG_SYS_MAX_NAND_DEVICE. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Scott Wood <oss@buserror.net> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: York Sun <york.sun@nxp.com>
show more ...
|
| 89e5440e | 03-Oct-2016 |
Simon Glass <sjg@chromium.org> |
README: Drop README.imx31
The only content of this file is CONFIG options which are no-longer present in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.
README: Drop README.imx31
The only content of this file is CONFIG options which are no-longer present in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: York Sun <york.sun@nxp.com>
show more ...
|
| b44b632a | 03-Oct-2016 |
Simon Glass <sjg@chromium.org> |
atmel: Drop README.at91-soc
This issue covered by this doc appears to be fixed, so let's remove the README.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
atmel: Drop README.at91-soc
This issue covered by this doc appears to be fixed, so let's remove the README.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: York Sun <york.sun@nxp.com> Acked-by: Andreas Bießmann <andreas@biessmann.org>
show more ...
|
| da2ee24d | 09-Sep-2016 |
Petr Kulhavy <brain@jikos.cz> |
disk: part: refactor generic name creation for DOS and ISO
In both DOS and ISO partition tables the same code to create partition name like "hda1" was repeated.
Code moved to into a new function pa
disk: part: refactor generic name creation for DOS and ISO
In both DOS and ISO partition tables the same code to create partition name like "hda1" was repeated.
Code moved to into a new function part_set_generic_name() in part.c and optimized. Added recognition of MMC and SD types, name is like "mmcsda1".
Signed-off-by: Petr Kulhavy <brain@jikos.cz> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Steve Rae <steve.rae@raedomain.com> Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 37b4a909 | 17-Jul-2016 |
Simon Glass <sjg@chromium.org> |
x86: Mention running U-Boot in 64-bit mode in the README
This feature is not supported. Document this, and add some details on how it might be implemented.
Signed-off-by: Simon Glass <sjg@chromium.
x86: Mention running U-Boot in 64-bit mode in the README
This feature is not supported. Document this, and add some details on how it might be implemented.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
show more ...
|
| 007adbc2 | 17-Jul-2016 |
Simon Glass <sjg@chromium.org> |
x86: Add a reference to README.efi
UEFI is commonly used on x86. Add a reference to U-Boot's support for this in the x86 README.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng
x86: Add a reference to README.efi
UEFI is commonly used on x86. Add a reference to U-Boot's support for this in the x86 README.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
show more ...
|
| dc396210 | 17-Jul-2016 |
Simon Glass <sjg@chromium.org> |
x86: Mention how to boot a 64-bit kernel from U-Boot
The README indicates that this is not supported, but this is no-longer true. Update the text to indicate this and describe the FIT changes requir
x86: Mention how to boot a 64-bit kernel from U-Boot
The README indicates that this is not supported, but this is no-longer true. Update the text to indicate this and describe the FIT changes required.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
show more ...
|