1. faae28d CHROMIUM: Assign the frame buffer address as FDT one instead of u-boot one. by Tom Wai-Hong Tam · 14 years ago factory-980.B master test-982.B
  2. c53124b CHROMIUM: Change the frame buffer addresses in FDT as same as kernel ones. by Tom Wai-Hong Tam · 14 years ago
  3. 587fcb3 Fix bug of get_addr() in fdt_decode.c. by Tom Wai-Hong Tam · 14 years ago
  4. e2ce0a3 CHROMIUM: Define CONFIG_USB_ETHER_SMSC95XX to support SMSC95XX USB Etherenet Card. by Tom Wai-Hong Tam · 14 years ago
  5. 33330a1 Add support for SMSC95XX USB 2.0 10/100MBit Ethernet Adapter. by Tom Wai-Hong Tam · 14 years ago
  6. 250c0b5 CHROMIUM: ARM: tegra: aebl: Update EMC tables to match kernel. by Doug Anderson · 14 years ago 0.15.877.B firmware-881-u-boot-v1 firmware-u-boot-v1
  7. 23cefdc Make the FMAP configuration decoding function board specific. by Gabe Black · 14 years ago
  8. 919604d Remove the device tree from one of the vboot support APIs. by Gabe Black · 14 years ago
  9. 847a8eb Make the chromeos FMAP data structures more generic and in their own files. by Gabe Black · 14 years ago
  10. bed147d CHROMIUM: ARM: tegra: kaen: Update EMC tables to match kernel. by Doug Anderson · 14 years ago
  11. 8414c30 CHROMIUM: ARM: tegra: Don't call board_emc_init() before bi_arch_number set. by Doug Anderson · 14 years ago
  12. c319c1f arm: Tegra2: gpio: Disable pullups for state switches by Anton Staaf · 14 years ago
  13. 833b8a0 Tegra: pmu: Fix the pmu_read and pmu_write by Wei Ni · 14 years ago
  14. 6a313fc CHROMIUM: make include of vboot_api.h unconditional by Sonny Rao · 14 years ago
  15. 831d53f Tegra: pmu: Set SM1 in PWM-only mode by Wei Ni · 14 years ago
  16. 1df9344 CHROMIUM: move VbExHashFirmwareBody() to lib/vbexport/ by Che-Liang Chiou · 14 years ago
  17. 7389fed CHROMIUM: avoid using printf %s on long strings by Che-Liang Chiou · 14 years ago
  18. b2e1faf Prevent the LP0 vector from being wiped out. by Vadim Bendebury · 14 years ago
  19. ea334f4 CHROMIUM: fdt: increase GBB section size by Hung-Te Lin · 14 years ago
  20. a66bd32 Tegra: kbc: Allow keypresses during startup by Rakesh Iyer · 14 years ago
  21. c0cb59c Tell the FDT library where the device tree is automatically on bringup by Gabe Black · 14 years ago
  22. b007c18 Load and install the device tree out of CBFS automatically during startup by Gabe Black · 14 years ago
  23. d16eb0f Implement vbnv support. by Vadim Bendebury · 14 years ago
  24. fbf0051 CHROMIUM: make sure update_cmdline does not buffer overflow by Che-Liang Chiou · 14 years ago
  25. d1eba60 CHROMIUM: return boot mode information by Che-Liang Chiou · 14 years ago
  26. 31a5330 CHRIMIUM: aebl: kaen: seaboard: implement machine power off by Che-Liang Chiou · 14 years ago
  27. 4371480 CHROMIUM: eliminate confusing comma separator by Che-Liang Chiou · 14 years ago
  28. d05e6a8 CHROMIUM: arm: set cros_secure to kernel command line by Che-Liang Chiou · 14 years ago
  29. 66e2890 Refactor the CBFS driver so that it's easier to use programmatically by Gabe Black · 14 years ago
  30. 4bdfa5c Change the CHROMEOS_KERNEL_LOADADDR setting for x86 by Gabe Black · 14 years ago
  31. 09184a4 Only define the static secure_boot_cmd function if it's going to be used by Gabe Black · 14 years ago
  32. 28e80a8 CHROMIUM: ARM: tegra2: Change panel power on sequence to meet timing by Dilan Lee · 14 years ago
  33. 8e2efd5 Implement shared display support. by Vadim Bendebury · 14 years ago
  34. 0435342 CHROMIUM: Allow FDT to specify secure booting. by Doug Anderson · 14 years ago
  35. fab290d CHROMIUM: remove using sprintf to convert a known constant to string by Che-Liang Chiou · 14 years ago
  36. d58b11a CHROMIUM: Measure the accurate write time on disk and firmware. by Tom Wai-Hong Tam · 14 years ago
  37. 57e8118 Get rid of the CONFIG_CHROMEOS_KERNEL_* config options by Gabe Black · 14 years ago
  38. bb9b5c3 Get rid of some unused config header files by Gabe Black · 14 years ago
  39. 06b8f8d Initialize the device tree pointer to NULL in i386. by Gabe Black · 14 years ago
  40. 48aeeb3 Turn on some of the vboot related commands in the coreboot config by Gabe Black · 14 years ago
  41. f36ab03 Turn on LZMA compression support in the coreboot config by Gabe Black · 14 years ago
  42. bd1f99e Fix a compiler warning in serial_fdt.c by Gabe Black · 14 years ago
  43. 1d3524b Turn on MMC support in the coreboot config by Gabe Black · 14 years ago
  44. 81dc531 Set up the dummy SPI driver in the coreboot config by Gabe Black · 14 years ago
  45. 3ea7288 Turn on lib/vboot in the coreboot config file by Gabe Black · 14 years ago
  46. df9d7a4 Only compile in a call to lcd_clear if the LCD driver is configured in. by Gabe Black · 14 years ago
  47. db6ba3b Add a missing include into main_entry.c by Gabe Black · 14 years ago
  48. 24ba11e Add in a stub value for the CHROMEOS_BOOTARGS config parameter by Gabe Black · 14 years ago
  49. 2818a5f Turn on the dummy TPM driver for u-boot/coreboot by Gabe Black · 14 years ago
  50. d6a3e2a Add a dummy TPM driver by Gabe Black · 14 years ago
  51. a53493b Compile out the second copy of wipe_unused_memory if CONFIG_OF_CONTROL isn't on by Gabe Black · 14 years ago
  52. 5b42f28 Conditionally implement vboot function wipe_unused_memory by Gabe Black · 14 years ago
  53. 981f651 Turn on lib vbexport in the coreboot config by Gabe Black · 14 years ago
  54. 22972dc Use a default value for CACHE_LINE_SIZE if no value was set by Gabe Black · 14 years ago
  55. 3eb644a Rename some memory layout config parameters to match what the code now expects by Gabe Black · 14 years ago
  56. 80b9b50 Conditionally implement vbexport functions by Gabe Black · 14 years ago
  57. bceea5d CHROMIUM: cherry-pick gbb partial loading optimization by Che-Liang Chiou · 14 years ago
  58. e943fb9 Optimize slb9635 TPM and tegra2 I2C drivers. by Tom Wai-Hong Tam · 14 years ago
  59. 3b63320 Add stub implementations for the vbexport functions that access NV storage by Gabe Black · 14 years ago
  60. c486768 CHROMIUM: add missing config string due to rebase by Che-Liang Chiou · 14 years ago
  61. 10bd81f CHROMIUM: reorganize config headers by Che-Liang Chiou · 14 years ago
  62. 723549f CHROMIUM: add cros_vboot/cros_legacy to kernel command line by Che-Liang Chiou · 14 years ago
  63. 87a8de1 CHROMIUM: factor out gbb loader functions by Che-Liang Chiou · 14 years ago
  64. a948474 CHROMIUM: initialize TPM in readwrite firmware by Che-Liang Chiou · 14 years ago
  65. 7d40b56 CHROMIUM: reserve board-specific section for crossystem data by Che-Liang Chiou · 14 years ago
  66. 32f5dc3 CHROMIUM: remove dependency to deprecated code by Che-Liang Chiou · 14 years ago
  67. 3c381a8 Make vbexport only use the fdt for LCD info if that's configured by Gabe Black · 14 years ago
  68. fedb337 Add memory layout info to the configuration, and move it out of boards.cfg by Gabe Black · 14 years ago
  69. 2ab406a Turn on the config options for the chromeos library by Gabe Black · 14 years ago
  70. c949b17 Configure in the device tree library by Gabe Black · 14 years ago
  71. 5a4a676 CHROMIUM: Remove use of LOAD_KERNEL_INVALID from u-boot. by Doug Anderson · 14 years ago
  72. 7b9bc3f Tegra: kbc: Add support for arrow keys by Anton Staaf · 14 years ago
  73. 678331d assert: Rely on the compilers dead code removal by Anton Staaf · 14 years ago
  74. e967a25 Chromium: tegra: nand: Add NAND ECC support on data area by Jim Lin · 14 years ago
  75. 68efebc Make crossystem_data.c include fdt_support.h explicitly by Gabe Black · 14 years ago
  76. 4f278c7 CHROMIUM: Define VBOOT_PERFORMANCE if emake pass this flag. by Tom Wai-Hong Tam · 14 years ago
  77. 0318a01 CHROMIUM: Redirect VBDEBUG to VbExDebug if VBOOT_DEBUG on. by Tom Wai-Hong Tam · 14 years ago
  78. fa2f640 CHROMIUM: Fix warning when cros-debug is off. by Tom Wai-Hong Tam · 14 years ago
  79. 99a8a74 CHROMIUM: Test firmware and disk R/W with user-input length. by Tom Wai-Hong Tam · 14 years ago
  80. a449986 CHROMIUM: rename is_cold_boot to is_processor_reset by Che-Liang Chiou · 14 years ago
  81. c499721 CHROMIUM: remove should-be-removed file by Che-Liang Chiou · 14 years ago
  82. 0405776 CHROMIUM: reunify boot_kernel by Che-Liang Chiou · 14 years ago
  83. ad79d60 CHROMIUM: honor /chromeos-config/twostop-optional flag of device tree by Che-Liang Chiou · 14 years ago
  84. d2a4288 Add a dummy flash implementation for coreboot. by Gabe Black · 14 years ago
  85. eabe031 Add a dummy SPI driver so we don't have to use a real one for now. by Gabe Black · 14 years ago
  86. 09a116d Add a dummy implementation for timer_get_us. by Gabe Black · 14 years ago
  87. 633cb7f Add some header files to flash.h that it was getting from its parent. by Gabe Black · 14 years ago
  88. fe9cb68 Add some header files with stub implementations/definitions that vboot needs. by Gabe Black · 14 years ago
  89. 07178cd Update the chromeos board files for x86. by Gabe Black · 14 years ago
  90. ae798a2 Make a few files assume a reasonable default if CACHE_LINE_SIZE isn't set. by Gabe Black · 14 years ago
  91. 4b547c8 Add a default x86 implementation for cleanup_before_linux. by Gabe Black · 14 years ago
  92. 923ff33 Add a minimal device tree to x86 to give us something to start with. by Gabe Black · 14 years ago
  93. c555322 Add a pointer to the global data structure to point to the device tree. by Gabe Black · 14 years ago
  94. a83e904 CHROMIUM: ARM: tegra: asymptote: Replace the current LCD timing values by Sean Paul · 14 years ago
  95. d401882 CHROMIUM: unroll the outer for-loop of VbExDiskGetInfo() by Che-Liang Chiou · 14 years ago
  96. 50a09b5 CHROMIUM: remove CONFIG_HARDWARE_TPM by Che-Liang Chiou · 14 years ago
  97. af37cd0 CHROMIUM: move VbExNvStorageRead/Write to board-specific directory by Che-Liang Chiou · 14 years ago
  98. 64a3c10 CHROMIUM: Remove deprecated gbb_bmpblk library. by Tom Wai-Hong Tam · 14 years ago
  99. 4b5e918 CHROMIUM: fix casting pointer to 32-bit type by Che-Liang Chiou · 14 years ago
  100. c6b4ffb CHROMIUM: Fix crossystem_data members name chanaged. by Tom Wai-Hong Tam · 14 years ago