index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: Kconfig: Add a separate config for FS_CBFS
Simon Glass
2017-04-30
1
-0
/
+1
*
fs: Convert CONFIG_CMD_CBFS to Kconfig
Simon Glass
2017-04-30
1
-0
/
+1
*
x86: Display the SPL banner only once
Simon Glass
2017-04-18
1
-2
/
+1
*
x86: Drop leading spaces in cpu_x86_get_desc()
Simon Glass
2017-04-18
1
-1
/
+5
*
x86: Introduce minimal PMU driver for Intel MID platforms
Andy Shevchenko
2017-04-10
4
-0
/
+130
*
x86: Add SCU IPC driver for Intel MID platforms
Felipe Balbi
2017-04-10
5
-0
/
+200
*
x86: bootm: Fix FIT image booting on x86
Stefan Roese
2017-04-10
1
-1
/
+1
*
x86: Add file names from Kconfig in descriptor/intel-me nodes in u-boot.dtsi
Stefan Roese
2017-04-10
1
-0
/
+2
*
x86: Kconfig: Add options to configure the descriptor.bin / me.bin filenames
Stefan Roese
2017-04-10
1
-0
/
+16
*
board_f: Make relocation functions generic
Simon Glass
2017-04-05
2
-18
/
+1
*
board_f: Make init_helpers generic
Simon Glass
2017-04-05
2
-14
/
+1
*
Move dram_init_banksize() to a common header
Simon Glass
2017-04-05
1
-1
/
+0
*
board_f: Drop setup_dram_config() wrapper
Simon Glass
2017-04-05
9
-10
/
+26
*
board_f: x86: Use checkcpu() for CPU init
Simon Glass
2017-04-05
9
-7
/
+55
*
board_f: x86: Rename x86_fsp_init() to arch_fsp_init()
Simon Glass
2017-04-05
2
-4
/
+1
*
dm: core: Add flags parameter to device_remove()
Stefan Roese
2017-04-04
1
-2
/
+2
*
x86: Intel MID platforms has no microcode update
Andy Shevchenko
2017-02-21
1
-1
/
+2
*
x86: zImage: add Intel MID platforms support
Vincent Tinelli
2017-02-21
1
-0
/
+4
*
x86: Introduce INTEL_MID quirk option
Andy Shevchenko
2017-02-21
1
-0
/
+14
*
x86: Force 32-bit jumps in interrupt handlers
J. Tang
2017-02-21
1
-1
/
+1
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
14
-24
/
+26
*
x86: make LOAD_FROM_32_BIT visible for platforms
Andy Shevchenko
2017-02-07
2
-10
/
+10
*
x86: qemu: Mark ucode as optional for SPL in u-boot.dtsi
Bin Meng
2017-02-07
1
-0
/
+6
*
x86: qemu: Set up device tree for SPL
Bin Meng
2017-02-07
2
-0
/
+8
*
x86: qemu: Fix compiler warnings for 64-bit
Bin Meng
2017-02-07
2
-4
/
+4
*
x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot proper
Bin Meng
2017-02-07
1
-1
/
+4
*
x86: Compile irq.c for 64-bit
Bin Meng
2017-02-07
1
-1
/
+1
*
x86: spl: Add weak arch_cpu_init_dm()
Bin Meng
2017-02-07
1
-0
/
+5
*
x86: Wrap print_ch() with config option
Bin Meng
2017-02-07
1
-0
/
+2
*
x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.c
Bin Meng
2017-02-07
1
-0
/
+2
*
x86: Update compile/link flags to support 64-bit U-Boot
Simon Glass
2017-02-07
2
-4
/
+28
*
x86: link: Set up device tree for SPL
Simon Glass
2017-02-07
1
-1
/
+14
*
x86: link: Add SPL declarations to the binman image
Simon Glass
2017-02-07
1
-0
/
+19
*
x86: Add a dummy setjmp implementation for x86_64
Simon Glass
2017-02-07
2
-1
/
+21
*
x86: Move setjmp to the i386 directory
Simon Glass
2017-02-07
3
-3
/
+1
*
x86: Move call64 to the i386 directory
Simon Glass
2017-02-07
3
-1
/
+2
*
x86: Change irq_already_routed to a local variable
Simon Glass
2017-02-07
1
-4
/
+6
*
x86: Move turbo_state to global_data
Simon Glass
2017-02-07
2
-4
/
+5
*
x86: Move pirq_routing_table to global_data
Simon Glass
2017-02-07
2
-7
/
+6
*
x86: Support jumping from SPL to U-Boot
Simon Glass
2017-02-06
3
-0
/
+76
*
x86: Drop interrupt support in 64-bit mode
Simon Glass
2017-02-06
1
-0
/
+5
*
x86: Don't try to boot Linux from SPL
Simon Glass
2017-02-06
1
-0
/
+4
*
x86: Don't build 32-bit efi files on x86_64
Simon Glass
2017-02-06
1
-0
/
+4
*
x86: Don't build cpu files which are not supported on 64-bit
Simon Glass
2017-02-06
1
-1
/
+8
*
x86: Don't build call64 and setjmp on 64-bit
Simon Glass
2017-02-06
2
-1
/
+12
*
x86: Don't try to run the VGA BIOS in 64-bit mode
Simon Glass
2017-02-06
1
-0
/
+2
*
x86: ivybridge: Provide a dummy SDRAM init for 64-bit
Simon Glass
2017-02-06
3
-0
/
+31
*
x86: ivybridge: Skip SATA init in SPL
Simon Glass
2017-02-06
1
-0
/
+2
*
x86: Fix up type sizes for 64-bit
Simon Glass
2017-02-06
2
-0
/
+10
*
x86: Drop flag_is_changable() on x86_64
Simon Glass
2017-02-06
1
-0
/
+3
[next]