1. 74add8b samsung/exynos5420: Fix test for src < 0 by Patrick Georgi · 8 years ago
  2. 94f8699 spi: Define and use spi_ctrlr structure by Furquan Shaikh · 8 years ago
  3. 36b81af spi: Pass pointer to spi_slave structure in spi_setup_slave by Furquan Shaikh · 8 years ago
  4. 0dba025 spi: Fix parameter types for spi functions by Furquan Shaikh · 8 years ago
  5. ff94e00 soc/samsung/exynos5420/uart.c: Init new serial struct variables by Martin Roth · 8 years ago
  6. c28984d spi: Clean up SPI flash driver interface by Furquan Shaikh · 8 years ago
  7. 038e724 src/soc: Capitalize CPU, ACPI, RAM and ROM by Elyes HAOUAS · 8 years ago
  8. 4934818 Documentation: Fix doxygen errors by Martin Roth · 8 years ago
  9. e5f48d2 region: Add writeat and eraseat support by Antonello Dettori · 8 years ago
  10. 044e4b5 soc/samsung: Don't compile in unused uart divider tables by Stefan Reinauer · 8 years ago
  11. a7cac0c soc/*: fix uart's regwidth specification in cbtables by Patrick Georgi · 8 years ago
  12. fd277d8 header files: Fix guard name comments to match guard names by Martin Roth · 8 years ago
  13. 747d0f8 soc/samsung/exynos5250: Implement hard_reset() by Stefan Reinauer · 9 years ago
  14. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  15. d972f78 linking: link bootblock.elf with .data and .bss sections again by Aaron Durbin · 9 years ago
  16. e5bad5c verstage: use common program.ld for linking by Aaron Durbin · 9 years ago
  17. 4460703 Drop "See file CREDITS..." comment by Stefan Reinauer · 9 years ago
  18. c5a6846 samsung/exynos5250: Add vboot2 memory region by Patrick Georgi · 9 years ago
  19. 6de27da samsung/exynos5250: Enable bootblock console by Patrick Georgi · 9 years ago
  20. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  21. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  22. c6588c5 coreboot: introduce boot_device by Aaron Durbin · 9 years ago
  23. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  24. a6225fa Remove Kconfig variable that has no effect by Patrick Georgi · 9 years ago
  25. 26e24cc 3rdparty: move to 3rdparty/blobs by Patrick Georgi · 9 years ago
  26. f4f0287 3rdparty: Move to blobs by Patrick Georgi · 9 years ago
  27. aae53ab kbuild: automatically include SOCs by Stefan Reinauer · 9 years ago
  28. 9418476 arm(64): Manually clean up the mess left by write32() transition by Julius Werner · 9 years ago
  29. 2f37bd6 arm(64): Globally replace writel(v, a) with write32(a, v) by Julius Werner · 9 years ago
  30. d21a329 arm(64): Replace write32() and friends with writel() by Julius Werner · 9 years ago
  31. 9dccf1c uart: pass register width in the coreboot table by Vadim Bendebury · 9 years ago
  32. e1298df exynos: return correct value when init_default_cbfs_media fails by Daisuke Nojiri · 10 years ago
  33. 44cf870 timer: Reestablish init_timer(), consolidate timer initialization calls by Julius Werner · 10 years ago
  34. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  35. 8d978a8 rk3288/exynos5250/exynos5420: Consolidate timer files by Julius Werner · 10 years ago
  36. eaa9c45 gpio: Extend common GPIO header, simplify function names by Julius Werner · 10 years ago
  37. e5e3630 timer: Add generic udelay() implementation by Aaron Durbin · 10 years ago
  38. 80af442 exynos5420: Change all SoC headers to <soc/headername.h> system by Julius Werner · 10 years ago
  39. 1ed0c8c exynos5250: Change all SoC headers to <soc/headername.h> system by Julius Werner · 10 years ago
  40. a48ca84 kconfig: drop intermittend forwarder files by Stefan Reinauer · 9 years ago
  41. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  42. 015f0ae Add predefined __ROMSTAGE__ and __RAMSTAGE__ macros by Julius Werner · 10 years ago
  43. 56b8309 build system: rename __BOOT_BLOCK__ and __VER_STAGE__ by Patrick Georgi · 9 years ago
  44. 4393346 exynos: convert to stopwatch API by Aaron Durbin · 10 years ago
  45. fbff908 coreboot classes: Add dynamic classes to coreboot by Furquan Shaikh · 10 years ago
  46. ae98e83 CBMEM: Always use DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  47. 77b1655 vboot2: add verstage by Stefan Reinauer · 9 years ago
  48. 5f066b2 doxygen fixes: change @var to @param var by Martin Roth · 10 years ago
  49. 32bc6b6 doxygen fixes: fix parameter names to match the functions by Martin Roth · 10 years ago
  50. 37d7ac8 i2c: Add software_i2c driver for I2C debugging and emulation by Julius Werner · 10 years ago
  51. 0b341b3 ipq/arm: Redesign hooks for bootblock by Vadim Bendebury · 10 years ago
  52. 72a9beb samsung/exynos*/Makefile.inc: Simplify unnecessary ifeq by Edward O'Callaghan · 10 years ago
  53. fa95a6f soc/samsung/exynos5250/clk.h: Trivial, fix spelling in comments by Edward O'Callaghan · 10 years ago
  54. 9b152b2 soc/samsung/exynos5250/clock.c: Trivial whitespace fixes by Edward O'Callaghan · 10 years ago
  55. f679cfe soc/samsung/exynos: Sync 'power.c' between chip variants by Edward O'Callaghan · 10 years ago
  56. 5b63dc1 soc/samsung/exynos: Make 'ps_hold_setup()' static by Edward O'Callaghan · 10 years ago
  57. cdb61a6 i2c: Replace the i2c API. by Gabe Black · 10 years ago
  58. ec9293f spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions. by Gabe Black · 10 years ago
  59. 87f3b4e spi: Remove the spi_set_speed and spi_cs_is_valid functions. by Gabe Black · 10 years ago
  60. 967058f spi: Factor EC protocol details out of the SPI drivers. by Gabe Black · 10 years ago
  61. 1fc2ba5 samsung/exynos5420: Spelling Fixes by Martin Roth · 10 years ago
  62. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  63. fd9defc arm: Redesign, clarify and clean up cache related code by Julius Werner · 10 years ago
  64. 0625a8b {cpu,soc}: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  65. 2adb297 uarts: 32/64 cleanup by Ronald G. Minnich · 10 years ago
  66. 03784fa Add check_member macro to allow clean and easy struct offset checking by Julius Werner · 11 years ago
  67. 0c0efa7 exynos5250: remove unused ret variable in cpu.c by Isaac Christensen · 10 years ago
  68. 04b0189 exynos5250: Fix PMU register address map by Julius Werner · 11 years ago
  69. dda0e66 Exynos5420: Fix up the i2c driver for use with the TPM driver by Gabe Black · 11 years ago
  70. b6b1077 exynos: Install the BL1 and set the checksum in the Makefile. by Gabe Black · 11 years ago
  71. d81f409 exynos: Fix the name of the chip_operations structures. by Gabe Black · 11 years ago
  72. f09f224 arm: libpayload: Make cache invalidation take pointers instead of integers by Julius Werner · 11 years ago
  73. 22d0ca0 armv7: Move Exynos from 'cpu' to 'soc'. by Hung-Te Lin · 11 years ago