All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [Pull request v2]: u-boot-spi/sunxi
@ 2016-11-24 19:00 Jagan Teki
  2016-11-25  1:02 ` Chen-Yu Tsai
  2016-11-25  8:33 ` Maxime Ripard
  0 siblings, 2 replies; 5+ messages in thread
From: Jagan Teki @ 2016-11-24 19:00 UTC (permalink / raw)
  To: u-boot

Hi Tom,

These are the pending patches, from u-boot-sunxi/next.

Will send sunxi PR on top of u-boot-sunxi repo once I get the access,
meanwhile please take this PR.

Hans, Let me know if I miss any patches from next.

Changes for v2:
- Dropped 3 patches, which are still in review.

thanks!
Jagan.

The following changes since commit fc127d184aea293ec415dd66e3282dba0b66c5f3:

  colibri_pxa270: drop edit, elf, fpga, hush, regex et al. for space reason (2016-11-23 13:53:20 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-spi.git sunxi

for you to fetch changes up to 2e34089969b9443b969c3b209b73799df4451eb1:

  mtd: nand: add support for the TC58NVG2S0H chip (2016-11-25 00:23:25 +0530)

----------------------------------------------------------------
Boris Brezillon (1):
      mtd: nand: add support for the TC58NVG2S0H chip

Chen-Yu Tsai (9):
      ARM: PSCI: Set ARMV7_PSCI_NR_CPUS default to 8 for sun9i/A80
      sunxi: Add CCI-400 and CPUCFG registers base address for sun9i/A80
      sunxi: Add base address of secure SRAM B for sun9i/A80
      sunxi: Use secure SRAM B for secure RAM for sun9i/A80
      sunxi: Add PRCM register definition for sun9i/A80
      sunxi: Add CPUCFG register definitions for sun9i/A80
      sunxi: Add support for TZPC on sun9i/A80
      sunxi: Add basic PSCI implementation for A80
      sunxi: Enable PSCI on sun9i/A80

Emmanuel Vadot (1):
      sunxi: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE

Hans de Goede (1):
      sunxi: Mele_M5_defconfig: Drop non existing STATUSLED setting

Jelle van der Waa (1):
      sunxi: Use the available Kconfig option for AHCI

Marcel Ziswiler (1):
      colibri_pxa270: transition to driver model for serial

Yann E. MORIN (1):
      arm: sunxi: do not force USB for arch-sunxi

 arch/arm/Kconfig                               |  10 +-
 arch/arm/cpu/armv7/Kconfig                     |   1 +
 arch/arm/cpu/armv7/sunxi/Makefile              |   5 +
 arch/arm/cpu/armv7/sunxi/psci-mcpm.c           | 234 +++++++++++++++++++++++++
 arch/arm/cpu/armv7/sunxi/tzpc.c                |   6 +
 arch/arm/include/asm/arch-sunxi/cpu_sun9i.h    |   5 +
 arch/arm/include/asm/arch-sunxi/cpucfg_sun9i.h |  51 ++++++
 arch/arm/include/asm/arch-sunxi/prcm_sun9i.h   |  55 ++++++
 arch/arm/include/asm/arch-sunxi/tzpc.h         |   4 +
 arch/arm/mach-sunxi/board.c                    |   3 +-
 board/sunxi/Kconfig                            |   4 +
 board/toradex/colibri_pxa270/colibri_pxa270.c  |  18 +-
 configs/A10-OLinuXino-Lime_defconfig           |   3 +-
 configs/A20-OLinuXino-Lime2_defconfig          |   3 +-
 configs/A20-OLinuXino-Lime_defconfig           |   3 +-
 configs/A20-OLinuXino_MICRO_defconfig          |   3 +-
 configs/A20-Olimex-SOM-EVB_defconfig           |   3 +-
 configs/Bananapi_defconfig                     |   3 +-
 configs/Bananapro_defconfig                    |   3 +-
 configs/Cubieboard2_defconfig                  |   3 +-
 configs/Cubieboard_defconfig                   |   3 +-
 configs/Cubietruck_defconfig                   |   3 +-
 configs/Itead_Ibox_A20_defconfig               |   3 +-
 configs/Lamobo_R1_defconfig                    |   3 +-
 configs/Linksprite_pcDuino3_Nano_defconfig     |   3 +-
 configs/Linksprite_pcDuino3_defconfig          |   3 +-
 configs/Marsboard_A10_defconfig                |   3 +-
 configs/Mele_A1000_defconfig                   |   3 +-
 configs/Mele_M5_defconfig                      |   3 +-
 configs/Orangepi_defconfig                     |   3 +-
 configs/Orangepi_mini_defconfig                |   3 +-
 configs/Wits_Pro_A20_DKT_defconfig             |   3 +-
 configs/colibri_pxa270_defconfig               |   2 +
 drivers/mtd/nand/nand_ids.c                    |   3 +
 include/configs/colibri_pxa270.h               |   2 -
 include/configs/sun9i.h                        |   4 +
 include/configs/sunxi-common.h                 |   1 +
 scripts/config_whitelist.txt                   |   1 -
 38 files changed, 438 insertions(+), 31 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/sunxi/psci-mcpm.c
 create mode 100644 arch/arm/include/asm/arch-sunxi/cpucfg_sun9i.h
 create mode 100644 arch/arm/include/asm/arch-sunxi/prcm_sun9i.h

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

* [U-Boot] [Pull request v2]: u-boot-spi/sunxi
  2016-11-24 19:00 [U-Boot] [Pull request v2]: u-boot-spi/sunxi Jagan Teki
@ 2016-11-25  1:02 ` Chen-Yu Tsai
  2016-11-25 14:12   ` Jagan Teki
  2016-11-25  8:33 ` Maxime Ripard
  1 sibling, 1 reply; 5+ messages in thread
From: Chen-Yu Tsai @ 2016-11-25  1:02 UTC (permalink / raw)
  To: u-boot

Hi,

On Fri, Nov 25, 2016 at 3:00 AM, Jagan Teki <jagan@openedev.com> wrote:
> Hi Tom,
>
> These are the pending patches, from u-boot-sunxi/next.
>
> Will send sunxi PR on top of u-boot-sunxi repo once I get the access,
> meanwhile please take this PR.
>
> Hans, Let me know if I miss any patches from next.
>
> Changes for v2:
> - Dropped 3 patches, which are still in review.
>
> thanks!
> Jagan.
>
> The following changes since commit fc127d184aea293ec415dd66e3282dba0b66c5f3:
>
>   colibri_pxa270: drop edit, elf, fpga, hush, regex et al. for space reason (2016-11-23 13:53:20 +0100)
>
> are available in the git repository at:
>
>   git://git.denx.de/u-boot-spi.git sunxi
>
> for you to fetch changes up to 2e34089969b9443b969c3b209b73799df4451eb1:
>
>   mtd: nand: add support for the TC58NVG2S0H chip (2016-11-25 00:23:25 +0530)
>
> ----------------------------------------------------------------
> Boris Brezillon (1):
>       mtd: nand: add support for the TC58NVG2S0H chip
>
> Chen-Yu Tsai (9):
>       ARM: PSCI: Set ARMV7_PSCI_NR_CPUS default to 8 for sun9i/A80
>       sunxi: Add CCI-400 and CPUCFG registers base address for sun9i/A80
>       sunxi: Add base address of secure SRAM B for sun9i/A80
>       sunxi: Use secure SRAM B for secure RAM for sun9i/A80
>       sunxi: Add PRCM register definition for sun9i/A80
>       sunxi: Add CPUCFG register definitions for sun9i/A80
>       sunxi: Add support for TZPC on sun9i/A80
>       sunxi: Add basic PSCI implementation for A80
>       sunxi: Enable PSCI on sun9i/A80

Can you drop the last enablement patch?

The GIC setup is buggy at the moment. It will either respond to interrupts,
then return from exceptions in secure mode, or, if the GIC base address
is fixed, not return at all. :(

This is something I'm still trying to wrap my head around.

ChenYu

>
> Emmanuel Vadot (1):
>       sunxi: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE
>
> Hans de Goede (1):
>       sunxi: Mele_M5_defconfig: Drop non existing STATUSLED setting
>
> Jelle van der Waa (1):
>       sunxi: Use the available Kconfig option for AHCI
>
> Marcel Ziswiler (1):
>       colibri_pxa270: transition to driver model for serial
>
> Yann E. MORIN (1):
>       arm: sunxi: do not force USB for arch-sunxi
>
>  arch/arm/Kconfig                               |  10 +-
>  arch/arm/cpu/armv7/Kconfig                     |   1 +
>  arch/arm/cpu/armv7/sunxi/Makefile              |   5 +
>  arch/arm/cpu/armv7/sunxi/psci-mcpm.c           | 234 +++++++++++++++++++++++++
>  arch/arm/cpu/armv7/sunxi/tzpc.c                |   6 +
>  arch/arm/include/asm/arch-sunxi/cpu_sun9i.h    |   5 +
>  arch/arm/include/asm/arch-sunxi/cpucfg_sun9i.h |  51 ++++++
>  arch/arm/include/asm/arch-sunxi/prcm_sun9i.h   |  55 ++++++
>  arch/arm/include/asm/arch-sunxi/tzpc.h         |   4 +
>  arch/arm/mach-sunxi/board.c                    |   3 +-
>  board/sunxi/Kconfig                            |   4 +
>  board/toradex/colibri_pxa270/colibri_pxa270.c  |  18 +-
>  configs/A10-OLinuXino-Lime_defconfig           |   3 +-
>  configs/A20-OLinuXino-Lime2_defconfig          |   3 +-
>  configs/A20-OLinuXino-Lime_defconfig           |   3 +-
>  configs/A20-OLinuXino_MICRO_defconfig          |   3 +-
>  configs/A20-Olimex-SOM-EVB_defconfig           |   3 +-
>  configs/Bananapi_defconfig                     |   3 +-
>  configs/Bananapro_defconfig                    |   3 +-
>  configs/Cubieboard2_defconfig                  |   3 +-
>  configs/Cubieboard_defconfig                   |   3 +-
>  configs/Cubietruck_defconfig                   |   3 +-
>  configs/Itead_Ibox_A20_defconfig               |   3 +-
>  configs/Lamobo_R1_defconfig                    |   3 +-
>  configs/Linksprite_pcDuino3_Nano_defconfig     |   3 +-
>  configs/Linksprite_pcDuino3_defconfig          |   3 +-
>  configs/Marsboard_A10_defconfig                |   3 +-
>  configs/Mele_A1000_defconfig                   |   3 +-
>  configs/Mele_M5_defconfig                      |   3 +-
>  configs/Orangepi_defconfig                     |   3 +-
>  configs/Orangepi_mini_defconfig                |   3 +-
>  configs/Wits_Pro_A20_DKT_defconfig             |   3 +-
>  configs/colibri_pxa270_defconfig               |   2 +
>  drivers/mtd/nand/nand_ids.c                    |   3 +
>  include/configs/colibri_pxa270.h               |   2 -
>  include/configs/sun9i.h                        |   4 +
>  include/configs/sunxi-common.h                 |   1 +
>  scripts/config_whitelist.txt                   |   1 -
>  38 files changed, 438 insertions(+), 31 deletions(-)
>  create mode 100644 arch/arm/cpu/armv7/sunxi/psci-mcpm.c
>  create mode 100644 arch/arm/include/asm/arch-sunxi/cpucfg_sun9i.h
>  create mode 100644 arch/arm/include/asm/arch-sunxi/prcm_sun9i.h
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

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

* [U-Boot] [Pull request v2]: u-boot-spi/sunxi
  2016-11-24 19:00 [U-Boot] [Pull request v2]: u-boot-spi/sunxi Jagan Teki
  2016-11-25  1:02 ` Chen-Yu Tsai
@ 2016-11-25  8:33 ` Maxime Ripard
  1 sibling, 0 replies; 5+ messages in thread
From: Maxime Ripard @ 2016-11-25  8:33 UTC (permalink / raw)
  To: u-boot

On Fri, Nov 25, 2016 at 12:30:26AM +0530, Jagan Teki wrote:
> Hi Tom,
> 
> These are the pending patches, from u-boot-sunxi/next.
> 
> Will send sunxi PR on top of u-boot-sunxi repo once I get the access,
> meanwhile please take this PR.
> 
> Hans, Let me know if I miss any patches from next.
> 
> Changes for v2:
> - Dropped 3 patches, which are still in review.

Thanks for taking care of this.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161125/9e6f0c67/attachment.sig>

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

* [U-Boot] [Pull request v2]: u-boot-spi/sunxi
  2016-11-25  1:02 ` Chen-Yu Tsai
@ 2016-11-25 14:12   ` Jagan Teki
  2016-11-25 20:41     ` Tom Rini
  0 siblings, 1 reply; 5+ messages in thread
From: Jagan Teki @ 2016-11-25 14:12 UTC (permalink / raw)
  To: u-boot

On Fri, Nov 25, 2016 at 6:32 AM, Chen-Yu Tsai <wens@csie.org> wrote:
> Hi,
>
> On Fri, Nov 25, 2016 at 3:00 AM, Jagan Teki <jagan@openedev.com> wrote:
>> Hi Tom,
>>
>> These are the pending patches, from u-boot-sunxi/next.
>>
>> Will send sunxi PR on top of u-boot-sunxi repo once I get the access,
>> meanwhile please take this PR.
>>
>> Hans, Let me know if I miss any patches from next.
>>
>> Changes for v2:
>> - Dropped 3 patches, which are still in review.
>>
>> thanks!
>> Jagan.
>>
>> The following changes since commit fc127d184aea293ec415dd66e3282dba0b66c5f3:
>>
>>   colibri_pxa270: drop edit, elf, fpga, hush, regex et al. for space reason (2016-11-23 13:53:20 +0100)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-spi.git sunxi
>>
>> for you to fetch changes up to 2e34089969b9443b969c3b209b73799df4451eb1:
>>
>>   mtd: nand: add support for the TC58NVG2S0H chip (2016-11-25 00:23:25 +0530)
>>
>> ----------------------------------------------------------------
>> Boris Brezillon (1):
>>       mtd: nand: add support for the TC58NVG2S0H chip
>>
>> Chen-Yu Tsai (9):
>>       ARM: PSCI: Set ARMV7_PSCI_NR_CPUS default to 8 for sun9i/A80
>>       sunxi: Add CCI-400 and CPUCFG registers base address for sun9i/A80
>>       sunxi: Add base address of secure SRAM B for sun9i/A80
>>       sunxi: Use secure SRAM B for secure RAM for sun9i/A80
>>       sunxi: Add PRCM register definition for sun9i/A80
>>       sunxi: Add CPUCFG register definitions for sun9i/A80
>>       sunxi: Add support for TZPC on sun9i/A80
>>       sunxi: Add basic PSCI implementation for A80
>>       sunxi: Enable PSCI on sun9i/A80
>
> Can you drop the last enablement patch?
>
> The GIC setup is buggy at the moment. It will either respond to interrupts,
> then return from exceptions in secure mode, or, if the GIC base address
> is fixed, not return at all. :(
>
> This is something I'm still trying to wrap my head around.

OK, then as a matter of better review(something more) and look like
these are related please work on all 9 patches.

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.

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

* [U-Boot] [Pull request v2]: u-boot-spi/sunxi
  2016-11-25 14:12   ` Jagan Teki
@ 2016-11-25 20:41     ` Tom Rini
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2016-11-25 20:41 UTC (permalink / raw)
  To: u-boot

On Fri, Nov 25, 2016 at 07:42:02PM +0530, Jagan Teki wrote:
> On Fri, Nov 25, 2016 at 6:32 AM, Chen-Yu Tsai <wens@csie.org> wrote:
> > Hi,
> >
> > On Fri, Nov 25, 2016 at 3:00 AM, Jagan Teki <jagan@openedev.com> wrote:
> >> Hi Tom,
> >>
> >> These are the pending patches, from u-boot-sunxi/next.
> >>
> >> Will send sunxi PR on top of u-boot-sunxi repo once I get the access,
> >> meanwhile please take this PR.
> >>
> >> Hans, Let me know if I miss any patches from next.
> >>
> >> Changes for v2:
> >> - Dropped 3 patches, which are still in review.
> >>
> >> thanks!
> >> Jagan.
> >>
> >> The following changes since commit fc127d184aea293ec415dd66e3282dba0b66c5f3:
> >>
> >>   colibri_pxa270: drop edit, elf, fpga, hush, regex et al. for space reason (2016-11-23 13:53:20 +0100)
> >>
> >> are available in the git repository at:
> >>
> >>   git://git.denx.de/u-boot-spi.git sunxi
> >>
> >> for you to fetch changes up to 2e34089969b9443b969c3b209b73799df4451eb1:
> >>
> >>   mtd: nand: add support for the TC58NVG2S0H chip (2016-11-25 00:23:25 +0530)
> >>
> >> ----------------------------------------------------------------
> >> Boris Brezillon (1):
> >>       mtd: nand: add support for the TC58NVG2S0H chip
> >>
> >> Chen-Yu Tsai (9):
> >>       ARM: PSCI: Set ARMV7_PSCI_NR_CPUS default to 8 for sun9i/A80
> >>       sunxi: Add CCI-400 and CPUCFG registers base address for sun9i/A80
> >>       sunxi: Add base address of secure SRAM B for sun9i/A80
> >>       sunxi: Use secure SRAM B for secure RAM for sun9i/A80
> >>       sunxi: Add PRCM register definition for sun9i/A80
> >>       sunxi: Add CPUCFG register definitions for sun9i/A80
> >>       sunxi: Add support for TZPC on sun9i/A80
> >>       sunxi: Add basic PSCI implementation for A80
> >>       sunxi: Enable PSCI on sun9i/A80
> >
> > Can you drop the last enablement patch?
> >
> > The GIC setup is buggy at the moment. It will either respond to interrupts,
> > then return from exceptions in secure mode, or, if the GIC base address
> > is fixed, not return at all. :(
> >
> > This is something I'm still trying to wrap my head around.
> 
> OK, then as a matter of better review(something more) and look like
> these are related please work on all 9 patches.

And I'll wait for a v3 PR, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161125/d04e0eac/attachment.sig>

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

end of thread, other threads:[~2016-11-25 20:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-24 19:00 [U-Boot] [Pull request v2]: u-boot-spi/sunxi Jagan Teki
2016-11-25  1:02 ` Chen-Yu Tsai
2016-11-25 14:12   ` Jagan Teki
2016-11-25 20:41     ` Tom Rini
2016-11-25  8:33 ` Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.