From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 10 Sep 2012 13:07:43 -0600 Subject: [U-Boot] [PATCH 2/2] tegra: enable lp0 on paz00 In-Reply-To: <644afaa87f727ab1558c1f1fa9e69faab10c8a95.1347302983.git.marvin24@gmx.de> References: <4c28c40cadb9c3cf4133f925afd070bfdcda3481.1347302983.git.marvin24@gmx.de> <644afaa87f727ab1558c1f1fa9e69faab10c8a95.1347302983.git.marvin24@gmx.de> Message-ID: <504E3A7F.4070600@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/10/2012 12:51 PM, Marc Dietrich wrote: > This enables LP0 to support suspend / resume on PAZ00. Ooh. Did you test this out with the AC100 kernel, and have it work? That'd be pretty cool... > diff --git a/board/compal/paz00/Makefile b/board/compal/paz00/Makefile > -COBJS := $(BOARD).o > -COBJS += ../../nvidia/common/board.o > +COBJS-y := $(BOARD).o > +COBJS-y += ../../nvidia/common/board.o > +COBJS-$(CONFIG_TEGRA_CLOCK_SCALING) += ../../nvidia/common/emc.o Hmmm. That's odd. I'd expect that to be part of the core Tegra code, rather than something boards have to pull in manually. > diff --git a/include/configs/paz00.h b/include/configs/paz00.h > +/* LP0 suspend / resume */ > +#define CONFIG_TEGRA20_LP0 That's been renamed CONFIG_TEGRA_LP0 in u-boot-tegra/next.