Wolfgang Denk
1a4596601f
Add GPL-2.0+ SPDX-License-Identifier to source files
...
Signed-off-by: Wolfgang Denk <wd@denx.de >
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <trini@ti.com >
2013-07-24 09:44:38 -04:00
Stefan Roese
0044c42e94
Consolidate bootcount code into drivers/bootcount
...
This patch moves all bootcount implementations into a common
directory: drivers/bootcount. The generic bootcount driver
is now usable not only by powerpc platforms, but others as well.
Signed-off-by: Stefan Roese <sr@denx.de >
Cc: Heiko Schocher <hs@denx.de >
Cc: Valentin Longchamp <valentin.longchamp@keymile.com >
Cc: Christian Riesch <christian.riesch@omicron.at >
Cc: Manfred Rudigier <manfred.rudigier@omicron.at >
Cc: Mike Frysinger <vapier@gentoo.org >
Cc: Rob Herring <rob.herring@calxeda.com >
Cc: Reinhard Meyer <reinhard.meyer@emk-elektronik.de >
Tested-by: Valentin Longchamp <valentin.longchamp@keymile.com >
Tested-by: Christian Riesch <christian.riesch@omicron.at >
Acked-by: Rob Herring <rob.herring@calxeda.com >
Acked-by: Mike Frysinger <vapier@gentoo.org >
2012-09-01 14:26:02 +02:00
Reinhard Meyer
86592f6059
AT91: change includes from asm/arch/io.h to asm/io.h
...
and remove the now unused asm/arch-at91/io.h
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de >
2011-05-18 07:56:51 +02:00
Reinhard Meyer
9f3fe90f09
AT91: fix related at91 system/driver files
...
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de >
2011-05-18 07:56:51 +02:00
Alexander Stein
c8f6d84d10
at91: Add arch_preboot_os which disables PIT in a faster way
...
When disabled the PIT runs until it reaches the CPIV value.
The Linux PIT driver stops the PIT and waits until it stopped. This can
take over 100ms. Simply stopping in u-boot isn't sufficient as the PIT
will still be running when Linux is waiting until it stopped.
So, we stop it in u-boot by setting the compare value to a value slightly
greater than the current running counter to make the PIT stopped in short
time.
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com >
2010-10-05 16:58:57 +02:00
Reinhard Meyer
6341c5cf87
AT91: convert cpu.c to struct SoC access
...
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de >
2010-10-05 16:58:56 +02:00
Peter Tyser
84ad688473
arm: Move cpu/$CPU to arch/arm/cpu/$CPU
...
Signed-off-by: Peter Tyser <ptyser@xes-inc.com >
2010-04-13 09:13:24 +02:00