1. e31a79a x86: Compile coreboot_table.c only for SeaBIOS by Bin Meng · Wed May 11 07:44:58 2016 -0700
  2. 75e27da x86: qemu: fix ACPI Kconfig options by Miao Yan · Sun May 22 19:37:10 2016 -0700
  3. 11cd631 x86: Add an ICH6 pin configuration driver by Simon Glass · Fri Mar 11 22:07:13 2016 -0700
  4. 3815d57 x86: Implement functions for writing coreboot table by Bin Meng · Sat Feb 27 22:58:03 2016 -0800
  5. cc2a370 x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE by Bin Meng · Tue Feb 02 05:58:09 2016 -0800
  6. 3b68c52 x86: qemu: add the ability to load and link ACPI tables from QEMU by Miao Yan · Wed Jan 20 01:57:06 2016 -0800
  7. 29ce97e dm: x86: Add a northbridge uclass by Simon Glass · Sun Jan 17 16:11:14 2016 -0700
  8. 68a2423 dm: Expand the uclass for Platform Controller Hubs (PCH) by Simon Glass · Mon Jan 18 20:19:17 2016 -0700
  9. b2aa4c5 x86: tsc: Move tsc_timer.c to drivers/timer by Bin Meng · Fri Nov 13 00:11:24 2015 -0800
  10. b29a08c x86: Rename pcat_ to i8254 and i8259 accordingly by Bin Meng · Thu Oct 22 19:13:30 2015 -0700
  11. 21666cf x86: Move mrccache.[c|h] to a common place by Bin Meng · Sun Oct 11 21:37:36 2015 -0700
  12. 3f56d45 x86: fsp: Make hob command a sub-command to fsp by Bin Meng · Sat Oct 10 01:47:58 2015 -0700
  13. ae5bedb x86: Add SMBIOS table support by Bin Meng · Mon Oct 12 05:23:41 2015 -0700
  14. a489963 x86: Move install_e820_map() out of zimage.c by Bin Meng · Wed Oct 07 20:19:10 2015 -0700
  15. 331141a x86: Generate a valid ACPI table by Saket Sinha · Sat Aug 22 12:20:55 2015 +0530
  16. d2269f2 x86: Add helper code for running from EFI by Simon Glass · Tue Aug 04 12:34:01 2015 -0600
  17. 9e72e64 x86: Support building the EFI stub by Simon Glass · Tue Aug 04 12:33:53 2015 -0600
  18. f91cf6b x86: Add MultiProcessor (MP) table APIs by Bin Meng · Tue Jun 23 12:18:51 2015 +0800
  19. 07e922a x86: Add support for the Simple Firmware Interface (SFI) by Simon Glass · Tue Apr 28 20:25:10 2015 -0600
  20. 45236ad x86: Support platform PIRQ routing by Bin Meng · Fri Apr 24 18:10:05 2015 +0800
  21. f17cea6 x86: Write configuration tables in last_stage_init() by Bin Meng · Fri Apr 24 18:10:04 2015 +0800
  22. bbbe1af x86: Remove the old VGA driver by Bin Meng · Mon Apr 13 19:05:02 2015 +0800
  23. a5caa37 dm: x86: Add a uclass for an Low Pin Count (LPC) device by Simon Glass · Thu Mar 26 09:29:28 2015 -0600
  24. 404bc5e dm: x86: Add a uclass for a Platform Controller Hub by Simon Glass · Thu Mar 26 09:29:27 2015 -0600
  25. 4e03781 dm: x86: pci: Add a PCI driver for driver model by Simon Glass · Thu Mar 05 12:25:31 2015 -0700
  26. b93abfc x86: Move common FSP code into a common location by Simon Glass · Tue Jan 27 22:13:36 2015 -0700
  27. fc0ba2d x86: Add an 'mtrr' command to list and adjust MTRRs by Simon Glass · Thu Jan 01 16:18:15 2015 -0700
  28. 90699df x86: Add a simple command to show FSP HOB information by Bin Meng · Fri Dec 12 21:05:32 2014 +0800
  29. b2978d3 x86: Add support for running option ROMs natively by Simon Glass · Fri Nov 14 20:56:32 2014 -0700
  30. 268eefd x86: ivybridge: Implement SDRAM init by Simon Glass · Wed Nov 12 22:42:28 2014 -0700
  31. 3070446 x86: set CONFIG_USE_PRIVATE_LIBGCC to y by Masahiro Yamada · Fri Oct 24 01:30:41 2014 +0900
  32. 46230b6 kbuild, x86: use a short log for arch/x86/lib/libgcc.a by Masahiro Yamada · Tue Mar 11 11:05:13 2014 +0900
  33. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · Tue Feb 04 17:24:24 2014 +0900
  34. aa96dd1 x86: convert makefiles to Kbuild style by Masahiro Yamada · Mon Oct 21 11:53:34 2013 +0900
  35. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  36. d2df811 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · Wed Jun 26 15:55:16 2013 +0200
  37. 3e8b605 x86: Re-enable PCAT timer 2 for beeping by Simon Glass · Wed Apr 17 16:13:39 2013 +0000
  38. 8e29441 x86: Remove ISR timer by Simon Glass · Wed Apr 17 16:13:38 2013 +0000
  39. 11d7a5b x86: Add TSC timer by Simon Glass · Wed Apr 17 16:13:36 2013 +0000
  40. 7414d14 x86: Remove legacy board init code by Simon Glass · Wed Apr 17 16:13:32 2013 +0000
  41. 553faa4 x86: Remove unused bios/pci code by Simon Glass · Wed Apr 17 16:13:30 2013 +0000
  42. 2e4622d x86: Enable generic board support by Simon Glass · Mon Mar 11 07:40:13 2013 +0000
  43. 73368fc x86: Remove unused real mode code by Simon Glass · Thu Feb 14 17:38:30 2013 +0000
  44. 54df8ce x86: Build vga video code only if CONFIG_VIDEO_VGA is defined by Simon Glass · Mon Dec 03 13:59:47 2012 +0000
  45. d64c6ad x86: Implement arch_phys_memset so that it can wipe memory above 4GB by Gabe Black · Tue Oct 23 18:04:46 2012 +0000
  46. 76ce249 x86: Allow compiling out realmode/bios code by Gabe Black · Thu Nov 29 16:23:41 2012 +0000
  47. a875dda x86: Split init functions out of board.c by Graeme Russ · Fri Dec 23 16:51:29 2011 +1100
  48. 6ae6dd8 x86: Move relocation code out of board.c by Graeme Russ · Fri Dec 23 15:57:58 2011 +1100
  49. ac52e47 x86: Move do_go_exec() out of board.c by Graeme Russ · Fri Dec 23 10:16:11 2011 +1100
  50. 1662cf1 x86: Wrap small helper functions from libgcc to avoid an ABI mismatch by Gabe Black · Wed Nov 16 23:01:37 2011 +0000
  51. 0e49905 x86: Import the glibc memset implementation by Gabe Black · Mon Nov 14 14:47:18 2011 +0000
  52. 19fc0d5 x86: Provide more configuration granularity by Graeme Russ · Tue Nov 08 02:33:20 2011 +0000
  53. cbfce1d x86: Rename i386 to x86 by Graeme Russ · Wed Apr 13 19:43:28 2011 +1000[Renamed from arch/i386/lib/Makefile]
  54. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  55. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · Mon Apr 12 22:28:04 2010 -0500[Renamed from lib_i386/Makefile]
  56. 4b804e1 i386: Reorder source objects in lib_i386 Makefile by Graeme Russ · Tue Nov 24 20:04:15 2009 +1100
  57. 296b5e2 i386: Moved PCI from #ifdef to conditional compile for sc520 boards by Graeme Russ · Sun Aug 23 12:59:57 2009 +1000
  58. 7679d1f Implement SC520 timers by Graeme Russ · Tue Feb 24 21:14:45 2009 +1100
  59. 77290ee Rewrite i386 interrupt handling by Graeme Russ · Tue Feb 24 21:13:40 2009 +1100
  60. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  61. 699ffe5 [Makefile] Sort COBJS in lib_<arch> Makefiles by Marian Balakowicz · Wed Feb 27 11:00:47 2008 +0100
  62. 79fcab8 [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · Thu Jan 31 13:20:06 2008 +0100
  63. 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · Mon Oct 09 01:02:05 2006 +0200
  64. d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · Fri Sep 01 19:49:50 2006 +0200
  65. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  66. abda5ca * Patch by Marc Singer, 29 May 2003: by wdenk · Sat May 31 18:35:21 2003 +0000
  67. 591dda5 * Patch by Daniel Engström, 13 Nov 2002: by wdenk · Mon Nov 18 00:14:45 2002 +0000