1. d550e82 SPL: fat: Fix spl_parse_image_header() return value handling by Tom Rini · 8 years ago
  2. 5f89a15 omap3: Fix SPI registers on am33xx and am43xx by Martin Hejnfelt · 8 years ago
  3. c1420f8 kbuild: fixdep: Check fstat(2) return value by Tom Rini · 8 years ago
  4. c409bd0 spl: Setup default value for OF_LIST by Michal Simek · 8 years ago
  5. 5adfa26 spl: fit: Print error message when FDT is not present by Michal Simek · 8 years ago
  6. bd6e142 mkimage: Add a quiet mode by Simon Glass · 8 years ago
  7. 8df81e1 image-fit: Don't display an error in fit_set_timestamp() by Simon Glass · 8 years ago
  8. 034eda8 malloc: improve memalign fragmentation fix by Stephen Warren · 8 years ago
  9. 8216b11 x86: galileo: Override SMBIOS product name by Bin Meng · 8 years ago
  10. 4cdce9f x86: Switch to use SMBIOS Kconfig options when writing SMBIOS tables by Bin Meng · 8 years ago
  11. 5ce378c x86: kconfig: Add two options for SMBIOS manufacturer and product name by Bin Meng · 8 years ago
  12. 84c2999 x86: galileo: Enable MP table generation by Bin Meng · 8 years ago
  13. b813ea9a x86: broadwell: Correct I/O APIC ID by Bin Meng · 8 years ago
  14. 911d6f6 x86: quark: Assign a unique I/O APIC ID by Bin Meng · 8 years ago
  15. e212671 x86: Call lapic_setup() in interrupt_init() by Bin Meng · 8 years ago
  16. aaaa557 x86: Remove SMP limitation in lapic_setup() by Bin Meng · 8 years ago
  17. 3299be2 x86: Don't touch IA32_APIC_BASE MSR on Intel Quark by Bin Meng · 8 years ago
  18. 0ac8d5e x86: galileo: Enable CPU driver by Bin Meng · 8 years ago
  19. bab4b96 x86: Use latest microcode for all BayTrail boards by Bin Meng · 8 years ago
  20. c88f508 x86: baytrail: Update to latest microcode by Bin Meng · 8 years ago
  21. 5c60a3a x86: Add some notes for MRC cache with Intel FSP by Bin Meng · 8 years ago
  22. 2baf3a5 x86: crownbay: Disable boot stage support by Bin Meng · 8 years ago
  23. 0fbdaa0 acpi: Clean IASL generated intermediate files by Bin Meng · 8 years ago
  24. efd4be4 x86: doc: Add porting hints for ACPI with Windows by Bin Meng · 8 years ago
  25. 7bfe0da x86: baytrail: Add GPIO ASL description by Bin Meng · 8 years ago
  26. fa42743 x86: baytrail: Add internal UART ASL description by Bin Meng · 8 years ago
  27. bb68dd5 acpi: Quieten IASL output when 'make -s' is used by Bin Meng · 8 years ago
  28. 206a3a4 x86: doc: Mention Ubuntu/Windows installation and boot support by Bin Meng · 8 years ago
  29. da94439 x86: baytrail: Enable SeaBIOS on all boards by Bin Meng · 8 years ago
  30. 5a6a2c7 x86: doc: Update information about IGD with SeaBIOS by Bin Meng · 8 years ago
  31. 10fcabe x86: acpi: Remove header length check when writing tables by Bin Meng · 8 years ago
  32. 17b63c8 x86: acpi: Remove the unnecessary checksum calculation of DSDT by Bin Meng · 8 years ago
  33. 6aef68d x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM by Bin Meng · 8 years ago
  34. 644a767 x86: Use high_table_malloc() for tables passing to SeaBIOS by Bin Meng · 8 years ago
  35. d19c907 x86: Reserve configuration tables in high memory by Bin Meng · 8 years ago
  36. 0c2b7ee x86: Unify reserve_arch() for all x86 boards by Bin Meng · 8 years ago
  37. 789b6dc x86: Prepare configuration tables in dedicated high memory region by Bin Meng · 8 years ago
  38. 5483449 x86: Compile coreboot_table.c only for SeaBIOS by Bin Meng · 8 years ago
  39. 10d569e x86: Fix up PIRQ routing table checksum earlier by Bin Meng · 8 years ago
  40. 1e2f7b9 x86: Call board_final_cleanup() in last_stage_init() by Bin Meng · 8 years ago
  41. 91fc5bf x86: minnowmax: Adjust U-Boot environment address in SPI flash by Bin Meng · 8 years ago
  42. f7e20f6 config: sandbox: enable qfw and cmd_qfw for testing by Miao Yan · 8 years ago
  43. 494ec0d x86: qemu: rename qemu/acpi_table.c by Miao Yan · 8 years ago
  44. eece493 cmd: qfw: bring ACPI generation code into qfw core by Miao Yan · 8 years ago
  45. d6ccb14 cmd: qfw: do not depend on x86 by Miao Yan · 8 years ago
  46. 86e30e6 cmd: qfw: do not require default macros when building qfw command by Miao Yan · 8 years ago
  47. 1868659 cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h] by Miao Yan · 8 years ago
  48. 331ba7d x86: qemu: add comment about qfw register endianness by Miao Yan · 8 years ago
  49. 2e82e74 x86: qemu: move x86 specific operations out of qfw core by Miao Yan · 8 years ago
  50. fcf5c04 x86: qemu: split qfw command interface and qfw core by Miao Yan · 8 years ago
  51. d3ad062 cmd: qfw: make fwcfg_present and fwcfg_dma_present public by Miao Yan · 8 years ago
  52. 05dd6f1 cmd: qfw: remove qemu_fwcfg_free_files() by Miao Yan · 8 years ago
  53. 099b219 cmd: qfw: add API to iterate firmware list by Miao Yan · 8 years ago
  54. 34865a6 x86: qemu: fix ACPI Kconfig options by Miao Yan · 8 years ago
  55. dd6f3ab x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · 8 years ago
  56. 49d929b x86: doc: Document ACPI support by Bin Meng · 8 years ago
  57. eda995a x86: doc: Minor update for accuracy by Bin Meng · 8 years ago
  58. 030b9e3 x86: Remove acpi=off boot parameter when ACPI is on by Bin Meng · 8 years ago
  59. 7a47a08 x86: baytrail: Add .gitignore for ACPI enabled boards by Bin Meng · 8 years ago
  60. ad3098f x86: baytrail: Enable ACPI table generation for all boards by Bin Meng · 8 years ago
  61. 4470f2d x86: baytrail: Generate ACPI FADT/MADT tables by Bin Meng · 8 years ago
  62. 42f8ebf x86: baytrail: Add platform ASL files by Bin Meng · 8 years ago
  63. fc4f5cc x86: acpi: Return table length in acpi_create_madt_lapics() by Bin Meng · 8 years ago
  64. 9e70a11 x86: acpi: Add some generic ASL libraries by Bin Meng · 8 years ago
  65. 7e6343e x86: acpi: Clean up table header revisions by Bin Meng · 8 years ago
  66. 25e133e x86: acpi: Align FACS table to a 64 byte boundary by Bin Meng · 8 years ago
  67. 7e79a6b x86: acpi: Use u32 in table write routines by Bin Meng · 8 years ago
  68. ab5efd5 x86: acpi: Adjust order in acpi_table.c by Bin Meng · 8 years ago
  69. dfbb18b x86: acpi: Change fill_header() by Bin Meng · 8 years ago
  70. cea9131 x86: acpi: Remove acpi_create_ssdt_generator() by Bin Meng · 8 years ago
  71. 728c4af x86: acpi: Reorder code in acpi_table.h by Bin Meng · 8 years ago
  72. 8a8c035 x86: acpi: Various changes to acpi_table.h by Bin Meng · 8 years ago
  73. f444662 x86: acpi: Remove unused codes by Bin Meng · 8 years ago
  74. 5dafcb8 acpi: Output all errors/warnings/remarks when compiling ASL by Bin Meng · 8 years ago
  75. 8c4cc21 acpi: Specify U-Boot include path for ASL files by Bin Meng · 8 years ago
  76. 3a2a3d0 acpi: Explicitly spell out dsdt.c in the make rule by Bin Meng · 8 years ago
  77. 68af8d8 acpi: Change build log for ASL files by Bin Meng · 8 years ago
  78. ce8dd77 x86: dts: Update to include ACTL register details by Bin Meng · 8 years ago
  79. d4e61f5 x86: irq: Enable SCI on IRQ9 by Bin Meng · 8 years ago
  80. 07ac84e x86: irq: Reserve IRQ9 for ACPI in PIC mode by Bin Meng · 8 years ago
  81. dca4d1a x86: acpi: Fix compiler warnings in write_acpi_tables() by Bin Meng · 8 years ago
  82. 5cb0f0d x86: Fix build warning in tables.c when CONFIG_SEABIOS by Bin Meng · 8 years ago
  83. b652447 x86: Drop asm/acpi.h by Bin Meng · 8 years ago
  84. 83b6a43 pico-imx6ul: Select CONFIG_HUSH_PARSER option by Fabio Estevam · 8 years ago
  85. 3dc9be8 eeprom: merge cmdline parsing of eeprom commands by Nikita Kiryanov · 8 years ago
  86. e7c2729 eeprom: use eeprom_execute_command for all eeprom functions by Nikita Kiryanov · 8 years ago
  87. 40ba13c malta: Support MIPS32r6 configurations by Paul Burton · 8 years ago
  88. 4685d4e malta: Remove ".set mips32" directive by Paul Burton · 8 years ago
  89. c52ebea MIPS: Support for targetting MIPSr6 by Paul Burton · 8 years ago
  90. 20286cd MIPS: Simplify CONFIG_SYS_CPU values by Paul Burton · 8 years ago
  91. 9f8ac82 MIPS: Use unchecked immediate addition/subtraction by Paul Burton · 8 years ago
  92. 400df30 mips: ath79: Add support for TPLink WDR4300 by Marek Vasut · 8 years ago
  93. e08539b mips: ath79: Add AR934x support by Marek Vasut · 8 years ago
  94. 4771bbe mips: ath79: Add support for ungating ethernet on ar933x and ar934x by Marek Vasut · 8 years ago
  95. 2986a9d mips: ath79: dts: Add ethernet MAC nodes for ar933x by Marek Vasut · 8 years ago
  96. 6b69974 mips: ath79: Add support for ungating USB on ar933x and ar934x by Marek Vasut · 8 years ago
  97. c3155878 mips: ath79: dts: Add generic-ehci node by Marek Vasut · 8 years ago
  98. 43a092f mips: ath79: Fix compiler warning on const assignment by Marek Vasut · 8 years ago
  99. 0a6767e mips: ath79: Fix ar71xx_regs.h indent by Marek Vasut · 8 years ago
  100. 0a0a958 mips: Add MIPS 74Kc tune by Marek Vasut · 8 years ago