Update files with no newline at the end
Change-Id: I8febb8d74e2463622cab0313c543ceebec71fdf4 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/20705 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
467a87abce
commit
b4560cd523
@ -1 +1 @@
|
||||
romstage-y += gpio.c
|
||||
romstage-y += gpio.c
|
||||
|
@ -7,4 +7,4 @@ boot_devices=''
|
||||
boot_default=0x40
|
||||
cmos_defaults_loaded=Yes
|
||||
lpt=Enable
|
||||
gfx_uma_size=8M
|
||||
gfx_uma_size=8M
|
||||
|
@ -1 +1 @@
|
||||
/* dummy */
|
||||
/* dummy */
|
||||
|
@ -1 +1 @@
|
||||
/* dummy */
|
||||
/* dummy */
|
||||
|
@ -1 +1 @@
|
||||
/* dummy */
|
||||
/* dummy */
|
||||
|
@ -4,4 +4,4 @@ debug_level=Spew
|
||||
hyper_threading=Enable
|
||||
nmi=Enable
|
||||
boot_devices=''
|
||||
gfx_uma_size=8M
|
||||
gfx_uma_size=8M
|
||||
|
@ -1 +1 @@
|
||||
/* dummy */
|
||||
/* dummy */
|
||||
|
@ -1 +1 @@
|
||||
/* dummy */
|
||||
/* dummy */
|
||||
|
@ -4,4 +4,4 @@ debug_level=Spew
|
||||
hyper_threading=Enable
|
||||
nmi=Enable
|
||||
boot_devices=''
|
||||
gfx_uma_size=8M
|
||||
gfx_uma_size=8M
|
||||
|
@ -14,4 +14,4 @@
|
||||
##
|
||||
|
||||
romstage-y += gpio.c
|
||||
ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
|
||||
ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
|
||||
|
@ -29,4 +29,4 @@ ramstage-y += variants/$(VARIANT_DIR)/variant.c
|
||||
subdirs-y += variants/$(VARIANT_DIR)
|
||||
subdirs-y += variants/$(VARIANT_DIR)/spd
|
||||
|
||||
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
|
||||
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
|
||||
|
@ -39,4 +39,4 @@ $(SPD_BIN): $(SPD_DEPS)
|
||||
|
||||
cbfs-files-y += spd.bin
|
||||
spd.bin-file := $(SPD_BIN)
|
||||
spd.bin-type := spd
|
||||
spd.bin-type := spd
|
||||
|
@ -45,4 +45,4 @@ int variant_smbios_data(device_t dev, int *handle,
|
||||
void variant_romstage_entry(struct romstage_params *rp)
|
||||
{
|
||||
/* N/A for boards other than SAMUS */
|
||||
}
|
||||
}
|
||||
|
@ -48,4 +48,4 @@ void variant_romstage_entry(struct romstage_params *rp)
|
||||
* to prevent possible brownout.
|
||||
*/
|
||||
set_gpio(BOARD_PP3300_AUTOBAHN_GPIO, GPIO_OUT_HIGH);
|
||||
}
|
||||
}
|
||||
|
@ -22,4 +22,4 @@ smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c variants/$(VARIANT_DIR)/led.c
|
||||
romstage-y += variants/$(VARIANT_DIR)/led.c
|
||||
|
||||
subdirs-y += variants/$(VARIANT_DIR)
|
||||
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
|
||||
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
|
||||
|
@ -26,4 +26,4 @@ ramstage-y += variants/$(VARIANT_DIR)/pei_data.c
|
||||
romstage-y += led.c
|
||||
|
||||
subdirs-y += variants/$(VARIANT_DIR)
|
||||
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
|
||||
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
|
||||
|
@ -117,4 +117,4 @@ const struct pch_lp_gpio_map mainboard_gpio_map[] = {
|
||||
LP_GPIO_END
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -149,4 +149,4 @@ Scope (\_SB.PCI0.I2C1)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -61,4 +61,4 @@ Scope (\_SB.PCI0.I2C0)
|
||||
/* Allow device to power off in S0 */
|
||||
Name (_S0W, 4)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -117,4 +117,4 @@ const struct pch_lp_gpio_map mainboard_gpio_map[] = {
|
||||
LP_GPIO_END
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
ramstage-y += superio_hwm.c
|
||||
ramstage-y += cstates.c
|
||||
romstage-y += gpio.c
|
||||
romstage-y += gpio.c
|
||||
|
@ -4,4 +4,4 @@ debug_level=Spew
|
||||
hyper_threading=Enable
|
||||
nmi=Enable
|
||||
boot_devices=''
|
||||
gfx_uma_size=8M
|
||||
gfx_uma_size=8M
|
||||
|
@ -2,4 +2,4 @@ bootblock-y += bootblock.c
|
||||
bootblock-y += gpio.c
|
||||
|
||||
ramstage-y += mainboard.c
|
||||
ramstage-y += gpio.c
|
||||
ramstage-y += gpio.c
|
||||
|
@ -15,4 +15,4 @@ sticky_fn=Disable
|
||||
trackpoint=Enable
|
||||
backlight=Both
|
||||
hybrid_graphics_mode=Integrated Only
|
||||
usb_always_on=Disable
|
||||
usb_always_on=Disable
|
||||
|
@ -14,4 +14,4 @@ fn_ctrl_swap=Disable
|
||||
sticky_fn=Disable
|
||||
trackpoint=Enable
|
||||
hybrid_graphics_mode=Integrated Only
|
||||
usb_always_on=Disable
|
||||
usb_always_on=Disable
|
||||
|
@ -14,4 +14,4 @@ fn_ctrl_swap=Disable
|
||||
sticky_fn=Disable
|
||||
trackpoint=Enable
|
||||
hybrid_graphics_mode=Integrated Only
|
||||
usb_always_on=Disable
|
||||
usb_always_on=Disable
|
||||
|
@ -3,4 +3,4 @@ ROM package: SOIC-8
|
||||
ROM protocol: SPI
|
||||
ROM socketed: n
|
||||
Flashrom support: n
|
||||
Release year: 2012
|
||||
Release year: 2012
|
||||
|
@ -14,4 +14,4 @@ fn_ctrl_swap=Disable
|
||||
sticky_fn=Disable
|
||||
trackpoint=Enable
|
||||
backlight=Both
|
||||
usb_always_on=Disable
|
||||
usb_always_on=Disable
|
||||
|
@ -15,4 +15,4 @@ sticky_fn=Disable
|
||||
trackpoint=Enable
|
||||
backlight=Both
|
||||
hybrid_graphics_mode=Integrated Only
|
||||
usb_always_on=Disable
|
||||
usb_always_on=Disable
|
||||
|
@ -15,4 +15,4 @@
|
||||
|
||||
ramstage-y += dock.c
|
||||
ramstage-y += cstates.c
|
||||
ramstage-y += blc.c
|
||||
ramstage-y += blc.c
|
||||
|
@ -17,4 +17,4 @@ smm-$(CONFIG_HAVE_SMI_HANDLER) += dock.c
|
||||
smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c
|
||||
romstage-y += dock.c
|
||||
ramstage-y += dock.c
|
||||
romstage-y += gpio.c
|
||||
romstage-y += gpio.c
|
||||
|
@ -14,4 +14,4 @@ fn_ctrl_swap=Disable
|
||||
sticky_fn=Disable
|
||||
trackpoint=Enable
|
||||
backlight=Both
|
||||
usb_always_on=Disable
|
||||
usb_always_on=Disable
|
||||
|
@ -16,4 +16,4 @@
|
||||
smm-$(CONFIG_HAVE_SMI_HANDLER) += dock.c
|
||||
romstage-y += dock.c
|
||||
ramstage-y += dock.c
|
||||
romstage-y += gpio.c
|
||||
romstage-y += gpio.c
|
||||
|
@ -57,4 +57,4 @@ scope (\_SB) {
|
||||
Return (^RBUF)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -47,4 +47,4 @@ void platform_fsp_memory_init_params_cb(FSPM_UPD *mupd, uint32_t version)
|
||||
__attribute__((weak)) void mainboard_memory_init_params(FSPM_UPD *mupd)
|
||||
{
|
||||
/* Do nothing */
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_LPSS) += lpss.c
|
||||
romstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_LPSS) += lpss.c
|
||||
verstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_LPSS) += lpss.c
|
||||
verstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_LPSS) += lpss.c
|
||||
|
@ -1,2 +1,2 @@
|
||||
bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_UART) += uart.c
|
||||
ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_UART) += uart.c
|
||||
ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_UART) += uart.c
|
||||
|
@ -136,4 +136,4 @@ $(objcbfs)/bootblock.bin: $(objcbfs)/bootblock.raw.bin $(BDB) bootblock_offset
|
||||
seek=$(BOOTBLOCK_OFFSET) conv=notrunc of=$@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
endif
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user