Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SDcard fixes | Dalon Westergreen | 2016-04-19 | 1 | -19/+17 |
| | | | | | | | | | | | | | | | | 1) Disable sdcard generation using UBOOT_CONFIG parameter 2) Fix type in sdcard class SDCard generation still isnt working quite right. If IMAGE_FSTYPES += " sdcard" is added, the sdcard image is created but the uboot-config should automatically add sdcard creation when the UBOOT_CONFIG selected looks like "socfpga_cyclone5_socdk,sdcard". TBD: 1) Add uboot env customization based on selected uboot config 2) Fix sdcard generation issue | ||||
* | Add support for sdcard generation for C5/A5 | Dalon Westergreen | 2016-04-18 | 1 | -0/+123 |
| | |||||
* | Clean up variables for uboot | Dalon Westergreen | 2016-04-18 | 1 | -134/+0 |
| | | | | -> Moved common variables to socfpga.inc | ||||
* | Testing sdcard | Dalon Westergreen | 2016-04-18 | 1 | -0/+134 |