30 Sep, 2018
1 commit
-
Add a board driver for the upcoming gdsys Gazerbeam board.
Signed-off-by: Mario Six
Reviewed-by: Simon Glass
18 Sep, 2018
5 commits
-
Add a driver to configure the SerDes (Serializer/Deserializer) lanes on
the MPC83xx architecture.Reviewed-by: Simon Glass
Signed-off-by: Mario Six -
Add a CPU driver for the MPC83xx architecture.
Signed-off-by: Mario Six
-
Add a timer driver for the MPC83xx architecture.
Signed-off-by: Mario Six
-
Add a clock driver for the MPC83xx architecture.
Signed-off-by: Mario Six
-
Add a RAM driver for the MPC83xx architecture.
Reviewed-by: Simon Glass
Signed-off-by: Mario Six
12 Aug, 2018
2 commits
11 Aug, 2018
3 commits
-
Add driver for the IHS IO endpoint on IHS FPGAs.
Signed-off-by: Mario Six
-
Add a driver for the gdsys IHS AXI bus used on IHS FPGAs.
Reviewed-by: Simon Glass
Signed-off-by: Mario Six -
Create separate html pages for linker lists, the serial subsystem,
and the EFI subsystem.Add a table of content.
Signed-off-by: Heinrich Schuchardt
24 Jul, 2018
2 commits
-
Currently the U-Boot project contains 2 documentation directories:
- doc/
- Documentation/The Documentation directory only contains device tree bindings related
content, so move the 3 files to doc/device-tree-bindings/.Signed-off-by: Breno Lima
-
The Linux kernel moved to sphinx-based documentation and got rid of the
DocBook based documentation quite a while ago. Hence, the DocBook
documentation for U-Boot should be converted as well.To achieve this, import the necessary files from Linux v4.17, and
convert the current DocBook documentation (three files altogether) to
sphinx/reStructuredText.For now, all old DocBook documentation was merged into a single
handbook, tentatively named "U-Boot Hacker Manual".For some source files, the documentation style was changed to comply
with kernel-doc; no functional changes were applied.Signed-off-by: Mario Six
18 May, 2018
1 commit
-
This patch adds phy tranceiver driver for STM32 USB PHY
Controller (usbphyc) that provides dual port High-Speed
phy for OTG (single port) and EHCI/OHCI host controller
(two ports).
One port of the phy is shared between the two USB controllers
through a UTMI+ switch.Signed-off-by: Christophe Kerello
Signed-off-by: Amelie Delaunay
Signed-off-by: Patrice Chotard
29 Jul, 2017
1 commit
-
This driver is used to stub PHY operations in a driver (USB, SATA).
This is useful when the 'client' driver (USB, SATA, ...) uses the PHY
framework and there is no actual PHY harwdare to drive.Signed-off-by: Jean-Jacques Hiblot
12 Jul, 2017
1 commit
-
Document the binding for the Broadcom STB SoCs wake-up timer node
allowing the system to generate alarms and exit low power states.Acked-by: Rob Herring
Signed-off-by: Florian Fainelli
19 Aug, 2005
2 commits
-
- make watchdog driver work on systems with an IPB clock
frequency of 133 MHz (watchdog expired to fast there).
- now all three watchdog chain entries could be used.
- fix some typos.
Patch by Martin Krause, 23 Jun 2005