Skip to content
Snippets Groups Projects
  1. May 25, 2017
  2. Mar 14, 2017
  3. Feb 26, 2017
  4. Feb 21, 2017
    • Alif M. Ahmad's avatar
      x86_64: Add support for EFI framebuffer (FS#515) · 27124974
      Alif M. Ahmad authored
      
      CONFIG_FB_EFI and CONFIG_FB_SIMPLE are needed to display console text on
      EFI framebuffer.
      
      CONFIG_FB_EFI is needed when the kernel is directly launched via EFI
      shell or EFI startup.nsh script.
      
      CONFIG_FB_SIMPLE is needed when launching the kernel via grub2 efi. In
      this case, grub2 has prepared a gfxterm framebuffer and the kernel just
      need to use the already prepared grub's gfxterm framebuffer to display
      console text.
      
      Signed-off-by: default avatarAlif M. Ahmad <alive4ever@live.com>
      27124974
  5. Feb 07, 2017
  6. Jan 27, 2017
  7. 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
  8. 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
  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. Aug 03, 2016
  12. Jul 12, 2016
  13. May 23, 2016
  14. May 12, 2016
  15. Jan 24, 2016
  16. Jan 22, 2016
  17. Jan 21, 2016
  18. Jan 12, 2016
  19. Jun 17, 2015
  20. Mar 29, 2015
Loading