Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: Rename disk uclass to ahci | Simon Glass | 2016-05-17 | -1/+1 |
| | | | | | | | | This started as 'ahci' and was renamed to 'disk' during code review. But it seems that this is too generic. Now that we have a 'blk' uclass, we can use that as the generic piece, and revert to ahci for this. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | x86: broadwell: Add a SATA driver | Simon Glass | 2016-03-17 | -0/+269 |
Add a SATA driver for broadwell. This supports connecting an SSD and the usual U-Boot commands to read and write data. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Bin Meng <bmeng.cn@gmail.com> |