1. aaaa557 x86: Remove SMP limitation in lapic_setup() by Bin Meng · 8 years ago
  2. 3299be2 x86: Don't touch IA32_APIC_BASE MSR on Intel Quark by Bin Meng · 8 years ago
  3. 0ac8d5e x86: galileo: Enable CPU driver by Bin Meng · 8 years ago
  4. bab4b96 x86: Use latest microcode for all BayTrail boards by Bin Meng · 8 years ago
  5. c88f508 x86: baytrail: Update to latest microcode by Bin Meng · 8 years ago
  6. 5c60a3a x86: Add some notes for MRC cache with Intel FSP by Bin Meng · 8 years ago
  7. 2baf3a5 x86: crownbay: Disable boot stage support by Bin Meng · 8 years ago
  8. 0fbdaa0 acpi: Clean IASL generated intermediate files by Bin Meng · 8 years ago
  9. efd4be4 x86: doc: Add porting hints for ACPI with Windows by Bin Meng · 8 years ago
  10. 7bfe0da x86: baytrail: Add GPIO ASL description by Bin Meng · 8 years ago
  11. fa42743 x86: baytrail: Add internal UART ASL description by Bin Meng · 8 years ago
  12. bb68dd5 acpi: Quieten IASL output when 'make -s' is used by Bin Meng · 8 years ago
  13. 206a3a4 x86: doc: Mention Ubuntu/Windows installation and boot support by Bin Meng · 8 years ago
  14. da94439 x86: baytrail: Enable SeaBIOS on all boards by Bin Meng · 8 years ago
  15. 5a6a2c7 x86: doc: Update information about IGD with SeaBIOS by Bin Meng · 8 years ago
  16. 10fcabe x86: acpi: Remove header length check when writing tables by Bin Meng · 8 years ago
  17. 17b63c8 x86: acpi: Remove the unnecessary checksum calculation of DSDT by Bin Meng · 8 years ago
  18. 6aef68d x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM by Bin Meng · 8 years ago
  19. 644a767 x86: Use high_table_malloc() for tables passing to SeaBIOS by Bin Meng · 8 years ago
  20. d19c907 x86: Reserve configuration tables in high memory by Bin Meng · 8 years ago
  21. 0c2b7ee x86: Unify reserve_arch() for all x86 boards by Bin Meng · 8 years ago
  22. 789b6dc x86: Prepare configuration tables in dedicated high memory region by Bin Meng · 8 years ago
  23. 5483449 x86: Compile coreboot_table.c only for SeaBIOS by Bin Meng · 8 years ago
  24. 10d569e x86: Fix up PIRQ routing table checksum earlier by Bin Meng · 8 years ago
  25. 1e2f7b9 x86: Call board_final_cleanup() in last_stage_init() by Bin Meng · 8 years ago
  26. 91fc5bf x86: minnowmax: Adjust U-Boot environment address in SPI flash by Bin Meng · 8 years ago
  27. f7e20f6 config: sandbox: enable qfw and cmd_qfw for testing by Miao Yan · 8 years ago
  28. 494ec0d x86: qemu: rename qemu/acpi_table.c by Miao Yan · 8 years ago
  29. eece493 cmd: qfw: bring ACPI generation code into qfw core by Miao Yan · 8 years ago
  30. d6ccb14 cmd: qfw: do not depend on x86 by Miao Yan · 8 years ago
  31. 86e30e6 cmd: qfw: do not require default macros when building qfw command by Miao Yan · 8 years ago
  32. 1868659 cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h] by Miao Yan · 8 years ago
  33. 331ba7d x86: qemu: add comment about qfw register endianness by Miao Yan · 8 years ago
  34. 2e82e74 x86: qemu: move x86 specific operations out of qfw core by Miao Yan · 8 years ago
  35. fcf5c04 x86: qemu: split qfw command interface and qfw core by Miao Yan · 8 years ago
  36. d3ad062 cmd: qfw: make fwcfg_present and fwcfg_dma_present public by Miao Yan · 8 years ago
  37. 05dd6f1 cmd: qfw: remove qemu_fwcfg_free_files() by Miao Yan · 8 years ago
  38. 099b219 cmd: qfw: add API to iterate firmware list by Miao Yan · 8 years ago
  39. 34865a6 x86: qemu: fix ACPI Kconfig options by Miao Yan · 8 years ago
  40. dd6f3ab x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · 8 years ago
  41. 49d929b x86: doc: Document ACPI support by Bin Meng · 8 years ago
  42. eda995a x86: doc: Minor update for accuracy by Bin Meng · 8 years ago
  43. 030b9e3 x86: Remove acpi=off boot parameter when ACPI is on by Bin Meng · 8 years ago
  44. 7a47a08 x86: baytrail: Add .gitignore for ACPI enabled boards by Bin Meng · 8 years ago
  45. ad3098f x86: baytrail: Enable ACPI table generation for all boards by Bin Meng · 8 years ago
  46. 4470f2d x86: baytrail: Generate ACPI FADT/MADT tables by Bin Meng · 8 years ago
  47. 42f8ebf x86: baytrail: Add platform ASL files by Bin Meng · 8 years ago
  48. fc4f5cc x86: acpi: Return table length in acpi_create_madt_lapics() by Bin Meng · 8 years ago
  49. 9e70a11 x86: acpi: Add some generic ASL libraries by Bin Meng · 8 years ago
  50. 7e6343e x86: acpi: Clean up table header revisions by Bin Meng · 8 years ago
  51. 25e133e x86: acpi: Align FACS table to a 64 byte boundary by Bin Meng · 8 years ago
  52. 7e79a6b x86: acpi: Use u32 in table write routines by Bin Meng · 8 years ago
  53. ab5efd5 x86: acpi: Adjust order in acpi_table.c by Bin Meng · 8 years ago
  54. dfbb18b x86: acpi: Change fill_header() by Bin Meng · 8 years ago
  55. cea9131 x86: acpi: Remove acpi_create_ssdt_generator() by Bin Meng · 8 years ago
  56. 728c4af x86: acpi: Reorder code in acpi_table.h by Bin Meng · 8 years ago
  57. 8a8c035 x86: acpi: Various changes to acpi_table.h by Bin Meng · 8 years ago
  58. f444662 x86: acpi: Remove unused codes by Bin Meng · 8 years ago
  59. 5dafcb8 acpi: Output all errors/warnings/remarks when compiling ASL by Bin Meng · 8 years ago
  60. 8c4cc21 acpi: Specify U-Boot include path for ASL files by Bin Meng · 8 years ago
  61. 3a2a3d0 acpi: Explicitly spell out dsdt.c in the make rule by Bin Meng · 8 years ago
  62. 68af8d8 acpi: Change build log for ASL files by Bin Meng · 8 years ago
  63. ce8dd77 x86: dts: Update to include ACTL register details by Bin Meng · 8 years ago
  64. d4e61f5 x86: irq: Enable SCI on IRQ9 by Bin Meng · 8 years ago
  65. 07ac84e x86: irq: Reserve IRQ9 for ACPI in PIC mode by Bin Meng · 8 years ago
  66. dca4d1a x86: acpi: Fix compiler warnings in write_acpi_tables() by Bin Meng · 8 years ago
  67. 5cb0f0d x86: Fix build warning in tables.c when CONFIG_SEABIOS by Bin Meng · 8 years ago
  68. b652447 x86: Drop asm/acpi.h by Bin Meng · 8 years ago
  69. 83b6a43 pico-imx6ul: Select CONFIG_HUSH_PARSER option by Fabio Estevam · 8 years ago
  70. 3dc9be8 eeprom: merge cmdline parsing of eeprom commands by Nikita Kiryanov · 8 years ago
  71. e7c2729 eeprom: use eeprom_execute_command for all eeprom functions by Nikita Kiryanov · 8 years ago
  72. 40ba13c malta: Support MIPS32r6 configurations by Paul Burton · 8 years ago
  73. 4685d4e malta: Remove ".set mips32" directive by Paul Burton · 8 years ago
  74. c52ebea MIPS: Support for targetting MIPSr6 by Paul Burton · 8 years ago
  75. 20286cd MIPS: Simplify CONFIG_SYS_CPU values by Paul Burton · 8 years ago
  76. 9f8ac82 MIPS: Use unchecked immediate addition/subtraction by Paul Burton · 8 years ago
  77. 400df30 mips: ath79: Add support for TPLink WDR4300 by Marek Vasut · 8 years ago
  78. e08539b mips: ath79: Add AR934x support by Marek Vasut · 8 years ago
  79. 4771bbe mips: ath79: Add support for ungating ethernet on ar933x and ar934x by Marek Vasut · 8 years ago
  80. 2986a9d mips: ath79: dts: Add ethernet MAC nodes for ar933x by Marek Vasut · 8 years ago
  81. 6b69974 mips: ath79: Add support for ungating USB on ar933x and ar934x by Marek Vasut · 8 years ago
  82. c3155878 mips: ath79: dts: Add generic-ehci node by Marek Vasut · 8 years ago
  83. 43a092f mips: ath79: Fix compiler warning on const assignment by Marek Vasut · 8 years ago
  84. 0a6767e mips: ath79: Fix ar71xx_regs.h indent by Marek Vasut · 8 years ago
  85. 0a0a958 mips: Add MIPS 74Kc tune by Marek Vasut · 8 years ago
  86. 5760fc7 mips: Fix compiler warning in cpu.c by Marek Vasut · 8 years ago
  87. 59e4080 ath79: add readonly attribute for ath79_soc_desc by Wills Wang · 8 years ago
  88. 5691d10 ath79: ar933x: use BIT macro for bit shift operation by Wills Wang · 8 years ago
  89. 773f3b2 ar933x: serial: Remove the explicit pinctrl setting by Wills Wang · 8 years ago
  90. 5fabf2e ath79: spi: Remove the explicit pinctrl setting by Wills Wang · 8 years ago
  91. 8cf7a41 mips: Report reloc information in bdinfo by Tim Chick · 9 years ago
  92. 5c99045 drivers: mtd: add Microchip PIC32 internal non-CFI flash driver. by Purna Chandra Mandal · 9 years ago
  93. 30fd42c flash: add device ID for Microchip PIC32 internal flash. by Purna Chandra Mandal · 9 years ago
  94. a2277cc mips: ath79: add AP143 reference board by Wills Wang · 9 years ago
  95. 6a7b52b mips: ath79: add AP121 reference board by Wills Wang · 9 years ago
  96. b85dc46 drivers: spi: add spi support for QCA/Atheros ath79 SOCs by Wills Wang · 9 years ago
  97. 60b4976 drivers: serial: add serial driver for ar933x SOC by Wills Wang · 9 years ago
  98. c102453 drivers: pinctrl: Add simple pinctrl driver for Qualcomm/Atheros qca953x. by Wills Wang · 9 years ago
  99. a79d064 drivers: pinctrl: Add simple pinctrl driver for Qualcomm/Atheros ar933x. by Wills Wang · 9 years ago
  100. 9b03f80 mips: ath79: add support for QCA953x SOCs by Wills Wang · 9 years ago