Skip to content
Snippets Groups Projects
  1. Jan 13, 2017
  2. Jan 06, 2017
  3. Jan 05, 2017
  4. Jan 04, 2017
    • Stijn Tintel's avatar
      x86/64: enable AES-NI support in kernel · 301301da
      Stijn Tintel authored
      
      The kernel will detect if the host supports this, so we can just enable
      it in the kernel config.
      
      Tested on an APU2 with AES-NI support and a KVM VM on a Xeon E5520 host
      without AES-NI support.
      
      Throughput over an IPsec tunnel between these 2 hosts increased from
      ~63Mbps to ~140Mbps. Ciphers: AES_GCM_16_256/PRF_HMAC_SHA2_512/ECP_521.
      
      Signed-off-by: default avatarStijn Tintel <stijn@linux-ipv6.be>
      301301da
  5. Dec 28, 2016
  6. Dec 22, 2016
    • Tedaz's avatar
      x86/64: enable Hyper-V support in the x86_64 kernel config · 1831e616
      Tedaz authored
      
      Enabled Hyper-V network interface card driver, display adapter driver,
      storage driver, keyboard driver, mouse driver and Hyper-V utility and
      EFI boot support in the kernel for subtarget x86/64.
      Convert the img file to vhd by Ubuntu qemu-img, rather than by the buildroot's
      built-in qemu-img.
      
      Tested on Windows Server 2008 r2 and 2012 r2 Gen1 and Gen2 VMs.
      
      Signed-off-by: default avatarTedaz <tedaz99999@hotmail.com>
      1831e616
  7. Dec 20, 2016
    • Alexandru Ardelean's avatar
      target/linux/x86/image: add explicit prefix to grub-mkimage command · 81a2f9d6
      Alexandru Ardelean authored
      
      In the latest version of grub-mkimage, the prefix option is mandatory.
      Not supplying it fails with:
      ```
      Prefix not specified (use the -p option).
      ```
      
      In grub-2.02-beta2 a DEFAULT_DIRECTORY was defined
      in `include/grub/osdep/hostfile_unix.h` as:
      ```
       #if defined (__NetBSD__)
       /* NetBSD uses /boot for its boot block.  */
       # define DEFAULT_DIRECTORY  "/"GRUB_DIR_NAME
       #else
       # define DEFAULT_DIRECTORY  "/"GRUB_BOOT_DIR_NAME"/"GRUB_DIR_NAME
       #endif
      ```
      
      Where:
      * GRUB_BOOT_DIR_NAME == boot
      * GRUB_DIR_NAME == grub
      
      This was used if the -p option was omitted.
      
      Signed-off-by: default avatarAlexandru Ardelean <ardeleanalex@gmail.com>
      81a2f9d6
  8. Nov 19, 2016
  9. Nov 16, 2016
  10. Oct 13, 2016
    • Yousong Zhou's avatar
      x86: 64: enable pci hotplug and acpipnp · d1000f81
      Yousong Zhou authored
      
      This will allow dynamically adding/removing at least virtio-net pci
      devices which are quite the norm in cloud environment with QEMU/KVM
      
          netdev_add bridge,id=wan2,br=br-wan,helper=/home/yousong/.usr/libexec/qemu-bridge-helper
          device_add virtio-net-pci,id=devwan2,netdev=wan2,mac=11:22:33:22:11:00
      
      The config was formed by selecting target x86/64 first, then select
      CONFIG_HOTPLUG_PCI and CONFIG_HOTPLUG_PCI_ACPI with
      
          make kernel_menuconfig CONFIG_TARGET=subtarget
      
      The following text tries to explain how the current config was formed
      
       1. CONFIG_PCI_LABEL and CONFIG_ATA_PIIX were removed because they were
          already enabled in x86 platform config
       2. CONFIG_ATA_SFF was removed because it was enabled in generic config
       3. CONFIG_NLS was removed because it will be selected by CONFIG_PCI_LABEL
      
      Signed-off-by: default avatarYousong Zhou <yszhou4tech@gmail.com>
      d1000f81
  11. Sep 10, 2016
  12. Aug 30, 2016
  13. Aug 03, 2016
  14. Jul 20, 2016
  15. Jul 19, 2016
  16. Jul 12, 2016
  17. Jul 03, 2016
  18. Jun 07, 2016
  19. Jun 06, 2016
    • Jo-Philipp Wich's avatar
      x86: use sysfs DMI information to populate sysinfo · 699f7ecd
      Jo-Philipp Wich authored
      
      Use the DMI data available in sysfs to extract manufacturer and model info
      and write it to /tmp/sysinfo/.
      
      The data will be picked up by board_detect and can be used by e.g. LuCI to
      display a more appropriate model description.
      
      On an APU board the files will contain the following values:
      
          # cat /tmp/sysinfo/model
          PC Engines APU
      
          # cat /tmp/sysinfo/board_name
          pc-engines-apu
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      699f7ecd
    • Jo-Philipp Wich's avatar
      x86: enable DMI and DMI_SYSFS · b8b23e0e
      Jo-Philipp Wich authored
      
      Enable support for DMI decoding in the kernel so that we can access
      manufacturer and model information via sysfs.
      
      Also remove redundant per-subtarget DMI overrides and preset a few
      previously unset symbols popping up due to the now enabled DMI support.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      b8b23e0e
  20. May 24, 2016
  21. May 23, 2016
  22. May 12, 2016
Loading