Matt Ploetz | e59bd1e | 2015-06-11 11:32:30 -0500 | [diff] [blame^] | 1 | BR2_powerpc64=y |
| 2 | BR2_powerpc_power8=y |
| 3 | BR2_OPENPOWER_PLATFORM=y |
| 4 | |
| 5 | BR2_OPENPOWER_CONFIG_NAME="garrison" |
| 6 | BR2_OPENPOWER_XML_PACKAGE="garrison-xml" |
| 7 | BR2_HOSTBOOT_CONFIG_FILE="garrison.config" |
| 8 | |
| 9 | BR2_HOSTBOOT_BINARY_SBE_FILENAME="venice_sbe.img.ecc" |
| 10 | BR2_HOSTBOOT_BINARY_SBEC_FILENAME="centaur_sbec_pad.img.ecc" |
| 11 | BR2_HOSTBOOT_BINARY_WINK_FILENAME="n1.ref_image.hdr.bin.ecc" |
| 12 | |
| 13 | BR2_OCC_BIN_FILENAME="occ.bin" |
| 14 | |
| 15 | BR2_GARRISON_SYSTEM_XML_FILENAME="GARRISON_hb.system.xml" |
| 16 | BR2_GARRISON_MRW_XML_FILENAME="GARRISON_hb.mrw.xml" |
| 17 | BR2_GARRISON_BIOS_XML_FILENAME="GARRISON_bios.xml" |
| 18 | |
| 19 | BR2_OPENPOWER_TARGETING_BIN_FILENAME="GARRISON_HB.targeting.bin" |
| 20 | BR2_OPENPOWER_TARGETING_ECC_FILENAME="GARRISON_HB.targeting.bin.ecc" |
| 21 | BR2_CAPP_UCODE_BIN_FILENAME="cappucode.bin" |
| 22 | |
| 23 | BR2_OPENPOWER_PNOR_XML_LAYOUT_FILENAME="defaultPnorLayoutWithGoldenSide.xml" |
| 24 | BR2_OPENPOWER_PNOR_FILENAME="garrison.pnor" |
| 25 | BR2_OPENPOWER_PNOR_UPDATE_FILENAME="garrison_update.pnor" |
| 26 | |
| 27 | # skiboot requirements |
| 28 | BR2_TARGET_SKIBOOT=y |
| 29 | BR2_TARGET_SKIBOOT_EMBED_PAYLOAD=n |
| 30 | |
| 31 | # petitboot requirements |
| 32 | BR2_ENABLE_LOCALE_PURGE=y |
| 33 | BR2_ENABLE_LOCALE_WHITELIST="C en_US" |
| 34 | BR2_GENERATE_LOCALE="en_US.UTF-8" |
| 35 | BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y |
| 36 | BR2_TARGET_GENERIC_GETTY_PORT="hvc0" |
| 37 | BR2_ROOTFS_OVERLAY="overlay" |
| 38 | BR2_LINUX_KERNEL=y |
| 39 | BR2_LINUX_KERNEL_CUSTOM_GIT=y |
| 40 | BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/open-power/linux.git" |
| 41 | BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="d0ff068a9962ba96d4e6ddfba2a4e9fd8bc9a763" |
| 42 | BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y |
| 43 | BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL)/configs/linux/skiroot_defconfig" |
| 44 | BR2_LINUX_KERNEL_ZIMAGE_EPAPR=y |
| 45 | BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y |
| 46 | BR2_PACKAGE_LINUX_FIRMWARE=y |
| 47 | BR2_PACKAGE_LINUX_FIRMWARE_BNX2X=y |
| 48 | BR2_PACKAGE_LINUX_FIRMWARE_CXGB4=y |
| 49 | BR2_PACKAGE_I2C_TOOLS=y |
| 50 | BR2_PACKAGE_NCURSES_WCHAR=y |
| 51 | BR2_PACKAGE_DROPBEAR=y |
| 52 | # BR2_PACKAGE_DROPBEAR_SERVER is not set |
| 53 | BR2_PACKAGE_ETHTOOL=y |
| 54 | BR2_PACKAGE_NETCAT=y |
| 55 | BR2_PACKAGE_RSYNC=y |
| 56 | BR2_PACKAGE_PETITBOOT=y |
| 57 | BR2_PACKAGE_IPMITOOL=y |
| 58 | BR2_TARGET_ROOTFS_CPIO_XZ=y |
| 59 | BR2_TARGET_ROOTFS_INITRAMFS=y |