summaryrefslogtreecommitdiffstats
path: root/configs/xilinx_zynqmp_zcu102_revB_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* efi_loader: Select bounce buffers for known-bad boardsAlexander Graf2016-05-271-0/+1
| | | | | | | | We know for certain that we have 32bit DMA hardware, but 64bit addresses on LS2085A and ZynqMP, so let's enable EFI bounce buffers for all defconfigs on these SoCs. Signed-off-by: Alexander Graf <agraf@suse.de>
* ARM64: zynqmp: Enable CLK frameworkMichal Simek2016-05-241-0/+2
| | | | | | | ZynqMP is using fixed clocks now that's why enabling it to be available for drivers. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* ARM64: zynqmp: Wire up debug_uart setupMichal Simek2016-05-241-0/+5
| | | | | | It has to be enabled by debug_uart_init(). Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* ARM64: zynqmp: Enable HUSH parser for all zynqmp targetsMichal Simek2016-05-241-0/+1
| | | | | | Enable HUSH for all zynqmp boards which don't have it. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* configs: Re-sync with cmd/KconfigTom Rini2016-04-251-0/+8
| | | | | | | Update the config.h and defconfig files for the commands that 8e3c036 converted over to Kconfig Signed-off-by: Tom Rini <trini@konsulko.com>
* configs: Re-sync almost all of cmd/KconfigTom Rini2016-04-251-0/+2
| | | | | | | | This syncs up the current cmd/Kconfig and include/configs/ files with the only exception being CMD_NAND. Due to how we have used this historically we need to take further care here when converting. Signed-off-by: Tom Rini <trini@konsulko.com>
* configs: Update some Xilinx configsTom Rini2016-04-201-0/+6
| | | | | | As part of 3457bba these configs didn't get updated. Update them now. Signed-off-by: Tom Rini <trini@konsulko.com>
* ARM64: zynqmp: Add defconfig for zcu102 revB boardMichal Simek2016-04-131-0/+34
Support natively revB board. Till now support for revB was done via zcu102 defconfig where device-tree was changed to revB. This patch is adding direct defconfig for RevB. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
OpenPOWER on IntegriCloud