summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
...
* | machine/kc705-trd-microblazeel: Add kc705-trd support to base layerNathan Rossi2013-06-264-0/+1747
| | | | | | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* | machine/zynq7-zedboard: Add zedboard configuration to base layerNathan Rossi2013-06-264-0/+109
| | | | | | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* | Rearranged location of board configuration filesNathan Rossi2013-06-2611-0/+9853
|/ | | | | | | | | | * Moved qemu* device tree and kernel config to conf/machine/boards/qemu/ * Moved common dtsi and kernel config to conf/machine/boards/common/ * Added 'MACHINE_DEVICETREE' and 'MACHINE_KCONFIG' variables for linux-xlnx to allow machine configs to specify the exact device tree and config to use when building the kernel. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* meta-xilinx: tune-zynq: Corrected forced setting of IMAGE_FSTYPESSipke Vriend2013-06-061-1/+1
| | | | Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* conf/machine: Create qemumicroblaze and qemuzynq machinesNathan Rossi2013-06-042-0/+19
| | | | | | | | * qemumicroblaze = 'petalogix-ml605' QEMU machine model * qemuzynq = 'xilinx-zynq-a9' QEMU machine model * Added kernel configuration and DTS for machines Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* conf/machine: Remove obsolete machinesNathan Rossi2013-05-312-35/+0
| | | | | | | * 'zynq' and 'microblazeel' are not real target machines, remove the obsolete non-functional machine configurations. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* Move include of 'soc-family.inc' into Tune definitionsNathan Rossi2013-05-312-0/+2
| | | | | | | * Resolves issues with linux-xlnx recipe when building with machines that are not using SOC_FAMILY features. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* tune-microblaze: Fix default KERNEL_IMAGETYPE value for microblazeNathan Rossi2013-05-301-1/+1
| | | | | | * Use the proper target 'linux.bin.ub' Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* tune-microblaze: Add negative CCARGS definitionsNathan Rossi2013-05-236-6/+6
| | | | | | * Add args to turn off CPU features Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* microblaze: Set FPU_TARGET and add sanity checkingSipke Vriend2013-05-232-2/+25
| | | | | | | Set bitbake 'known' FPU_TARGET to reflect soft-fpu or hard-fpu Sanity check: add pattern-compare if reorder only exists in v8.30. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* microblaze: Add v9.0 tune.Sipke Vriend2013-05-222-7/+13
| | | | | | Add support for microblaze v9.0. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* microblaze: Change version tune format.Sipke Vriend2013-05-224-31/+31
| | | | | | Modify versions from vXYY to vX.YY to provide distinction between major and minor sections. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* Adjust preferred zynq linux to 3.8 and uboot to v2013.01.Sipke Vriend2013-05-131-0/+3
| | | | | | Add UIMAGE load address and configs for 3.8 kernel. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* tune-microblaze: Refactor tune definitionNathan Rossi2013-05-082-12/+16
| | | | | | | | * Extract the arch, package arch and cc flags into the features.inc * Specify the SOC_FAMILY as 'microblaze' (for both little and big endian) Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* tune-zynq: Refactor tune defintionNathan Rossi2013-05-081-5/+12
| | | | | | | | * Specify SOC_FAMILY as 'zynq' * Create the tune as 'zynq' which becomes a tune feature * Force the use of 'armv7a-neon' tune configuration Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* tune-microblaze.inc: Add Linux/u-boot build configurationNathan Rossi2013-05-071-0/+12
| | | | | | | | * Add configuration for UBOOT_MACHINE * Add default linux and u-boot versions and providers * Set default IMAFE_FSTYPES Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* tune-zynq.inc: Fix line-endingsNathan Rossi2013-05-071-17/+17
| | | | | | * Convert \r\n to \n Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* Move RTC config in kernel config to fragments.Sipke Vriend2013-05-021-4/+1
| | | | | | Zedboard has no RTC, ZC702 does. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* Add mkimage wrapped ext2.gz.u-boot root file system.Sipke Vriend2013-04-261-3/+6
| | | | Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* Moved defconfig to bsp/board layer.Sipke Vriend2013-04-231-1/+3
| | | | | | Also some other minor changes. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* Refactor zedboard machine. Move commone items into tune-zynq include file.Sipke Vriend2013-04-221-0/+15
| | | | Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* tune-microblaze: Reorder PKGARCH suffixesdannyNathan Rossi2013-03-261-1/+2
| | | | | | * Move math suffixes after all existing suffixes Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* tune-microblaze: RefactoredSipke Vriend2013-03-2615-48/+131
| | | | | | | | * Added features with CFLAG mappings * Added version features for v7.3-.a to v8.50.a * Added MicroBlaze PACKAGE_ARCH expansion e.g. "microblazeel-v830-cmp" Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* machine:MB BE: change serial console to ttyS0Jason Wu2012-10-101-1/+1
| | | | | | Assuming it is using uart16550 ip core Signed-off-by: Jason Wu <huanyu@xilinx.com>
* machine:MB LE: change serial console to ttyS0Jason Wu2012-10-101-1/+1
| | | | | | Assuming it is using uart16550 ip core Signed-off-by: Jason Wu <huanyu@xilinx.com>
* Added 'microblazeel' machine and tune configuration.Nathan Rossi2012-10-042-0/+34
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* Added 'zynq' machine configuration.Nathan Rossi2012-10-041-0/+11
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* Added 'microblaze' machine and tune configuration.Nathan Rossi2012-09-262-0/+30
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@petalogix.com>
* Created initial meta-xilinx layer.Nathan Rossi2012-09-261-0/+11
Signed-off-by: Nathan Rossi <nathan.rossi@petalogix.com>