public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/2] OMAP3+: introduce generic Adaptive Body Bias Support
@ 2013-05-13 14:15 Andrii Tseglytskyi
  2013-05-13 14:15 ` [U-Boot] [PATCH v1 1/2] OMAP3+: introduce generic ABB support Andrii Tseglytskyi
  2013-05-13 14:15 ` [U-Boot] [PATCH v1 2/2] OMAP5: add ABB setup for MPU voltage domain Andrii Tseglytskyi
  0 siblings, 2 replies; 8+ messages in thread
From: Andrii Tseglytskyi @ 2013-05-13 14:15 UTC (permalink / raw)
  To: u-boot

From: "Andrii.Tseglytskyi" <andrii.tseglytskyi@ti.com>

Adaptive Body Biasing (ABB) modulates transistor bias voltages
dynamically in order to optimize switching speed versus leakage.
Adaptive Body-Bias ldos are present for some voltage domains:
starting with OMAP3630. There are three modes of operation:

* Bypass - the default, it just follows the vdd voltage
* Foward Body-Bias - applies voltage bias to increase transistor
  performance at the cost of power.  Used to operate safely at high
  OPPs.
* Reverse Body-Bias - applies voltage bias to decrease leakage and
  save power.  Used to save power at lower OPPs.

The application of FBB/RBB technique is determined for each unique
device in some process nodes, whereas, they are mandated on other
process nodes.

OMAP5 silicon requires ABB to be properly configured on early boot stage.
The following patch series adds generic ABB configuration and enables
it for OMAP5 silicons.

Andrii Tseglytskyi (1):
  OMAP3+: introduce generic ABB support

Andrii.Tseglytskyi (1):
  OMAP5: add ABB setup for MPU voltage domain

 arch/arm/cpu/armv7/omap-common/Makefile        |    1 +
 arch/arm/cpu/armv7/omap-common/abb.c           |  139 ++++++++++++++++++++++++
 arch/arm/cpu/armv7/omap-common/clocks-common.c |    9 ++
 arch/arm/cpu/armv7/omap5/Makefile              |    1 +
 arch/arm/cpu/armv7/omap5/abb.c                 |   65 +++++++++++
 arch/arm/cpu/armv7/omap5/prcm-regs.c           |    7 ++
 arch/arm/include/asm/arch-omap3/omap3.h        |    9 ++
 arch/arm/include/asm/arch-omap4/omap.h         |    7 ++
 arch/arm/include/asm/arch-omap5/omap.h         |   13 +++
 arch/arm/include/asm/omap_common.h             |   22 ++++
 10 files changed, 273 insertions(+)
 create mode 100644 arch/arm/cpu/armv7/omap-common/abb.c
 create mode 100644 arch/arm/cpu/armv7/omap5/abb.c

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-05-17 12:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13 14:15 [U-Boot] [PATCH v1 0/2] OMAP3+: introduce generic Adaptive Body Bias Support Andrii Tseglytskyi
2013-05-13 14:15 ` [U-Boot] [PATCH v1 1/2] OMAP3+: introduce generic ABB support Andrii Tseglytskyi
2013-05-13 14:58   ` Nishanth Menon
2013-05-13 15:07     ` Andrii Tseglytskyi
2013-05-15 12:42   ` Andrii Tseglytskyi
2013-05-15 14:08     ` Tom Rini
2013-05-17 12:44       ` Nishanth Menon
2013-05-13 14:15 ` [U-Boot] [PATCH v1 2/2] OMAP5: add ABB setup for MPU voltage domain Andrii Tseglytskyi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox