Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
83b0face8c710f719445f3c282c2ca6fad326bd7
/
arch
/
x86
/
include
7bfe0da
x86: baytrail: Add GPIO ASL description
by Bin Meng
· 8 years ago
fa42743
x86: baytrail: Add internal UART ASL description
by Bin Meng
· 8 years ago
6aef68d
x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM
by Bin Meng
· 8 years ago
789b6dc
x86: Prepare configuration tables in dedicated high memory region
by Bin Meng
· 8 years ago
dd6f3ab
x86: qemu: Move qfw command over to cmd and add Kconfig entry
by Tom Rini
· 9 years ago
42f8ebf
x86: baytrail: Add platform ASL files
by Bin Meng
· 9 years ago
fc4f5cc
x86: acpi: Return table length in acpi_create_madt_lapics()
by Bin Meng
· 9 years ago
9e70a11
x86: acpi: Add some generic ASL libraries
by Bin Meng
· 9 years ago
7e6343e
x86: acpi: Clean up table header revisions
by Bin Meng
· 9 years ago
7e79a6b
x86: acpi: Use u32 in table write routines
by Bin Meng
· 9 years ago
ab5efd5
x86: acpi: Adjust order in acpi_table.c
by Bin Meng
· 9 years ago
dfbb18b
x86: acpi: Change fill_header()
by Bin Meng
· 9 years ago
cea9131
x86: acpi: Remove acpi_create_ssdt_generator()
by Bin Meng
· 9 years ago
728c4af
x86: acpi: Reorder code in acpi_table.h
by Bin Meng
· 9 years ago
8a8c035
x86: acpi: Various changes to acpi_table.h
by Bin Meng
· 9 years ago
f444662
x86: acpi: Remove unused codes
by Bin Meng
· 9 years ago
d4e61f5
x86: irq: Enable SCI on IRQ9
by Bin Meng
· 9 years ago
b652447
x86: Drop asm/acpi.h
by Bin Meng
· 9 years ago
65dd150
x86: Add common SDRAM-init code
by Simon Glass
· 9 years ago
7e4a6ae
x86: Move common PCH code into a common place
by Simon Glass
· 9 years ago
1cb1611
x86: Add a function to set the IOAPIC ID
by Simon Glass
· 9 years ago
2627c7e
x86: broadwell: Add support for SDRAM setup
by Simon Glass
· 9 years ago
71a8f20
x86: broadwell: Add power-control support
by Simon Glass
· 9 years ago
08cb742
x86: broadwell: Add an LPC driver
by Simon Glass
· 9 years ago
b24f5c4
x86: broadwell: Add a pinctrl driver
by Simon Glass
· 9 years ago
1e6f4e5
x86: broadwell: Add a PCH driver
by Simon Glass
· 9 years ago
2f3f477
x86: Add basic support for broadwell
by Simon Glass
· 9 years ago
0adf8d3
x86: Add support for running Intel reference code
by Simon Glass
· 9 years ago
779653b
x86: Drop all the old pin configuration code
by Simon Glass
· 9 years ago
7ac99be
x86: Add an ICH6 pin configuration driver
by Simon Glass
· 9 years ago
e77b62e
x86: Update microcode for secondary CPUs
by Simon Glass
· 9 years ago
6bcb675
x86: Record the CPU details when starting each core
by Simon Glass
· 9 years ago
005174d
x86: Allow I/O functions to use pointers
by Simon Glass
· 9 years ago
30928c1
x86: Add macros to clear and set I/O bits
by Simon Glass
· 9 years ago
b70e742
x86: ivybridge: Drop sandybridge_early_init()
by Simon Glass
· 9 years ago
8b900a4
x86: Move Intel Management Engine code to a common place
by Simon Glass
· 9 years ago
2a605d4
x86: Rename PORT_RESET to IO_PORT_RESET
by Simon Glass
· 9 years ago
50dd3da
x86: Move common CPU code to its own place
by Simon Glass
· 9 years ago
8c30b57
x86: Move common LPC code to its own place
by Simon Glass
· 9 years ago
bb096b9
x86: Add the root-complex block to common intel registers
by Simon Glass
· 9 years ago
06d336c
x86: Create a common header for Intel register access
by Simon Glass
· 9 years ago
9e66506
x86: Move microcode code to a common location
by Simon Glass
· 9 years ago
342727a
x86: cpu: Add functions to return the family and stepping
by Simon Glass
· 9 years ago
d116b53
x86: Add comments to the SIPI vector
by Simon Glass
· 9 years ago
fde4677
x86: Correct duplicate POST values
by Simon Glass
· 9 years ago
d6d50db
x86: gpio: Correct GPIO setup ordering
by Simon Glass
· 9 years ago
8bf08b4
x86: Add some more common MSR indexes
by Simon Glass
· 9 years ago
3cf2371
x86: Support booting SeaBIOS
by Bin Meng
· 9 years ago
26f9a9b
x86: Implement functions for writing coreboot table
by Bin Meng
· 9 years ago
358bb3f
x86: Change write_acpi_tables() signature a little bit
by Bin Meng
· 9 years ago
897e1dc
x86: Use a macro for ROM table alignment
by Bin Meng
· 9 years ago
f2d0690
x86: Clean up coreboot_tables.h
by Bin Meng
· 9 years ago
1329020
x86: Move sysinfo related to sysinfo.h
by Bin Meng
· 9 years ago
f1d6fda
x86: Move asm/arch-coreboot/tables.h to a common place
by Bin Meng
· 9 years ago
4374139
x86: ivybridge: Add FSP support
by Bin Meng
· 9 years ago
5c88442
x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE
by Bin Meng
· 9 years ago
3857ed0
x86: pci: Drop legacy PCI APIs
by Bin Meng
· 9 years ago
b46c208
x86: irq: Move irq_router to a per driver priv
by Bin Meng
· 9 years ago
2b7ff26
x86: Drop asm/arch/gpio.h
by Bin Meng
· 9 years ago
fa287b1
x86: qemu: add the ability to load and link ACPI tables from QEMU
by Miao Yan
· 9 years ago
a3b15a0
x86: qemu: setup PM IO base for ACPI in southbridge
by Miao Yan
· 9 years ago
2575722
x86: qemu: re-structure qemu_fwcfg_list_firmware()
by Miao Yan
· 9 years ago
d521197
x86: baytrail: Add option to disable the internal UART to setup_early_uart()
by Stefan Roese
· 9 years ago
25d5352
x86: ivybridge: Use syscon for the GMA device
by Simon Glass
· 9 years ago
98655f3
x86: Set up a shared syscon numbering schema
by Simon Glass
· 9 years ago
b2a6235
x86: ivybridge: Drop XHCI support
by Simon Glass
· 9 years ago
278d3a4
x86: ivybridge: Drop special EHCI init
by Simon Glass
· 9 years ago
1605b10
x86: ivybridge: Sort out the calls to bridge_silicon_revision()
by Simon Glass
· 9 years ago
a5ea3a7
x86: ivybridge: Move code from pch.c to bd82x6x.c
by Simon Glass
· 9 years ago
9434c7a
x86: ivybridge: Convert pch.c to use DM PCI API
by Simon Glass
· 9 years ago
fad1296
x86: ivybridge: Convert report_platform to DM PCI API
by Simon Glass
· 9 years ago
c02a424
x86: ivybridge: Convert SDRAM init to use driver model
by Simon Glass
· 9 years ago
4e19072
x86: ivybridge: Move LPC init into the LPC probe() method
by Simon Glass
· 9 years ago
865c24e
x86: ivybridge: Move lpc_enable() into gma.c
by Simon Glass
· 9 years ago
01a6790
x86: ivybridge: Use the SATA driver to do the init
by Simon Glass
· 9 years ago
82935b7
x86: ivybridge: Drop the unused bd82x6x_init_extra()
by Simon Glass
· 9 years ago
d46f2a6
x86: ivybridge: Do the SATA init before relocation
by Simon Glass
· 9 years ago
1a9dd22
x86: ivybridge: Use driver model PCI API in bd82x6x.c
by Simon Glass
· 9 years ago
9ed781a
x86: ivybridge: Move northbridge and PCH init into drivers
by Simon Glass
· 9 years ago
afd5d50
x86: Make x86_init_cpus() static
by Simon Glass
· 9 years ago
9d156b5
x86: ivybridge: Move CPU init code into the driver
by Simon Glass
· 9 years ago
2b27d20
x86: ivybridge: Rename lpc_init() to lpc_init_extra()
by Simon Glass
· 9 years ago
858361b
x86: ivybridge: Rename bd82x6x_init()
by Simon Glass
· 9 years ago
788cd90
x86: ivybridge: Move lpc_early_init() to probe()
by Simon Glass
· 9 years ago
0bdce07
dm: x86: Drop the weak cpu_irq_init() function
by Simon Glass
· 9 years ago
d3b884b
dm: x86: Add a common PIRQ init function
by Simon Glass
· 9 years ago
12d6929
dm: x86: Set up interrupt routing from interrupt_init()
by Simon Glass
· 9 years ago
5b8031c
Add more SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
4edde96
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· 9 years ago
f60df20
x86: qemu: add fw_cfg support
by Miao Yan
· 9 years ago
87968de
x86: ivybridge: Add macros for LPC decode ranges
by Bin Meng
· 9 years ago
214feec
x86: fsp: Set up init runtime buffer in update_fsp_configs()
by Bin Meng
· 9 years ago
4ce022d
x86: fsp: Move struct fspinit_rtbuf definition to chipset header
by Bin Meng
· 9 years ago
81f84aa
x86: fsp: Rename update_fsp_upd() and change its signature
by Bin Meng
· 9 years ago
cb379a3
x86: fsp: Rename shared_data to fsp_config_data
by Bin Meng
· 9 years ago
57ac74f
x86: fsp: Add boot_mode as a member of struct shared_data
by Bin Meng
· 9 years ago
f0285fb
x86: fsp: Avoid cast stack_top in struct shared_data
by Bin Meng
· 9 years ago
aa02446
x86: fsp: Simplify fsp_continue()
by Bin Meng
· 9 years ago
9bf727f
dm: x86: ivybridge: Convert graphics init to use DM PCI API
by Simon Glass
· 9 years ago
1d4c83c
x86: tsc: Remove legacy timer codes
by Bin Meng
· 9 years ago
Next »