Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-31 | mips: bmips: extend baud rates support | Álvaro Fernández Rojas | |
Now that the uart driver has been fixed we support more baud rates. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | |||
2017-05-10 | MIPS: add initial infrastructure for Broadcom MIPS SoCs | Álvaro Fernández Rojas | |
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> |