29 Sep, 2017
1 commit
-
Convert the board to support the video driver model, add the device
tree node, and remove the unnecessary code.Signed-off-by: Wenyou Yang
Reviewed-by: Simon Glass
15 Sep, 2017
1 commit
-
To remove the assignment of CONFIG_SYS_EXTRA_OPTIONS option,
which is deprecated, use the CONFIG_XXXX_BOOT options to
indicate the boot media, and the SoC is selected by the board.Signed-off-by: Wenyou Yang
12 Jul, 2017
1 commit
-
As part of preparation for nand DM conversion the new API has been
introduced to remove direct access to nand_info array. So, use it here
instead of accessing to nand_info array directly.Signed-off-by: Grygorii Strashko
10 May, 2017
1 commit
-
Fix the DDR2 configuration to make SPL work.
Signed-off-by: Wenyou Yang
14 Apr, 2017
4 commits
-
Enable the early debug UART to debug problems when an ICE or other
debug mechanism is not available.Signed-off-by: Wenyou Yang
Reviewed-by: Andreas Bießmann -
Due to the introduction of the pinctrl and clk driver, and using
device tree files, remove the unneeded hardcoded pin configuration
and clock enabling code from the board file.Signed-off-by: Wenyou Yang
Reviewed-by: Andreas Bießmann -
Update the configuration files to support the device tree and driver
model, so do SPL. The device clock and pins configuration are handled
by the clock and the pinctrl drivers respectively.Signed-off-by: Wenyou Yang
Reviewed-by: Andreas Bießmann -
The intention of the removal is the preparation to introduce the
new AT91 PIO pinctrl driver.Use the union to make the PIO3 and PIO2's registers be together
and make their offset aligned.Signed-off-by: Wenyou Yang
Reviewed-by: Simon Glass
04 Jun, 2016
1 commit
-
nand_info[] is now an array of pointers, with the actual mtd_info
instance embedded in struct nand_chip.This is in preparation for syncing the NAND code with Linux 4.6,
which makes the same change to struct nand_chip. It's in a separate
commit due to the large amount of changes required to accommodate the
change to nand_info[].Signed-off-by: Scott Wood
19 Feb, 2016
2 commits
-
Due to introducing the PMC_PLLICPR init function, use this
function to clean up the code.Signed-off-by: Wenyou Yang
Tested-by: Heiko Schocher
Reviewed-by: Andreas Bießmann -
Due to introducing the new peripheral clock handle functions,
use these functions to reduce duplicated code.Signed-off-by: Wenyou Yang
Tested-by: Heiko Schocher
[Rebased on current master, fixup for at91rm9200ek]
Signed-off-by: Andreas Bießmann
02 Feb, 2016
1 commit
-
Add struct atmel_mpddrc_config to accommodate the mpddrc register
configurations, not using the mpddrc register map structure,
struct atmel_mpddrc, in order to increase readability and reduce
run-time memory use.Signed-off-by: Wenyou Yang
Reviewed-by: Andreas Bießmann
21 Aug, 2015
2 commits
-
To enable the clocks on the at91 boards a constant (0x4) is used.
This is replaced with a define in at91_pmc.h (1 << 2).Signed-off-by: Erik van Luijk
Reviewed-by: Andreas Bießmann -
The mpddr.c depends on ATMEL_BASE_MPDDRC for the base address to configure the controller.
This cannot be used when there is more than one controller (i.e. AT91SAM9G45, AT91SAM9M10).Signed-off-by: Erik van Luijk
[remove 'new blank line at EOF']
Signed-off-by: Andreas Bießmann
01 Apr, 2015
1 commit
-
This patch will display the U-Boot version on LCD.
Signed-off-by: Josh Wu
Acked-by: Bo Shen
21 Feb, 2015
1 commit
-
The board select menu in arch/arm/Kconfig is still big.
To slim down it, this commit moves AT91 boards to
arch/arm/mach-at91/Kconfig.
Also, consolidate "config SYS_SOC" in each board Kconfig.The Kconfig files under board/ directory were modified with the
following command:find board -name Kconfig | xargs sed -i -e '
/config SYS_SOC/ {
N
/default "at91"/ {
N
d
}
}
'Signed-off-by: Masahiro Yamada
Acked-by: Andreas Bießmann
08 Feb, 2015
1 commit
-
The sama5d4ek support boot up from NAND flash, SD/MMC card and
also the SPI flash.Signed-off-by: Bo Shen
19 Jan, 2015
1 commit
-
Add the option for USB Ethernet gadget based on atmel usb
device.Signed-off-by: Bo Shen
12 Jan, 2015
1 commit
-
- "string" type for SYS_* is defined in arch/Kconfig
- SYS_CPU "armv7" has been replaced with "select CPU_V7"
- SYS_SOC "tegra124" is already defined in tegra124/KconfigSigned-off-by: Masahiro Yamada
Acked-by: Bo Shen
11 Jan, 2015
1 commit
-
Remove unused vsync parameter, and correct the include file.
Signed-off-by: Bo Shen
17 Nov, 2014
1 commit
-
The code for this board supports following features:
- Boot media support: NAND flash/SD card/SPI flash
- Support LCD display
- Support ethernet
- Support USB mass storageSigned-off-by: Bo Shen
Signed-off-by: Andreas Bießmann