Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | env: Move env_get() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | fastboot: Use const qualifier for char *part_name | Sam Protsenko | 2019-06-14 | 1 | -1/+2 |
* | fastboot: Replace literal 32 with PART_NAME_LEN | Alex Kiernan | 2019-04-21 | 1 | -3/+3 |
* | fastboot: Improve error reporting on 'getvar partition-{size, type}' | Eugeniu Rosca | 2019-04-21 | 1 | -2/+2 |
* | net: fastboot: Merge AOSP UDP fastboot | Alex Kiernan | 2018-05-30 | 1 | -6/+78 |
* | fastboot: Rename public fb_ functions to fastboot_ | Alex Kiernan | 2018-05-30 | 1 | -3/+17 |
* | fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAME | Alex Kiernan | 2018-05-30 | 1 | -13/+0 |
* | fastboot: Add missing newlines | Alex Kiernan | 2018-05-30 | 1 | -14/+14 |
* | fastboot: Refactor fastboot_okay/fail to take response | Alex Kiernan | 2018-05-30 | 1 | -37/+46 |
* | fastboot: Move fastboot to drivers/fastboot | Alex Kiernan | 2018-05-30 | 1 | -0/+406 |