summaryrefslogtreecommitdiffstats
path: root/board/atmel
Commit message (Collapse)AuthorAgeFilesLines
* atmel: add support for at91sam9g20ek to flasher.shPrasanthi Chellakumar2018-04-071-0/+5
| | | | | | | | Adds support for the at91sam9g20-ek board to the flasher.sh script. Signed-off-by: Prasanthi Chellakumar <prasanthi.chellakumar@microchip.com> Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* board/atmel: add flasher.sh support for at91sam9260ekJoshua Henderson2018-04-071-0/+5
| | | | | | | | Add support to the flasher.sh script for the at91sam9260-ek board which complements the existing at91sam9260eknf_defconfig. Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* board/atmel: use correct sam-ba binary in flasher.sh scriptJoshua Henderson2018-04-061-3/+2
| | | | | | | | | Instead of using the install of sam-ba under host/opt directly, use the symlink created in host/bin. The side effect of doing this instead allows the correct sam-ba binary to be used based on the host arch being 32 bit or 64 bit. Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/at91: refactor to use genimage.shJoshua Henderson2017-11-111-20/+0
| | | | | | | | | | Prefer the commom genimage.sh instead of a custom post-image.sh script. Cc: Ludovic Desroches <ludovic.desroches@atmel.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com> Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/atmel: refactor to use genimage.shJoshua Henderson2017-11-114-56/+0
| | | | | | | | | | Prefer the commom genimage.sh instead of a custom post-image.sh script. Cc: Ludovic Desroches <ludovic.desroches@atmel.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com> Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/atmel: addition of the sama5d27 som1 ek boardNicolas Ferre2017-10-062-0/+48
| | | | | | | Add the new SAMA5D27 SOM1 Evaluation Kit with linux4sam_5.7 components. Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* board/atmel: provide u-boot env for at91sam9x5ek_mmcLudovic Desroches2017-06-212-0/+11
| | | | | | | | Default bootargs have changed in U-Boot for this board. Build U-Boot environment and add it to the SD card image to update bootargs. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/atmel: at91sam9x5ek_mmc: add 1M offset for FAT partitionLudovic Desroches2017-06-211-0/+1
| | | | | | | | at91sam9x5ek_mmc board was missing in the previous patch adding 1M offset for FAT partition to solve some boot issues with the ROM code. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: at91sam9x5ek: new additional defconfigsLudovic Desroches2017-03-072-0/+54
| | | | | | | | | | | | | | | This commit: - Adds a development rootfs defconfig for the at91sam9x5ek board for NAND-based configurations. - Adds SD-card based configurations for the at91sam9x5ek board, both a minimal one and development one. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> [Thomas: add at91sam9x5ek_mmc_defconfig to have all four combinations: NAND minimal, NAND development, SD minimal, SD development.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/atmel/readme.txt: fix typosLuca Ceresoli2017-02-241-1/+1
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/atmel/readme.txt: remove mention of sama5d4ekLudovic Desroches2016-11-101-1/+0
| | | | | | | | | | The sama5d4ek defconfig has been removed in commit 9cb0b37cbd267ec1c2beea3deeaa86846bc2d037, but the board/atmel/readme.txt file was not updated accordingly. This commit fixes that. Reported-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: atmel: at91sam9260eknf: update defconfigLudovic Desroches2016-11-101-98/+0
| | | | | | | | | Bump to a recent version of AT91bootstrap and use mainline version of U-Boot and Linux. This is needed to fix the build with gcc 5.x. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> [Thomas: add missing BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_8=y.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board: atmel: genimage: add 1M offset for FAT partitionLudovic Desroches2016-11-043-0/+3
| | | | | | | | | | With older SoCs and some SD cards, a 1024-bytes offset is needed to allow ROM code to read the content of the FAT partition. As it is usual to get a 1M bytes offset for the first partition, use this value to avoid boot issues. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/atmel: update documentation with development defconfigsLudovic Desroches2016-06-121-0/+15
| | | | | | | Add a description of the development defconfig files. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/atmel: update documentation for SD card generationLudovic Desroches2016-04-131-38/+28
| | | | | | | | Henceforth, a sdcard.img file is automatically generated. It simplifies the procedure to generate a bootable SD card for Atmel Xplained boards. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: atmel: add sama5d3 xplained sd card image generationLudovic Desroches2016-04-132-0/+47
| | | | | | | | Use genimage to generate a sd card with a fat partition (at91bootstrap, u-boot, kernel, dtbs) and an ext4 partition (rootfs). Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: atmel: add sama5d4 xplained sd card image generationLudovic Desroches2016-04-132-0/+48
| | | | | | | | Use genimage to generate a sd card with a fat partition (at91bootstrap, u-boot, kernel, dtbs) and an ext4 partition (rootfs). Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: atmel: add sama5d2 xplained sd card image generationLudovic Desroches2016-04-132-0/+47
| | | | | | | | Use genimage to generate a sd card with a fat partition (at91bootstrap, u-boot, kernel, dtbs) and an ext4 partition (rootfs). Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/atmel: merge and update documentationludovic.desroches@atmel.com2016-03-242-84/+73
| | | | | | | | | | | | There were two readme files (one for flashing on NAND and one to create a SD card) in different places. Merge them and update the SD card generation part since all Xplained boards are supported and the -u option of sfdisk is obsolete on latest versions. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> [Thomas: adjust the explanations, move the SD card section after the NAND flash section.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/atmel/xplained/readme.txt: fix u-boot filenameLuca Ceresoli2016-02-071-1/+1
| | | | | | | | | The file that is actually produced is called u-boot-spl.bin, not uboot-spl.bin. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* atmel: fix xplained documentationGary Bisson2015-12-101-1/+1
| | | | | | | | | Documentation is referring to nandflash.txt which doesn't exist. Instead, readme.txt provides the instructions to flash the NAND storage. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Use portable shebangs (/bin/bash -> /usr/bin/env bash)Bjørn Forsman2015-10-191-1/+1
| | | | | | | | "/usr/bin/env bash" is used everywhere else in host tools. These are the only remaining offenders. Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* atmel: add a flashing helper and documentationAlexandre Belloni2015-06-303-0/+601
| | | | | | | | | Provide a flashing helper to properly select the sam-ba configuration and reuse the sam-ba tcl script provided by Atmel with minimal modifications. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: rename atmel_xplained_defconfigAlexandre Belloni2015-06-301-4/+4
| | | | | | | | | | For consistency, rename atmel_xplained_defconfig to atmel_sama5d3_xplained_mmc_defconfig as this configuration supports booting the sama5d3 Xplained with an MMC card (as opposed to the NAND flash). Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: update config for Atmel SAMA5D3 Xplained boardRyan Barnett2015-03-051-2/+2
| | | | | | | | | | | | Update configuration to use the 3.18.8 kernel and update U-Boot to 2015.01. With the switch to 2015.01. use the U-Boot SPL image for the first stage bootloader instead of the at91bootstrap. The U-Boot SPL requires that the U-Boot image format be u-boot.img in order to load from the SD card. Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: add defconfig for the Atmel SAMA5D3 Xplained boardThomas Petazzoni2014-06-291-0/+73
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: add defconfig for Atmel AT91SAM9260-EK Nand Flash BootFabio Porcedda2013-05-111-0/+98
This is a configuration that provides a basic setup for generating bootable nandflash images: - at91bootstrap - barebox - kernel - rootfs Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud