Re: [U-Boot] [PATCH v7 00/17] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-05-08 Thread Tom Warren
Sorry, Jan. Too many unmaskable interrupts lately ;). I'll take a look today - if it applies OK to u-boot-tegra/master and builds OK, I'll try to get a PR out to Tom/Albert first thing next week. Tom > -Original Message- > From: Jan Kiszka [mailto:jan.kis...@siemens.com] > Sent: Thurs

Re: [U-Boot] [PATCH v7 00/17] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-05-07 Thread Jan Kiszka
On 2015-04-21 07:18, Jan Kiszka wrote: > Changes in v7: > - rebased over master > - fixed issue that prevented secure boot with all cores >=> replace ap_pm_init with psci_board_init hook > - enable CONFIG_ARMV7_BOOT_SEC_DEFAULT for tegra to avoid problems with >default config of current

Re: [U-Boot] [PATCH v7 00/17] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-04-21 Thread Stephen Warren
On 04/20/2015 11:18 PM, Jan Kiszka wrote: Changes in v7: - rebased over master - fixed issue that prevented secure boot with all cores => replace ap_pm_init with psci_board_init hook - enable CONFIG_ARMV7_BOOT_SEC_DEFAULT for tegra to avoid problems with default config of current Li

[U-Boot] [PATCH v7 00/17] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-04-20 Thread Jan Kiszka
Changes in v7: - rebased over master - fixed issue that prevented secure boot with all cores => replace ap_pm_init with psci_board_init hook - enable CONFIG_ARMV7_BOOT_SEC_DEFAULT for tegra to avoid problems with default config of current Linux - add cleanup patch for CONFIG_ARMV7_NONSEC/