-by: Julian Scheel
Signed-off-by: Julian Scheel
---
Changes in v2:
- add signed off by me
---
arch/arm/mach-tegra/board2.c | 2 +-
board/nvidia/jetson-tk1/jetson-tk1.c | 2 +-
drivers/power/as3722.c | 4 +---
include/power/as3722.h | 2 +-
4 files changed, 4
Add support for platforms based on the Meerkat COM module. Includes support
for the minimal reference platform called Kein Baseboard, which in fact is
sufficient to run most existing Meerkat carriers.
Signed-off-by: Julian Scheel
---
Changes in v4:
- rebased to tegra/master (2016-05-22
Add support for the tegra (t30 and newer) watchdog component.
Signed-off-by: Julian Scheel
---
arch/arm/include/asm/arch-tegra/tegra.h | 2 ++
arch/arm/include/asm/arch-tegra/wdt.h | 41 ++
arch/arm/mach-tegra/board2.c| 4 +++
drivers/watchdog/Makefile
From: Alban Bedel
When running on a SoC with a secure bootloader CoreSight isn't
allowed, so add an option to disable the CoreSight init.
Signed-off-by: Alban Bedel
Reviewed-by: Julian Scheel
Signed-off-by: Julian Scheel
---
arch/arm/mach-tegra/Kconfig | 4
arch/arm/mach-tegra/
-by: Julian Scheel
---
arch/arm/mach-tegra/board2.c | 2 +-
board/nvidia/jetson-tk1/jetson-tk1.c | 2 +-
drivers/power/as3722.c | 4 +---
include/power/as3722.h | 2 +-
4 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/arch/arm/mach-tegra/board2.c b
with any address
Julian Scheel (1):
Add support the Avionic Design Meerkat COM and Kein Baseboard
arch/arm/dts/Makefile | 1 +
arch/arm/dts/tegra124-kein-baseboard.dts | 66
arch/arm/dts/tegra124-meerkat.dtsi | 395
Add support for platforms based on the Meerkat COM module. Includes support
for the minimal reference platform called Kein Baseboard, which in fact is
sufficient to run most existing Meerkat carriers.
Signed-off-by: Julian Scheel
---
arch/arm/dts/Makefile | 1
On 23.02.16 18:49, Stephen Warren wrote:
On 02/23/2016 05:59 AM, Julian Scheel wrote:
This adds support for the Avionic Design Tegra124 platform. It
consists of the
Meerkat SOM and a minimal baseboard Kein Baseboard.
The as3722 is placed on a different bus as compared to nvidia Jetson,
which
On 23.02.16 19:03, Stephen Warren wrote:
On 02/23/2016 05:59 AM, Julian Scheel wrote:
Add support for platforms based on the Meerkat COM module. Includes
support
for the minimal reference platform called Kein Baseboard, which in
fact is
sufficient to run most existing Meerkat carriers.
diff
Hi Stephen,
On 23.02.2016 19:03, Stephen Warren wrote:
On 02/23/2016 05:59 AM, Julian Scheel wrote:
Add support for platforms based on the Meerkat COM module. Includes
support
for the minimal reference platform called Kein Baseboard, which in
fact is
sufficient to run most existing Meerkat
-by: Julian Scheel
Signed-off-by: Julian Scheel
---
Changes in v2:
- add signed off by me
---
arch/arm/mach-tegra/board2.c | 2 +-
board/nvidia/jetson-tk1/jetson-tk1.c | 2 +-
drivers/power/as3722.c | 4 +---
include/power/as3722.h | 2 +-
4 files changed, 4
Add support for platforms based on the Meerkat COM module. Includes support
for the minimal reference platform called Kein Baseboard, which in fact is
sufficient to run most existing Meerkat carriers.
Signed-off-by: Julian Scheel
---
Changes in v2:
- Rename config options to
-by: Julian Scheel
Signed-off-by: Julian Scheel
---
Changes in v2:
- add signed off by me
---
arch/arm/mach-tegra/board2.c | 2 +-
board/nvidia/jetson-tk1/jetson-tk1.c | 2 +-
drivers/power/as3722.c | 4 +---
include/power/as3722.h | 2 +-
4 files changed, 4
Add support for platforms based on the Meerkat COM module. Includes support
for the minimal reference platform called Kein Baseboard, which in fact is
sufficient to run most existing Meerkat carriers.
Signed-off-by: Julian Scheel
---
Changes in v3:
- Remove bad as3722 gpio manipulations on pcie
Hi Michael,
On 08.06.2016 10:18, Michael Trimarchi wrote:
This patch try to parse name=userdata,size=-,uuid=${uuid_gpt_userdata};
gpt mmc write 0 $partitions
gpt mmc verify 0 $partitions
Signed-off-by: Michael Trimarchi
---
cmd/gpt.c | 13 +++--
1 file changed, 11 insertions(+), 2 de
Hi Michael, all,
On 26.07.2016 11:41, Kever Yang wrote:
Hi Michael,
On 07/26/2016 05:08 PM, Michael Trimarchi wrote:
Hi
On Tue, Jul 26, 2016 at 10:59 AM, Kever Yang
wrote:
Hi Michael,
On 07/26/2016 04:37 PM, Michael Trimarchi wrote:
Hi
On Tue, Jul 26, 2016 at 9:56 AM, Kever Yang
wrote:
patch 2 of this series. This
simply disables the size check on verification, if the gpt table in environment
does not specify a size for a partition. A verification of the computed size
is not benefitial at all.
Regards,
Julian
Julian Scheel (2):
Revert "cmd: gpt: add - partition size pa
If a partition was specified to fill the available space using size "-" a
verification is not possible as there is no sane reference value to compare
against. In this case simply skip the check to avoid printing a meaningless
error.
Signed-off-by: Julian Scheel
---
disk/part_efi.c
Partition size is automatically calculated by part_efi when omitted. Besides
this the patch introduced regressions because of faulty maximum size and
offset computations.
This reverts commit 666362356e1ccc0df91c03b1d3f97939968b9c04.
Signed-off-by: Julian Scheel
---
cmd/gpt.c | 13
From: Alban Bedel
When running on a SoC with a secure bootloader CoreSight isn't
allowed, so add an option to disable the CoreSight init.
Change-Id: I957b45d1219759bda1c126cfd66a333905b3
Signed-off-by: Alban Bedel
Signed-off-by: Julian Scheel
---
arch/arm/mach-tegra/Kconfi
: Ib6073a2cd29fa228d09d298aa6406f909ee5faae
Signed-off-by: Alban Bedel
Signed-off-by: Julian Scheel
---
board/nvidia/jetson-tk1/jetson-tk1.c | 2 +-
drivers/power/as3722.c | 4 +---
include/power/as3722.h | 2 +-
3 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/board/nvidia/jetson
ff-by: Julian Scheel
Reviewed-by: Alban Bedel
---
arch/arm/mach-tegra/board2.c | 7 ---
1 file changed, 7 deletions(-)
diff --git a/arch/arm/mach-tegra/board2.c b/arch/arm/mach-tegra/board2.c
index f08af72..af5095e 100644
--- a/arch/arm/mach-tegra/board2.c
+++ b/arch/arm/mach-tegra/board2.c
@@
ly be merged.
Regards,
Julian
Alban Bedel (2):
power: as3722: Allow using on any i2c bus with any address
ARM: tegra124: Add an option to disable CoreSight
Julian Scheel (2):
Revert "tegra: Add support for setting up a as3722 PMIC"
Add support the Avionic Design Meerkat COM and
Add support for platforms based on the Meerkat COM module. Includes support
for the minimal reference platform called Kein Baseboard, which in fact is
sufficient to run most existing Meerkat carriers.
Change-Id: I00e74a42c33afa782bb6109aab34d91e6f16fbb0
Signed-off-by: Julian Scheel
Reviewed-by
On 06.09.16 18:50, Stephen Warren wrote:
On 09/05/2016 07:29 AM, Julian Scheel wrote:
This reverts commit 346451b5888c4663bccef4c5203357319aa41f99.
The pmic shall be initialised in board specific code, as it is done for
jetson-tk1 and meerkat. It can't be assumed that all boards have the
On 06.09.16 18:54, Stephen Warren wrote:
On 09/05/2016 07:29 AM, Julian Scheel wrote:
From: Alban Bedel
When running on a SoC with a secure bootloader CoreSight isn't
allowed, so add an option to disable the CoreSight init.
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-
On 06.09.16 19:15, Stephen Warren wrote:
On 09/05/2016 07:29 AM, Julian Scheel wrote:
Add support for platforms based on the Meerkat COM module. Includes
support
for the minimal reference platform called Kein Baseboard, which in
fact is
sufficient to run most existing Meerkat carriers.
diff
On 06.09.2016 20:53, Stephen Warren wrote:
On 09/05/2016 07:29 AM, Julian Scheel wrote:
Add support for platforms based on the Meerkat COM module. Includes
support
for the minimal reference platform called Kein Baseboard, which in
fact is
sufficient to run most existing Meerkat carriers
On 06.09.2016 20:58, Stephen Warren wrote:
On 09/06/2016 12:14 PM, Julian Scheel wrote:
On 06.09.16 19:15, Stephen Warren wrote:
On 09/05/2016 07:29 AM, Julian Scheel wrote:
Add support for platforms based on the Meerkat COM module. Includes
support
for the minimal reference platform called
On 06.09.2016 20:49, Stephen Warren wrote:
On 09/06/2016 12:04 PM, Julian Scheel wrote:
On 06.09.16 18:50, Stephen Warren wrote:
On 09/05/2016 07:29 AM, Julian Scheel wrote:
This reverts commit 346451b5888c4663bccef4c5203357319aa41f99.
The pmic shall be initialised in board specific code, as
On 06.09.2016 19:15, Stephen Warren wrote:
diff --git a/board/avionic-design/common/meerkat.c
b/board/avionic-design/common/meerkat.c
+void pinmux_init(void)
+{
+pinmux_set_tristate_input_clamping();
That should be pinmux_clear_tristate_input_clamping();
gpio_config_table() is missing h
On 12.09.16 19:02, Stephen Warren wrote:
On 09/12/2016 01:33 AM, Julian Scheel wrote:
On 06.09.2016 20:49, Stephen Warren wrote:
On 09/06/2016 12:04 PM, Julian Scheel wrote:
On 06.09.16 18:50, Stephen Warren wrote:
On 09/05/2016 07:29 AM, Julian Scheel wrote:
This reverts commit
On 12.09.2016 18:54, Stephen Warren wrote:
On 09/12/2016 08:03 AM, Julian Scheel wrote:
On 06.09.2016 19:15, Stephen Warren wrote:
diff --git a/board/avionic-design/common/meerkat.c
b/board/avionic-design/common/meerkat.c
+void pinmux_init(void)
+{
+pinmux_set_tristate_input_clamping
On 04.03.2016 08:32, Julian Scheel wrote:
Add support for platforms based on the Meerkat COM module. Includes support
for the minimal reference platform called Kein Baseboard, which in fact is
sufficient to run most existing Meerkat carriers.
Signed-off-by: Julian Scheel
---
Changes in v3
34 matches
Mail list logo