Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cyclic: Use schedule() instead of WATCHDOG_RESET() | Stefan Roese | 2022-09-18 | 1 | -2/+2 |
| | | | | | | | | | | Globally replace all occurances of WATCHDOG_RESET() with schedule(), which handles the HW_WATCHDOG functionality and the cyclic infrastructure. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Tom Rini <trini@konsulko.com> [am335x_evm, mx6cuboxi, rpi_3,dra7xx_evm, pine64_plus, am65x_evm, j721e_evm] | ||||
* | serial: serial_octeon_pcie_console.c: Add PCI remote console support | Stefan Roese | 2021-04-23 | 1 | -0/+365 |
This patch adds the PCI remote console feature for MIPS Octeon, which will be used by the upcoming Octeon III NIC23 board support. It enables the use of the "oct-remote-console" tool on host PC's to communicate with the PCIe target. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Aaron Williams <awilliams@marvell.com> Cc: Chandrakala Chavva <cchavva@marvell.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> |