Commit Graph

31577 Commits (1aa5e9365577c374e28ae327d417f157d081e75f)
 

Author SHA1 Message Date
Simon Glass 1aa5e93655 efi: Add a README to explain how things work 10 years ago
Simon Glass ad11dbff74 x86: Gracefully disable the vesa driver when running from EFI 10 years ago
Simon Glass eeae510007 x86: qemu: Support operation as an EFI payload 10 years ago
Simon Glass b4302582f3 x86: baytrail: Support operation as an EFI payload 10 years ago
Simon Glass 8e36650875 x86: Add helper code for running from EFI 10 years ago
Simon Glass e49cceac61 x86: Handle running as EFI payload 10 years ago
Simon Glass f1a0bafb58 efi: Add a command to display the memory map 10 years ago
Simon Glass 16c220d0a7 efi: Add functions for decoding the EFI tables 10 years ago
Simon Glass 42fde30500 x86: Add support for passing tables into U-Boot 10 years ago
Simon Glass 96a8d409a7 efi: Add 64-bit payload support 10 years ago
Simon Glass 6f92ed8f1a x86: Add a way to call 32-bit code from 64-bit mode 10 years ago
Simon Glass 7dfe8bdeef x86: Add an enum for some commonly-used GDT bits 10 years ago
Simon Glass b997abd3f0 x86: Support building the EFI stub 10 years ago
Simon Glass 476476e73b efi: Add support for loading U-Boot through an EFI stub 10 years ago
Simon Glass 465a67cf52 x86: Add relocation and link script for a 64-bit EFI application 10 years ago
Ben Stoltz cd326a32c9 x86: Add definitions for the x86-efi board and plumb it in 10 years ago
Simon Glass a42bfe02d3 x86: Allow relocation code to build without text base 10 years ago
Simon Glass d6c099c2a1 x86: dts: Add a device tree file for EFI 10 years ago
Ben Stoltz 3e9aa32055 x86: Add EFI board code 10 years ago
Ben Stoltz 3dcdd17b43 x86: Add support for U-Boot as an EFI application 10 years ago
Simon Glass ed3b4d3736 x86: Add asm/elf.h for x86-specific ELF definitions 10 years ago
Simon Glass 981dca69f6 x86: Support skipping relocation for EFI 10 years ago
Simon Glass 08aeb8b5fe efi: Support building a u-boot-app.efi executable 10 years ago
Ben Stoltz 3f1c046cea x86: Set up toolchain flags for running as EFI application 10 years ago
Ben Stoltz 484cce0d2d efi: Drop CONFIG_SYS_TEXT_BASE for EFI 10 years ago
Simon Glass 275854baee efi: Add a serial driver 10 years ago
Simon Glass f05ad9ba4c Add a way to skip relocation 10 years ago
Simon Glass 7bea527160 x86: Update README to explain booting Ubuntu on Minnowmax 10 years ago
Simon Glass 82bc22ac8f x86: minnowmax: Drop the old PCI settings 10 years ago
Simon Glass 7fd078cb8c x86: dts: Fix typo in intel,irq-router.txt 10 years ago
Simon Glass 1f2be4cea4 x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header file 10 years ago
Simon Glass dcfe4a54ed x86: Move CONFIG_X86_SERIAL to Kconfig 10 years ago
Simon Glass ca4435ef28 x86: Move Chrome OS options to defconfig 10 years ago
Simon Glass 3f416f336e dm: Add a return value comment to device_get_child() 10 years ago
Simon Glass 4bad2e7374 pci: Indicate prefetchable memory allocate when debugging 10 years ago
Simon Glass 5f48d798eb pci: Add a constant for an invalid interrupt 10 years ago
Simon Glass f134ed7df1 efi: Display the correct initcall pre-relocation values 10 years ago
Ben Stoltz 9b2174984e efi: Avoid using non-existent text base 10 years ago
Simon Glass 867a6ac86d efi: Add start-up library code 10 years ago
Simon Glass 8f3b9694b2 x86: Allow use of global_data with EFI 10 years ago
Simon Glass 53292ad956 pci: Fix up code for CONFIG_PCI_ENUM_ONLY 10 years ago
Simon Glass da4b159bf0 pci: Use debug() instead of DEBUGF() in pci_auto.c 10 years ago
Simon Glass 8aba36d896 x86: Tidy up a few minor issues with interrupts 10 years ago
Simon Glass 8b097916fa x86: Add some missing global_data declarations in files that use gd 10 years ago
Simon Glass 0bc74ab3e6 x86: Tidy up the 64-bit calling code 10 years ago
Simon Glass 0d9edd2dfb x86: Drop unused copy_fdt_to_ram() 10 years ago
Simon Glass 83ec7de3bc x86: Tidy up global_data flags 10 years ago
Simon Glass b0b403d954 Reserve the top 16 flag bits for architecture-specific use 10 years ago
Simon Glass b6c9a20556 x86: Use CR0 constants in CPU init 10 years ago
Simon Glass da3a95d60b x86: Add various minor tidy-ups to the 32-bit startup code 10 years ago