Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
14f1d29ef34ec43f5ba94156689dc445c0286252
/
arch
/
x86
/
cpu
/
coreboot
51a9aac
common: return type board_get_usable_ram_top
by Heinrich Schuchardt
· Sat Aug 12 20:16:58 2023 +0200
0444380
Correct SPL uses of USB_KEYBOARD
by Simon Glass
· Sun Feb 05 17:55:28 2023 -0700
4f4f583
board_f: Fix types for board_get_usable_ram_top()
by Pali Rohár
· Fri Sep 09 17:32:40 2022 +0200
0034d96
treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...
by Simon Glass
· Sat Aug 07 07:24:01 2021 -0600
b12d267
x86: coreboot: Use vendor in the Kconfig
by Simon Glass
· Sun Jun 27 17:51:07 2021 -0600
4bebdd3
treewide: Convert macro and uses of __section(foo) to __section("foo")
by Marek Behún
· Thu May 20 13:23:52 2021 +0200
02c5120
x86: Allow installing an e820 when booting from coreboot
by Simon Glass
· Mon Mar 15 18:00:23 2021 +1300
b7f8bad
x86: Move coreboot sysinfo parsing into generic x86 code
by Simon Glass
· Mon Mar 15 18:00:21 2021 +1300
3404e05
x86: Move coreboot timestamp info into coreboot_tables.h
by Simon Glass
· Mon Mar 15 18:00:19 2021 +1300
9a01fd9
x86: Make coreboot sysinfo available to any x86 board
by Simon Glass
· Mon Mar 15 18:00:18 2021 +1300
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
75ece5f
x86: Rename board_final_cleanup() to board_final_init()
by Simon Glass
· Thu Jul 16 21:22:38 2020 -0600
fb8736d
x86: Store the coreboot table address in global_data
by Simon Glass
· Thu Jul 16 21:22:34 2020 -0600
65e6339
x86: coreboot: add SMBIOS cbmem entry parsing
by Christian Gmeiner
· Thu May 14 15:16:22 2020 +0200
9758973
common: Drop init.h from common header
by Simon Glass
· Sun May 10 11:40:02 2020 -0600
1ea9789
common: Drop bootstage.h from common header
by Simon Glass
· Sun May 10 11:40:00 2020 -0600
bb88327
x86: coreboot: Allow building an SPL image
by Simon Glass
· Thu Apr 30 21:21:43 2020 -0600
de3d9af
x86: Allow building an SPL image for coreboot
by Simon Glass
· Thu Apr 30 21:21:40 2020 -0600
74cd30a
x86: Move coreboot-table detection into common code
by Simon Glass
· Sun Apr 26 09:12:58 2020 -0600
cce80dc
x86: Correct wording of coreboot source code
by Simon Glass
· Wed Apr 08 16:57:27 2020 -0600
d3edd42
x86: timer: use a timer base of 0
by Simon Glass
· Fri Dec 06 21:41:49 2019 -0700
6980b6b
common: Move board_get_usable_ram_top() out of common.h
by Simon Glass
· Thu Nov 14 12:57:45 2019 -0700
1fa70f8
common: Move checkcpu() out of common.h
by Simon Glass
· Thu Nov 14 12:57:34 2019 -0700
faa8821
x86: Remove x86 specific GD flags as they are not referenced at all
by Stefan Roese
· Fri Aug 16 14:45:28 2019 +0200
21c5322
x86: coreboot: make it possible to process unhandled tags
by Christian Gmeiner
· Wed Apr 17 14:42:05 2019 +0200
8d7b8d1
coreboot: only init usb if necessary
by Thomas RIENOESSL
· Thu Nov 29 20:07:12 2018 -0800
8fafd01
x86: Update mtrr functions to allow leaving cache alone
by Simon Glass
· Mon Oct 01 12:22:37 2018 -0600
204e1e5
x86: coreboot: Add generic coreboot payload support
by Bin Meng
· Fri Aug 10 02:39:33 2018 -0700
49568fe
x86: Add scsi command to coreboot and qemu
by Bin Meng
· Tue Jun 26 03:58:55 2018 -0700
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
4b8fc74
x86: Rename e820entry to e820_entry
by Bin Meng
· Wed Apr 11 22:02:11 2018 -0700
3838d71
x86: Use 'unsigned int' in install_e820_map() functions
by Bin Meng
· Wed Apr 11 22:02:10 2018 -0700
edf9f62
ata: Migrate CONFIG_SCSI_AHCI to Kconfig
by Tuomas Tynkkynen
· Fri Dec 08 15:36:19 2017 +0200
87551f1
env: Convert CONFIG_ENV_IS_IN... to a choice
by Simon Glass
· Thu Aug 03 12:21:59 2017 -0600
73f5bc1
x86: Switch all boards to use DM SCSI
by Bin Meng
· Sun Jul 30 19:24:02 2017 -0700
5b5d173
x86: kconfig: Move USB to platform Kconfig
by Bin Meng
· Sun Jul 30 06:23:27 2017 -0700
860520c
x86: coreboot: kconfig: Imply drivers that are useful
by Bin Meng
· Sun Jul 30 06:23:20 2017 -0700
b0d42d7
x86: kconfig: Select ARCH_MISC_INIT in the platform Kconfig
by Bin Meng
· Sun Jul 30 06:23:12 2017 -0700
842a8de
x86: kconfig: Let board select BOARD_EARLY_INIT_F
by Bin Meng
· Sun Jul 30 06:23:11 2017 -0700
579b51a
fs: Kconfig: Add a separate config for FS_CBFS
by Simon Glass
· Wed Apr 26 22:27:59 2017 -0600
0501e3e
fs: Convert CONFIG_CMD_CBFS to Kconfig
by Simon Glass
· Wed Apr 26 22:27:58 2017 -0600
2f949c3
board_f: Drop setup_dram_config() wrapper
by Simon Glass
· Fri Mar 31 08:40:32 2017 -0600
ee7c36f
board_f: x86: Use checkcpu() for CPU init
by Simon Glass
· Tue Mar 28 10:27:30 2017 -0600
a447017
x86: coreboot: Convert to use DM coreboot video driver
by Bin Meng
· Sun Oct 09 04:14:18 2016 -0700
4c2acfe
x86: coreboot: Remove the dummy pch driver
by Bin Meng
· Wed Jun 22 02:30:03 2016 -0700
2f8560c
x86: Call board_final_cleanup() in last_stage_init()
by Bin Meng
· Wed May 11 07:44:56 2016 -0700
164e757
x86: Move asm/arch-coreboot/tables.h to a common place
by Bin Meng
· Sat Feb 27 22:57:55 2016 -0800
3276163
dm: x86: spi: Convert ICH SPI driver to driver model PCI API
by Simon Glass
· Mon Jan 18 20:19:21 2016 -0700
38de020
x86: Convert to use driver model timer
by Bin Meng
· Fri Nov 13 00:11:22 2015 -0800
c35328a
x86: coreboot: Convert to use more dm drivers
by Bin Meng
· Fri Aug 28 02:22:38 2015 -0700
2bc8b8a
x86: coreboot: Allow >=4GiB memory bank size
by Bin Meng
· Thu Aug 13 00:29:11 2015 -0700
535109a
x86: Remove calculate_relocation_address()
by Bin Meng
· Thu Aug 13 00:29:10 2015 -0700
345ceca
x86: coreboot: Correctly report E820 types
by Bin Meng
· Thu Aug 13 00:29:09 2015 -0700
a1548b8
x86: pci: Tidy up the generic x86 PCI driver
by Simon Glass
· Fri Jul 03 18:28:25 2015 -0600
ef37e7b
x86: qemu: Implement PIRQ routing
by Bin Meng
· Wed Jun 03 09:20:06 2015 +0800
70be096
x86: coreboot: Control I/O port 0xb2 writing via device tree
by Bin Meng
· Wed Jun 03 09:20:05 2015 +0800
5949013
x86: coreboot: Fix cosmetic issues
by Bin Meng
· Wed Jun 03 09:20:02 2015 +0800
9278471
x86: link: Add PCH driver to support SPI Flash
by Simon Glass
· Mon Apr 20 07:07:03 2015 -0600
3da658a
dm: x86: pci: Convert coreboot to use driver model for pci
by Simon Glass
· Thu Mar 05 12:25:32 2015 -0700
745b1d1
x86: Support machines with >4GB of RAM
by Simon Glass
· Mon Mar 02 12:40:49 2015 -0700
6f71f60
x86: config: Enable hook for saving MRC configuration
by Simon Glass
· Mon Jan 19 22:16:15 2015 -0700
f4072ee
x86: Use ipchecksum from net/
by Simon Glass
· Mon Jan 19 22:16:09 2015 -0700
5390bba
x86: coreboot: Configure pci memory regions
by Bin Meng
· Tue Jan 06 22:14:23 2015 +0800
5d710a5
x86: coreboot: Move coreboot-specific defines from coreboot.h to Kconfig
by Bin Meng
· Tue Jan 06 22:14:18 2015 +0800
4c07a84
x86: coreboot: Set up timer base correctly
by Bin Meng
· Tue Jan 06 22:14:13 2015 +0800
7bf5b9e
x86: Add support for MTRRs
by Simon Glass
· Thu Jan 01 16:18:07 2015 -0700
e722852
Replace <compiler.h> with <linux/compiler.h>
by Masahiro Yamada
· Wed Nov 26 16:00:58 2014 +0900
d9de96d
x86: Remove board_early_init_r()
by Simon Glass
· Fri Nov 14 18:18:22 2014 -0700
b660ae7
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· Mon Nov 24 12:00:00 2014 -0500
2024319
x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory
by Masahiro Yamada
· Thu Nov 13 12:28:41 2014 +0900
db20464
linux/kernel.h: sync min, max, min3, max3 macros with Linux
by Masahiro Yamada
· Fri Nov 07 03:03:31 2014 +0900
9f0afe7
x86: Make show_boot_progress() common
by Simon Glass
· Wed Nov 12 22:42:26 2014 -0700
59762bc
x86: Tidy up coreboot header usage
by Simon Glass
· Wed Nov 12 22:42:16 2014 -0700
7680550
x86: Refactor PCI to permit alternate init
by Simon Glass
· Wed Nov 12 22:42:11 2014 -0700
245561d
x86: Emit post codes in startup code for Chromebooks
by Simon Glass
· Wed Nov 12 22:42:09 2014 -0700
0b36ecd
x86: Add chromebook_link board
by Simon Glass
· Wed Nov 12 22:42:07 2014 -0700
588751a
x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory
by Masahiro Yamada
· Thu Nov 13 12:28:41 2014 +0900
543bb14
x86: Replace fill_processor_name() with cpu_get_name()
by Simon Glass
· Mon Nov 10 18:00:26 2014 -0700
8337433
x86: Fix up some missing prototypes
by Simon Glass
· Thu Nov 06 13:20:08 2014 -0700
19a8b12
x86: Use the standard arch_cpu_init() function
by Simon Glass
· Thu Nov 06 13:20:06 2014 -0700
8aa7873
x86: Use the standard dram_init() function
by Simon Glass
· Thu Nov 06 13:20:05 2014 -0700
8226dfd
kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib
by Masahiro Yamada
· Tue Mar 18 16:38:13 2014 +0900
aa96dd1
x86: convert makefiles to Kbuild style
by Masahiro Yamada
· Mon Oct 21 11:53:34 2013 +0900
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· Mon Oct 07 13:07:26 2013 +0200
c57eadc
SPDX-License-Identifier: convert BSD-3-Clause files
by Wolfgang Denk
· Sun Jul 28 22:12:47 2013 +0200
9215e0b
config: don't define CONFIG_ARCH_DEVICE_TREE
by Stephen Warren
· Wed Jul 24 10:09:22 2013 -0700
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
eb2fd5c
x86: Add coreboot timestamps
by Simon Glass
· Wed Apr 17 16:13:48 2013 +0000
24f19b4
x86: Support adding coreboot timestanps to bootstage
by Simon Glass
· Wed Apr 17 16:13:47 2013 +0000
11d7a5b
x86: Add TSC timer
by Simon Glass
· Wed Apr 17 16:13:36 2013 +0000
ace6cd8
x86: Implement panic output for coreboot
by Simon Glass
· Wed Apr 17 16:13:34 2013 +0000
6dd76f6
x86: Fix DRAM bank size init with generic board
by Simon Glass
· Mon Apr 15 11:22:49 2013 +0000
3e93e33
x86: Use sections header to obtain link symbols
by Simon Glass
· Tue Mar 05 14:39:54 2013 +0000
6fa6e4a
x86: Permit bootstage and timer data to be used prior to relocation
by Simon Glass
· Thu Feb 28 19:26:12 2013 +0000
3297d4d
x86: Add function to get top of usable ram
by Simon Glass
· Thu Feb 28 19:26:10 2013 +0000
d1c0d2c
x86: drop unused code in coreboot.c
by Stefan Reinauer
· Sat Nov 03 11:41:39 2012 +0000
965b90b
x86: Remove coreboot_ from file name
by Stefan Reinauer
· Sat Nov 03 11:41:38 2012 +0000
56cee44
x86: Provide a way to throttle port80 accesses
by Vadim Bendebury
· Sat Nov 03 11:41:37 2012 +0000
33307c4
x86: Issue SMI to finalize Coreboot in final stage
by Duncan Laurie
· Sat Nov 03 11:41:35 2012 +0000
115f747
x86: Fix MTRR clear to detect which MTRR to use
by Duncan Laurie
· Mon Dec 03 13:59:00 2012 +0000
Next »