aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini10-0/+17
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini10-17/+0
2024-05-07x86: Add missing <linux/types.h>Tom Rini1-0/+1
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini1-0/+1
2024-05-06x86: Remove <common.h> and add needed includesTom Rini9-0/+15
2024-04-10Merge patch series "Complete decoupling of zboot logic from commands"Tom Rini1-0/+97
2024-04-10x86: zboot: Separate logic functions from commandsSimon Glass1-0/+25
2024-04-10x86: zboot: Move command code into its own fileSimon Glass1-0/+31
2024-04-10x86: zboot: Move zimage definitions to the header fileSimon Glass1-0/+41
2023-12-21global: Rework architecture global_data.h to include <linux/types.h>Tom Rini1-0/+1
2023-12-13acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.hHeinrich Schuchardt1-9/+0
2023-11-28Merge patch series "Import "string" I/O functions from Linux"Tom Rini1-0/+6
2023-11-28x86: Add defines for ins/outs functionsIgor Prusov1-0/+6
2023-11-07x86: Drop <common.h> from remaining header filesWIP/2023-11-07-assorted-big-cleanupsTom Rini2-2/+0
2023-09-22Record the position of the SMBIOS tablesSimon Glass1-0/+1
2023-09-22x86: coreboot: Document cbmem console structSimon Glass1-2/+15
2023-09-22Reland "x86: Move FACP table into separate functions""Simon Glass1-2/+0
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini2-1/+15
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt1-1/+1
2023-08-10bootstd: Allow display of the x86 setup informationSimon Glass1-10/+0
2023-08-10bootstd: Move common zimage functions to bootm.hSimon Glass1-27/+0
2023-08-09x86: Run QEMU machine setup in SPLSimon Glass1-0/+14
2023-08-09treewide: rework linker symbol declarations in sections headerShiji Yang1-0/+2
2023-08-01x86: Add a little more info to cbsysinfoSimon Glass1-0/+4
2023-07-17x86: Record the start and end of the tablesSimon Glass1-0/+4
2023-07-17x86: Improve the trampoline in 64-bit modeSimon Glass1-0/+11
2023-07-17x86: Add a comment for board_init_f_r_trampoline()Simon Glass1-2/+14
2023-07-17x86: Allow listing MTRRs in SPLSimon Glass1-0/+20
2023-07-17x86: zimage: Export the function to obtain the cmdlineSimon Glass1-0/+10
2023-07-17x86: Add a function to boot a zimageSimon Glass1-0/+17
2023-07-09x86: Update docs link in bootparam headerPaul Barker1-1/+1
2023-05-11x86: Tidy up availability of string functionsSimon Glass1-1/+5
2023-05-11x86: coreboot: Show unimplemented sysinfo tagsSimon Glass1-0/+6
2023-05-11x86: coreboot: Collect the address of the ACPI tablesSimon Glass2-0/+4
2023-03-25x86: Support booting a 64-bit kernel from 64-bit U-BootSimon Glass1-6/+6
2023-03-25x86: Add return-value comment to cpu_jump_to_64bit()Simon Glass1-0/+1
2023-03-25x86: Adjust bootparam.h to be more like linuxSimon Glass1-24/+46
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-2/+2
2023-01-18trace: Use notrace for shortSimon Glass3-3/+3
2022-12-14x86: Fix i8259 ifdef include guardAlistair Delva1-2/+2
2022-10-29x86: provide typedef jmp_bufHeinrich Schuchardt1-2/+4
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár2-2/+2
2022-07-07Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to KconfigTom Rini1-2/+0
2022-06-06spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGETom Rini1-2/+0
2022-04-14Remove duplication of table_compute_checksum functionTom Rini1-13/+0
2022-04-04Merge branch 'next'Tom Rini1-0/+8
2022-03-31Revert "x86: Move FACP table into separate functions"Andy Shevchenko1-0/+2
2022-03-14Merge tag 'v2022.04-rc4' into nextTom Rini1-1/+7
2022-03-14x86: Add an enum name for the GNVS firmware typeSimon Glass1-1/+7
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-0/+8