coreboot/src/device
Patrick Rudolph 776da0872e arch/x86/*.S: use defines instead of hardcoded values
As preparation for x86_64 clean the assembly code and introduce
arch/ram_segs.h similar to existing arch/rom_segs.h.

Replace open coded segment values with the defines from the new
header.

Change-Id: Ib006cd4df59951335506b8153e9347450ec3403e
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36321
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-10-29 19:41:19 +00:00
..
dram src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>' 2019-10-21 14:21:09 +00:00
oprom arch/x86/*.S: use defines instead of hardcoded values 2019-10-29 19:41:19 +00:00
azalia_device.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
cardbus_device.c src: Remove unused include '<device/pci_ids.h>' 2019-10-18 18:41:09 +00:00
cpu_device.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
device.c device/pci: Enable full 16-bit VGA port i/o decoding 2019-10-06 14:33:54 +00:00
device_const.c device: add commentary to dev_find_slot() 2019-09-27 21:08:24 +00:00
device_util.c src/[arch-lib]: change "unsigned" to "unsigned int" 2019-10-27 21:08:39 +00:00
hypertransport.c src/[arch-lib]: change "unsigned" to "unsigned int" 2019-10-27 21:08:39 +00:00
i2c.c src/[arch-lib]: change "unsigned" to "unsigned int" 2019-10-27 21:08:39 +00:00
i2c_bus.c device/i2c_bus: Add i2c_dev_read_at16() 2019-09-30 11:50:16 +00:00
Kconfig device: add Kconfig option to hide GOP initialization option 2019-10-27 22:17:06 +00:00
Makefile.inc Add buffer_to/from_fifo32(_prefix) helpers 2019-08-22 10:36:22 +00:00
mmio.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
pci_class.c src: Remove unused include '<device/pci_ids.h>' 2019-10-18 18:41:09 +00:00
pci_device.c src/[arch-lib]: change "unsigned" to "unsigned int" 2019-10-27 21:08:39 +00:00
pci_early.c device/pci_early: Drop some __SIMPLE_DEVICE__ use 2019-09-30 20:06:06 +00:00
pci_ops.c device,drivers/: Drop some __SIMPLE_DEVICE__ use 2019-09-30 11:07:46 +00:00
pci_rom.c arch/acpi.h: Use of typedef for acpi_vfct 2019-10-24 07:44:53 +00:00
pciexp_device.c src/[arch-lib]: change "unsigned" to "unsigned int" 2019-10-27 21:08:39 +00:00
pcix_device.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
pnp_device.c src: Capitalize Super I/O 2019-10-07 19:18:36 +00:00
root_device.c device: Use scan_static_bus() over scan_lpc_bus() 2019-10-08 12:59:56 +00:00
smbus_ops.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
software_i2c.c src/[arch-lib]: change "unsigned" to "unsigned int" 2019-10-27 21:08:39 +00:00