- 17 12月, 2010 1 次提交
-
-
由 Paul Mundt 提交于
The on-board NMI switch is routed through and mangled by the FPGA prior to its delivery to the NMI pin, so add some glue for the various configuration options. The default is to unmask it and enable all input sources. Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
-
- 14 10月, 2010 1 次提交
-
-
由 Paul Mundt 提交于
The SDK7786 FPGA has secondary control over the PCIe clocks, specifically relating to the slots and oscillator. This ties the FPGA clocks in to the clock framework and balances the refcounting similar to how the primary on-chip clocks are managed. While the on-chip clocks are per-port, the FPGA clock enable/disable is global for the entire block. Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
-
- 21 4月, 2010 1 次提交
-
-
由 Paul Mundt 提交于
This cribs the MIPS plat_smp_ops approach for wrapping up the platform ops. This will allow for mixing and matching different ops on the same platform in the future. Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
-
- 19 4月, 2010 1 次提交
-
-
由 Paul Mundt 提交于
This wires up power-off support for the SDK7786 board. Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
-
- 20 1月, 2010 3 次提交
-
-
由 Paul Mundt 提交于
This wires up the machine_ops reboot call to use the system reset controller. Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
-
由 Paul Mundt 提交于
This moves out the FPGA IRQ controller setup code to its own file, in preparation for switching off of IRL mode and having it provide its own irq_chip. Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
-
由 Paul Mundt 提交于
This does a bit of refactoring of the FPGA management code. The primary FPGA initialization is moved out to its own file in preparation for implementing some of the more complex capabilities, a complete set of register definitions is provided, and all of the existing users in the board code are moved over to use the new interface instead of setting up overlapping mappings. This also corrects the FPGA size, which previously was chomped off at the SDIF control register. Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
-
- 19 1月, 2010 1 次提交
-
-
由 Paul Mundt 提交于
This uses the mode pins exposed through the FPGA to work out whether we're driven from EXTAL or not and does the appropriate setup and propagation through the clock framework. This will also -EINVAL out for anyone adding in their own oscillators, forcing proper configuration with the clock framework instead of proceeding on with bogus clock values. Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
-
- 15 1月, 2010 2 次提交
-
-
由 Paul Mundt 提交于
This wires up the mode pins support on the SDK7786. The pins are standard SH7786 pins, and all are fixed in software. Needed for the clock framework, PCIe, and so forth. Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
-
由 Paul Mundt 提交于
Hand off the user LEDs to the heartbeat driver. Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
-
- 14 1月, 2010 1 次提交
-
-
由 Paul Mundt 提交于
This stubs in some preliminary board support for the RTE SDK7786. This is quite stunted at the moment, and primarily builds on top of the system FPGA. FPGA IRQs are handled via CPU IRL masking for simplicity, with initial peripheral support restricted to the debug ethernet. Signed-off-by: NMatt Fleming <matt@console-pimps.org> Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
-