[U-Boot] please pull u-boot-samsung master
Minkyu Kang
mk7.kang at samsung.com
Mon Mar 2 03:21:46 CET 2015
On 02/03/15 11:07, Tom Rini wrote:
> On Sat, Feb 28, 2015 at 07:06:11PM +0900, Minkyu Kang wrote:
>
>> Dear Tom,
>>
>> The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55:
>>
>> Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-02-25 18:14:18 -0500)
>>
>> are available in the git repository at:
>>
>>
>> http://git.denx.de/u-boot-samsung
>>
>> for you to fetch changes up to 306f527eff269e48a98c9d83016df6d6877dbb6a:
>>
>> Exynos: Fix L2 cache timings on Exynos5420 and Exynos5800 (2015-02-28 18:03:46 +0900)
>>
>> ----------------------------------------------------------------
>> Akshay Saraswat (9):
>> Exynos542x: Config: Add various configs
>> Exynos542x: CPU: Power down all secondary cores
>> Exynos542x: Add workaround for ARM errata 798870
>> Exynos542x: Add workaround for ARM errata 799270
>> Exynos542x: Add workaround for exynos iROM errata
>> Exynos542x: cache: Disable clean/evict push to external
>> Exynos542x: add L2 control register configuration
>> Exynos542x: Fix secondary core booting for thumb
>> Exynos542x: Make A7s boot with thumb-mode U-Boot on warm reset
>>
>> Doug Anderson (1):
>> Exynos: Fix L2 cache timings on Exynos5420 and Exynos5800
>>
>> arch/arm/cpu/armv7/exynos/Makefile | 2 +
>> arch/arm/cpu/armv7/exynos/common_setup.h | 62 ++++++++++++
>> arch/arm/cpu/armv7/exynos/exynos5_setup.h | 3 +
>> arch/arm/cpu/armv7/exynos/lowlevel_init.c | 147 +++++++++++++++++++++++++++++
>> arch/arm/cpu/armv7/exynos/sec_boot.S | 128 +++++++++++++++++++++++++
>> arch/arm/cpu/armv7/exynos/soc.c | 35 -------
>> arch/arm/include/asm/arch-exynos/cpu.h | 5 +
>> arch/arm/include/asm/arch-exynos/system.h | 88 +++++++++++++++++
>> arch/arm/include/asm/armv7.h | 44 +++++++++
>> include/configs/exynos5420-common.h | 16 ++++
>> 10 files changed, 495 insertions(+), 35 deletions(-)
>> create mode 100644 arch/arm/cpu/armv7/exynos/sec_boot.S
>
> I'm not seeing any of this when I try and pull master, did they end up
> in another branch? Thanks!
>
sorry! I forgot push the master branch.
Please retry.
Thanks,
Minkyu Kang.
More information about the U-Boot
mailing list