Commit Graph

290 Commits (3b19c1dbe0464d1cdf3b3006042cc75bc439321f)

Author SHA1 Message Date
Vincent Tinelli 20bfac0599 x86: zImage: add Intel MID platforms support 9 years ago
Simon Glass e160f7d430 dm: core: Replace of_offset with accessor 9 years ago
Bin Meng 8f60ea0039 x86: spl: Add weak arch_cpu_init_dm() 9 years ago
Simon Glass 337705833c x86: Change irq_already_routed to a local variable 9 years ago
Simon Glass c2bf0dfaa3 x86: Drop interrupt support in 64-bit mode 9 years ago
Simon Glass ca5114f9af x86: Don't try to boot Linux from SPL 9 years ago
Simon Glass e1b610b084 x86: Don't build 32-bit efi files on x86_64 9 years ago
Simon Glass 23b89d4d6e x86: Don't build call64 and setjmp on 64-bit 9 years ago
Simon Glass 05cbd985c0 x86: Don't try to run the VGA BIOS in 64-bit mode 9 years ago
Simon Glass 4bbc02454f x86: Add an SPL implementation 9 years ago
Simon Glass f196bd21be x86: Tidy up use of size_t in relocation 9 years ago
Simon Glass b50b1633c0 x86: Add support for 64-bit relocation 9 years ago
Simon Glass dc7e21339e x86: Refactor relocation to prepare for 64-bit 9 years ago
Simon Glass 2eff989585 x86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR 9 years ago
Simon Glass 113e75592a x86: lib: Fix types and casts for 64-bit compilation 9 years ago
Simon Glass e71ffd0951 x86: Update mpspec to build on 64-bit machines 9 years ago
Simon Glass 42fd8c19b5 x86: Use unsigned long for address in table generation 9 years ago
Masahiro Yamada 63c0941726 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY 9 years ago
Alexander Graf 95b62b2e28 efi_loader: Allow to compile helloworld.efi w/o bundling it 9 years ago
Alexander Graf b7b8410a8f ls2080: Exit dpaa only right before exiting U-Boot 9 years ago
Simon Glass 5bd828b532 efi: x86: Adjust EFI files support efi_loader 9 years ago
Simon Glass 2dcd4e9ee1 x86: Move efi .S files into the 'lib' directory 9 years ago
Simon Glass d36badfdc6 x86: Move efi .lds files into the 'lib' directory 9 years ago
Simon Glass 1f3f0357aa x86: Correct a build warning in x86 tables 9 years ago
Simon Glass 65e4c0b168 x86: efi: Add EFI loader support for x86 9 years ago
Alexander Graf e824cf3fb5 smbios: Allow compilation on 64bit systems 9 years ago
Alexander Graf 4b6dddc294 x86: Move smbios generation into arch independent directory 9 years ago
Alexander Graf 1befb38b86 x86: Move table csum into separate file 9 years ago
Alexander Graf 2b445e4d31 x86: Move table csum into separate header 9 years ago
Simon Glass 54cd240731 x86: mrccache: Fix error handling in mrccache_get_region() 9 years ago
Simon Glass 9b43dbfb91 x86: Drop unused init_helper functions 9 years ago
Simon Glass a5b8722532 x86: Add an accelerated memmove() function 9 years ago
Masahiro Yamada 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 9 years ago
Simon Glass 911954859d dm: Use dm_scan_fdt_dev() directly where possible 9 years ago
Simon Glass 2e3f1ff63f dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() 9 years ago
Bin Meng 79c2c257cf x86: acpi: Pack global NVS into ACPI table 9 years ago
Bin Meng d9703a0725 x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UART 9 years ago
George McCollister 8a1a7595cf x86: acpi: Fix madt lapic generation 9 years ago
Bin Meng 4cdce9f5b4 x86: Switch to use SMBIOS Kconfig options when writing SMBIOS tables 9 years ago
Bin Meng 10fcabed88 x86: acpi: Remove header length check when writing tables 9 years ago
Bin Meng 17b63c80bf x86: acpi: Remove the unnecessary checksum calculation of DSDT 9 years ago
Bin Meng 6aef68dc36 x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM 9 years ago
Bin Meng 644a76742c x86: Use high_table_malloc() for tables passing to SeaBIOS 9 years ago
Bin Meng 789b6dcecc x86: Prepare configuration tables in dedicated high memory region 9 years ago
Bin Meng 548344912f x86: Compile coreboot_table.c only for SeaBIOS 9 years ago
Bin Meng 10d569ea1a x86: Fix up PIRQ routing table checksum earlier 9 years ago
Bin Meng 1e2f7b9e8e x86: Call board_final_cleanup() in last_stage_init() 9 years ago
Miao Yan 34865a65c4 x86: qemu: fix ACPI Kconfig options 9 years ago
Tom Rini dd6f3abbb8 x86: qemu: Move qfw command over to cmd and add Kconfig entry 9 years ago
Bin Meng fc4f5cccd8 x86: acpi: Return table length in acpi_create_madt_lapics() 9 years ago