Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
b20a50628f171f1b80b66971478e8d3e14833d92
/
arch
/
x86
/
lib
d2269f2
x86: Add helper code for running from EFI
by Simon Glass
· Tue Aug 04 12:34:01 2015 -0600
2b6d80b
x86: Handle running as EFI payload
by Simon Glass
· Tue Aug 04 12:34:00 2015 -0600
f95ad8c
x86: Add support for passing tables into U-Boot
by Simon Glass
· Tue Aug 04 12:33:57 2015 -0600
ce62a25
efi: Add 64-bit payload support
by Simon Glass
· Tue Aug 04 12:33:56 2015 -0600
9e72e64
x86: Support building the EFI stub
by Simon Glass
· Tue Aug 04 12:33:53 2015 -0600
672e82c
x86: Add relocation and link script for a 64-bit EFI application
by Simon Glass
· Tue Aug 04 12:33:51 2015 -0600
32ad3c0
x86: Allow relocation code to build without text base
by Simon Glass
· Tue Aug 04 12:33:49 2015 -0600
ab76a47
x86: Add support for U-Boot as an EFI application
by Ben Stoltz
· Tue Aug 04 12:33:46 2015 -0600
c615773
x86: Support skipping relocation for EFI
by Simon Glass
· Tue Aug 04 12:33:44 2015 -0600
daa93d9
x86: Add some missing global_data declarations in files that use gd
by Simon Glass
· Fri Jul 31 09:31:31 2015 -0600
1ec83e8
x86: Drop unused copy_fdt_to_ram()
by Simon Glass
· Fri Jul 31 09:31:29 2015 -0600
b9f3277
x86: Add a 'pause' instruction in __udelay() for QEMU target
by Miao Yan
· Mon Jul 27 19:16:07 2015 +0800
cf40bd4
x86: Reserve PCIe ECAM address range in the E820 table
by Bin Meng
· Wed Jul 22 01:21:15 2015 -0700
95882f0
x86: mpspec: Move writing ISA interrupt entry after PCI
by Bin Meng
· Wed Jul 22 01:21:10 2015 -0700
a2def7e
x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APIC
by Bin Meng
· Wed Jul 22 01:21:09 2015 -0700
da5d463
x86: pci: Assign pci irqs to all functions
by Bin Meng
· Wed Jul 15 16:23:40 2015 +0800
f6d504f
x86: Configure VESA parameters before loading Linux kernel
by Bin Meng
· Mon Jul 06 16:31:36 2015 +0800
933a29b
x86: cmd_mtrr: Improve MTRR list information
by Bin Meng
· Mon Jul 06 16:31:32 2015 +0800
589ff32
x86: bios: Allow pci config read/write to host bridge in int1a_handler
by Jian Luo
· Mon Jul 06 16:31:28 2015 +0800
71269fc
x86: bios: Synchronize stack between real and protected mode
by Jian Luo
· Mon Jul 06 16:42:06 2015 +0800
c4f407e
x86: Generate a valid MultiProcessor (MP) table
by Bin Meng
· Tue Jun 23 12:18:52 2015 +0800
f91cf6b
x86: Add MultiProcessor (MP) table APIs
by Bin Meng
· Tue Jun 23 12:18:51 2015 +0800
d560c5c
x86: fsp: Move FspInitEntry call to board_init_f()
by Bin Meng
· Sun Jun 07 11:33:14 2015 +0800
a3c9fb0
x86: fsp: Load GDT before calling FspInitEntry
by Bin Meng
· Sun Jun 07 11:33:13 2015 +0800
17194d5
x86: fsp_support: Correct high mem comment typo
by Andrew Bradford
· Fri May 22 15:11:23 2015 -0400
07e922a
x86: Add support for the Simple Firmware Interface (SFI)
by Simon Glass
· Tue Apr 28 20:25:10 2015 -0600
3ce7495
x86: fsp: Use reset_cpu()
by Simon Glass
· Tue Apr 28 20:11:32 2015 -0600
7b73090
x86: Correct the typo in write_tables()
by Bin Meng
· Tue Apr 28 18:37:03 2015 +0800
7a01b87
x86: Check PIRQ routing table sanity in the F segment
by Bin Meng
· Mon Apr 27 14:16:01 2015 +0800
45236ad
x86: Support platform PIRQ routing
by Bin Meng
· Fri Apr 24 18:10:05 2015 +0800
f17cea6
x86: Write configuration tables in last_stage_init()
by Bin Meng
· Fri Apr 24 18:10:04 2015 +0800
32a4a04
x86: Install a default e820 table in the __weak install_e820_map()
by Bin Meng
· Tue Apr 21 12:21:36 2015 +0800
bbbe1af
x86: Remove the old VGA driver
by Bin Meng
· Mon Apr 13 19:05:02 2015 +0800
a5caa37
dm: x86: Add a uclass for an Low Pin Count (LPC) device
by Simon Glass
· Thu Mar 26 09:29:28 2015 -0600
404bc5e
dm: x86: Add a uclass for a Platform Controller Hub
by Simon Glass
· Thu Mar 26 09:29:27 2015 -0600
35f15f6
dm: x86: spi: Convert ICH SPI driver to driver model
by Simon Glass
· Thu Mar 26 09:29:26 2015 -0600
4e03781
dm: x86: pci: Add a PCI driver for driver model
by Simon Glass
· Thu Mar 05 12:25:31 2015 -0700
240d06d
x86: Add a x86_ prefix to the x86-specific PCI functions
by Simon Glass
· Thu Mar 05 12:25:15 2015 -0700
39620f6
x86: Define macros for pci configuration space access
by Bin Meng
· Mon Feb 02 22:35:25 2015 +0800
4661c2c
x86: Allow a UART to be set up before the FSP is ready
by Simon Glass
· Tue Jan 27 22:13:42 2015 -0700
8afe6ff
x86: Remove unnecessary casts and fix comment typos
by Simon Glass
· Tue Jan 27 22:13:40 2015 -0700
509805b
x86: mmc: Move common FSP functions into a common file
by Simon Glass
· Tue Jan 27 22:13:39 2015 -0700
2cf265e
x86: Make CAR and DRAM FSP code common
by Simon Glass
· Tue Jan 27 22:13:38 2015 -0700
457191e
x86: Adjust the FSP types slightly
by Simon Glass
· Tue Jan 27 22:13:37 2015 -0700
b93abfc
x86: Move common FSP code into a common location
by Simon Glass
· Tue Jan 27 22:13:36 2015 -0700
80d2976
x86: Test mtrr support flag before accessing mtrr msr
by Bin Meng
· Thu Jan 22 11:29:41 2015 +0800
38a9eb1
x86: Fix out of bounds irq handlers access
by Sebastien Ronsse
· Mon Jan 12 17:17:25 2015 +0000
b2eb48b
x86: Allow a hardcoded TSC frequency provided by Kconfig
by Bin Meng
· Tue Jan 06 22:14:14 2015 +0800
2f848bc
x86: fsp: Drop get_hob_type() and get_hob_length()
by Bin Meng
· Tue Jan 06 14:04:36 2015 +0800
fc0ba2d
x86: Add an 'mtrr' command to list and adjust MTRRs
by Simon Glass
· Thu Jan 01 16:18:15 2015 -0700
004ba17
x86: Commit the current MTRRs before relocation
by Simon Glass
· Thu Jan 01 16:18:11 2015 -0700
91ea034
x86: Tidy up VESA mode numbers
by Simon Glass
· Thu Jan 01 16:18:04 2015 -0700
6548ce9
x86: Use cache, don't clear the display in video BIOS
by Simon Glass
· Thu Jan 01 16:18:03 2015 -0700
2b21598
x86: Simplify the fsp hob access functions
by Bin Meng
· Tue Dec 30 16:02:05 2014 +0800
db60d86
x86: Clean up the FSP support codes
by Bin Meng
· Wed Dec 17 15:50:49 2014 +0800
d0506f7
x86: move arch-specific asmlinkage to <asm/linkage.h>
by Masahiro Yamada
· Wed Dec 03 17:36:57 2014 +0900
90699df
x86: Add a simple command to show FSP HOB information
by Bin Meng
· Fri Dec 12 21:05:32 2014 +0800
005f0af
x86: Support Intel FSP initialization path in start.S
by Bin Meng
· Fri Dec 12 21:05:31 2014 +0800
8c5acf4
x86: Clean up asm-offsets
by Bin Meng
· Fri Dec 12 21:05:22 2014 +0800
e722852
Replace <compiler.h> with <linux/compiler.h>
by Masahiro Yamada
· Wed Nov 26 16:00:58 2014 +0900
b2978d3
x86: Add support for running option ROMs natively
by Simon Glass
· Fri Nov 14 20:56:32 2014 -0700
cb9d9cb
x86: Refactor interrupt_init()
by Bin Meng
· Thu Nov 20 16:11:16 2014 +0800
25727c2
x86: Call cpu_init_interrupts() from interrupt_init()
by Bin Meng
· Thu Nov 20 16:10:49 2014 +0800
0e9c633
x86: Set up edge triggering on interrupt 9
by Simon Glass
· Fri Nov 14 18:18:31 2014 -0700
2a883d7
x86: Panic if there is no relocation data
by Simon Glass
· Fri Nov 14 18:18:23 2014 -0700
268eefd
x86: ivybridge: Implement SDRAM init
by Simon Glass
· Wed Nov 12 22:42:28 2014 -0700
40a8c35
x86: Allow timer calibration to work on ivybridge
by Simon Glass
· Wed Nov 12 22:42:04 2014 -0700
2e733b1
x86: Remove unnecessary find_fdt(), prepare_fdt() functions
by Simon Glass
· Mon Nov 10 18:00:25 2014 -0700
aed37bf
x86: Save TSC frequency in the global data
by Bin Meng
· Sun Nov 09 22:19:35 2014 +0800
bba9705
x86: Add quick TSC calibration via PIT
by Bin Meng
· Sun Nov 09 22:19:25 2014 +0800
49f7099
x86: Do TSC MSR calibration only for known/supported CPUs
by Bin Meng
· Sun Nov 09 22:19:13 2014 +0800
ddf446b
x86: Correct a few progress message nits
by Simon Glass
· Fri Oct 10 08:21:59 2014 -0600
67b22d5
x86: bootm: Support booting a 64-bit raw kernel
by Simon Glass
· Fri Oct 10 08:21:58 2014 -0600
d98a5bd
x86: Move kernel boot function to arch/x86/lib/bootm.c
by Simon Glass
· Fri Oct 10 08:21:56 2014 -0600
d8d9fec
x86: Move paging functions into cpu.c
by Simon Glass
· Fri Oct 10 08:21:52 2014 -0600
91b5ed8
x86: Use correct printf() format string for uintptr_t
by Simon Glass
· Wed Oct 15 04:38:36 2014 -0600
26631ae
dm: x86: Remove ebp assembler warning in zimage.c
by Simon Glass
· Fri Oct 10 07:49:14 2014 -0600
3070446
x86: set CONFIG_USE_PRIVATE_LIBGCC to y
by Masahiro Yamada
· Fri Oct 24 01:30:41 2014 +0900
4b4f273
x86: Allow cmdline setup in setup_zimage() to be optional
by Simon Glass
· Sun Oct 19 21:11:21 2014 -0600
aa83f2b
x86: Rewrite bootm.c to make it similar to ARM
by Simon Glass
· Sun Oct 19 21:11:20 2014 -0600
b62b39b
cosmetic: replace MIN, MAX with min, max
by Masahiro Yamada
· Thu Sep 18 13:28:06 2014 +0900
0d1e1f7
stdio: Pass device pointer to stdio methods
by Simon Glass
· Wed Jul 23 06:54:59 2014 -0600
1867bd4
stdio: Remove redundant code around stdio_register() calls
by Simon Glass
· Wed Jul 23 06:54:58 2014 -0600
8226dfd
kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib
by Masahiro Yamada
· Tue Mar 18 16:38:13 2014 +0900
46230b6
kbuild, x86: use a short log for arch/x86/lib/libgcc.a
by Masahiro Yamada
· Tue Mar 11 11:05:13 2014 +0900
43c0893
dts: re-write dts/Makefile more simply with Kbuild
by Masahiro Yamada
· Wed Feb 05 11:28:25 2014 +0900
59f15f2
kbuild: change out-of-tree build
by Masahiro Yamada
· Tue Feb 04 17:24:24 2014 +0900
aa96dd1
x86: convert makefiles to Kbuild style
by Masahiro Yamada
· Mon Oct 21 11:53:34 2013 +0900
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
d2df811
Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM
by Dirk Eibach
· Wed Jun 26 15:55:16 2013 +0200
f059d0a
blackfin: x86: bootm: Handle PREP stage of bootm
by Simon Glass
· Wed Jul 10 23:08:09 2013 -0700
42081ce
x86: Support tracing function
by Simon Glass
· Tue Jun 11 11:14:52 2013 -0700
42fc60a
x86: Correct missing local variable in bootm
by Simon Glass
· Tue Jun 11 11:14:34 2013 -0700
3e8b605
x86: Re-enable PCAT timer 2 for beeping
by Simon Glass
· Wed Apr 17 16:13:39 2013 +0000
8e29441
x86: Remove ISR timer
by Simon Glass
· Wed Apr 17 16:13:38 2013 +0000
11d7a5b
x86: Add TSC timer
by Simon Glass
· Wed Apr 17 16:13:36 2013 +0000
bcc28da
x86: Rationalise kernel booting logic and bootstage
by Simon Glass
· Wed Apr 17 16:13:35 2013 +0000
bb6306c
x86: Declare global_data pointer when it is used
by Simon Glass
· Wed Apr 17 16:13:33 2013 +0000
7414d14
x86: Remove legacy board init code
by Simon Glass
· Wed Apr 17 16:13:32 2013 +0000
553faa4
x86: Remove unused bios/pci code
by Simon Glass
· Wed Apr 17 16:13:30 2013 +0000
Next »