u-boot-brain/arch/x86/cpu
Simon Glass a827ba910c x86: pci: Drop the first parameter in pci_x86_r/w_config()
This parameter is needed by the PCI driver-mode interface but is always
NULL on x86. There are a number of calls to this function so it makes
sense to minimise the parameters.

Adjust the x86 function to omit the first parameter, and introduce stub
functions to handle the conversion.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
[bmeng: rebase the patch against u-boot-x86/next to get it applied cleanly]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2019-10-08 13:57:46 +08:00
..
baytrail x86: Move acpi_s3.h to a common location 2019-10-08 13:57:46 +08:00
braswell x86: Rename some FSP functions to have an fsp_ prefix 2019-10-08 13:53:34 +08:00
broadwell x86: pci: Drop the first parameter in pci_x86_r/w_config() 2019-10-08 13:57:46 +08:00
coreboot x86: Remove x86 specific GD flags as they are not referenced at all 2019-08-18 21:54:10 +08:00
efi efi: payload: only init usb if necessary 2018-12-10 10:14:42 +08:00
i386 x86: show UEFI images involved in crash 2019-09-10 14:27:15 +08:00
intel_common x86: fsp: Save usable RAM and hob_list in the handoff area 2019-10-08 13:57:36 +08:00
ivybridge x86: pci: Drop the first parameter in pci_x86_r/w_config() 2019-10-08 13:57:46 +08:00
qemu x86: qemu: Report high memory in the E820 table 2019-09-10 14:19:39 +08:00
quark x86: Kconfig: spelling fixes 2019-01-18 09:16:15 -05:00
queensbay x86: Rename some FSP functions to have an fsp_ prefix 2019-10-08 13:53:34 +08:00
slimbootloader x86: slimbootloader: Set TSC information for tsc_timer 2019-08-09 22:24:02 +08:00
tangier x86: tangier: Fix off-by-one error when preparing CSRT 2019-09-10 16:19:03 +08:00
x86_64 x86: Add a way to reinit the cpu 2019-05-08 13:02:11 +08:00
call32.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
config.mk SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
cpu_x86.c cpu: Add DM_FLAG_PRE_RELOC flag to various cpu drivers 2018-11-14 09:16:28 -08:00
cpu.c x86: Move acpi_s3.h to a common location 2019-10-08 13:57:46 +08:00
ioapic.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
irq.c x86: irq: Support discrete PIRQ routing registers via device tree 2018-06-13 09:50:57 +08:00
lapic.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Makefile x86: Add new slimbootloader CPU type 2019-08-09 22:24:02 +08:00
mp_init.c x86: mp_init: Use proper error numbers 2019-05-08 13:02:11 +08:00
mtrr.c x86: Update mtrr functions to allow leaving cache alone 2018-10-09 04:40:27 -06:00
pci.c x86: pci: Drop the first parameter in pci_x86_r/w_config() 2019-10-08 13:57:46 +08:00
resetvec.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sipi_vector.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
start_from_spl.S x86: Add more comments to the start-up code 2019-10-08 13:57:36 +08:00
start_from_tpl.S x86: Add more comments to the start-up code 2019-10-08 13:57:36 +08:00
start.S x86: Add more comments to the start-up code 2019-10-08 13:57:36 +08:00
start16.S x86: Remove x86 specific GD flags as they are not referenced at all 2019-08-18 21:54:10 +08:00
start64.S x86: start64: Fix copyright message 2019-05-08 13:02:10 +08:00
turbo.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
u-boot-64.lds x86: Include bss subsections in linker script 2018-08-20 14:17:43 +02:00
u-boot-spl.lds x86: Add binman symbols to the image 2019-10-08 13:57:35 +08:00
u-boot.lds x86: Include bss subsections in linker script 2018-08-20 14:17:43 +02:00
wakeup.S x86: Move acpi_s3.h to a common location 2019-10-08 13:57:46 +08:00