Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-06 | mips: octeon: remove unused middle expression | Bryan Brattlof | |
!A || (A && B) is equivalent to !A || B Drop the unused middle expression to simplify the statement. Signed-off-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | |||
2022-05-04 | mips: octeon: Add cvmx-helper-board.c | Aaron Williams | |
Import cvmx-helper-board.c from 2013 U-Boot. It will be used by the later added drivers to support networking on the MIPS Octeon II / III platforms. Signed-off-by: Aaron Williams <awilliams@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de> |