History log of /openbmc/u-boot/arch/arm/mach-aspeed/Makefile (Results 1 – 25 of 25)
Revision Date Author Comments
# 15cbe029 22-Jul-2020 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04


# fd0bc623 20-Jul-2020 ryan_chen <ryan_chen@aspeedtech.com>

add ast2400


# 00d75f3f 24-Dec-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

ARM: Aspeed: Refactor board common initialization

1. make ast2500/ast2600 common board-initialization
a weak function to support override
2. rename SCU information printing functi

ARM: Aspeed: Refactor board common initialization

1. make ast2500/ast2600 common board-initialization
a weak function to support override
2. rename SCU information printing function

show more ...


# 1666801f 10-Dec-2019 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04


# c202116c 08-Dec-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

ast2500: Fix compile error

ARM1176 has strong implementation of enable_caches whereas
ARMv7 has it weak. Thus the platform implementation of enable_caches
should not be common for AS

ast2500: Fix compile error

ARM1176 has strong implementation of enable_caches whereas
ARMv7 has it weak. Thus the platform implementation of enable_caches
should not be common for AST2500 and AST2600 as they belong to ARM1176
and ARMv7, respectively.

show more ...


# 8207d8ba 28-Nov-2019 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04


# 37bac084 27-Nov-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

Revert "Revert "aspeed: Add D-cache support""

This reverts commit 1330ffa050816f0acb0aabad37dbe2d0dc3b27e1.


# 1330ffa0 27-Nov-2019 Johnny Huang <johnny_huang@aspeedtech.com>

Revert "aspeed: Add D-cache support"

This reverts commit ae6859b1b8ee8d8062a569425a799445d5b69122.


# ae6859b1 27-Nov-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

aspeed: Add D-cache support

Add platform implementation for enable_caches.


# 01458b74 04-Jul-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

Merge branch 'feature-mpcore' into aspeed-dev-v2019.04


# befc1c99 02-Jul-2019 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04


# caff60f3 22-Jun-2019 ryan_chen <ryan_chen@aspeedtech.com>

update wdt for ast2500/ast2600


# 8f0f9cd3 05-Jun-2019 ryan_chen <ryan_chen@aspeedtech.com>

remove ast_get_scu function


# e08cd9d7 05-Jun-2019 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04

# Conflicts:
# configs/evb-ast2600_defconfig


# 25dbbbb4 04-Jun-2019 ryan_chen <ryan_chen@aspeedtech.com>

add aspeed cpu info


# f5925a07 15-May-2019 ryan_chen <ryan_chen@aspeedtech.com>

start move clk


# b9553986 15-May-2019 ryan_chen <ryan_chen@aspeedtech.com>

first boot ast2600


# e8f80a5a 09-May-2018 Tom Rini <trini@konsulko.com>

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


# 83d290c5 06-May-2018 Tom Rini <trini@konsulko.com>

SPDX: Convert all of our single license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borro

SPDX: Convert all of our single license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from. So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry. Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents. There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini <trini@konsulko.com>

show more ...


# c83a824e 03-Feb-2017 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-fsl-qoriq

Signed-off-by: Tom Rini <trini@konsulko.com>

Conflicts:
configs/ls1046aqds_defconfig
configs/ls1046aqds_nand_defconf

Merge git://git.denx.de/u-boot-fsl-qoriq

Signed-off-by: Tom Rini <trini@konsulko.com>

Conflicts:
configs/ls1046aqds_defconfig
configs/ls1046aqds_nand_defconfig
configs/ls1046aqds_qspi_defconfig
configs/ls1046aqds_sdcard_ifc_defconfig
configs/ls1046aqds_sdcard_qspi_defconfig
configs/ls1046ardb_emmc_defconfig
configs/ls1046ardb_qspi_defconfig
configs/ls1046ardb_sdcard_defconfig

show more ...


# 0ff27d4a 01-Feb-2017 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-mpc85xx


# 43ade93b 01-Feb-2017 Tom Rini <trini@konsulko.com>

Merge branch 'master' of git://www.denx.de/git/u-boot-imx


# f6a6a9f0 18-Jan-2017 maxims@google.com <maxims@google.com>

aspeed: Board init functions and common configs for ast2500 based boards

Add configuration file with parameters that are very likely to be shared by
all ast2500-based boards.
Add ast

aspeed: Board init functions and common configs for ast2500 based boards

Add configuration file with parameters that are very likely to be shared by
all ast2500-based boards.
Add ast2500-board.c file with the init code that is very likely to be
shared by all ast2500-based boards.
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...


# 14e4b149 18-Jan-2017 maxims@google.com <maxims@google.com>

aspeed: Add basic ast2500-specific drivers and configuration

Clock Driver

This driver is ast2500-specific and is not compatible with earlier
versions of this chip. The differenc

aspeed: Add basic ast2500-specific drivers and configuration

Clock Driver

This driver is ast2500-specific and is not compatible with earlier
versions of this chip. The differences are not that big, but they are
in somewhat random places, so making it compatible with ast2400 is not
worth the effort at the moment.

SDRAM MC driver

The driver is very ast2500-specific and is completely incompatible
with previous versions of the chip.

The memory controller is very poorly documented by Aspeed in the
datasheet, with any mention of the whole range of registers missing. The
initialization procedure has been basically taken from Aspeed SDK, where
it is implemented in assembly. Here it is rewritten in C, with very limited
understanding of what exactly it is doing.
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...


# 4697abea 18-Jan-2017 maxims@google.com <maxims@google.com>

aspeed: Add drivers common to all Aspeed SoCs

Add support for Watchdog Timer, which is compatible with AST2400 and
AST2500 watchdogs. There is no uclass for Watchdog yet, so the driver

aspeed: Add drivers common to all Aspeed SoCs

Add support for Watchdog Timer, which is compatible with AST2400 and
AST2500 watchdogs. There is no uclass for Watchdog yet, so the driver
does not follow the driver model. It also uses fixed clock, so no clock
driver is needed.

Add support for timer for Aspeed ast2400/ast2500 devices.
The driver actually controls several devices, but because all devices
share the same Control Register, it is somewhat difficult to completely
decouple them. Since only one timer is needed at the moment, this should
be OK. The timer uses fixed clock, so does not rely on a clock driver.

Add sysreset driver, which uses watchdog timer to do resets and particular
watchdog device to use is hardcoded (0)
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...