Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mips: bmips: extend baud rates support | Álvaro Fernández Rojas | 2017-05-31 | 1 | -0/+4 |
| | | | | | | Now that the uart driver has been fixed we support more baud rates. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | MIPS: add initial infrastructure for Broadcom MIPS SoCs | Álvaro Fernández Rojas | 2017-05-10 | 1 | -0/+23 |
CFE checks CPU Thread in a different way (using register $22): mfc0 t1, C0_BCM_CONFIG, 3 # $22 li t2, CP0_CMT_TPID # (1 << 31) and t1, t2 bnez t1, 2f # if we are running on thread 1, skip init nop Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> |