1. 90184bc board: brxre1: fix building errors by Dario Binacchi · Sat Feb 22 14:05:49 2020 +0100
  2. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  3. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  4. d093536 mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · Thu Oct 03 19:50:03 2019 +0200
  5. a7b5130 common: Move some board functions out of common.h by Simon Glass · Thu Nov 14 12:57:46 2019 -0700
  6. 6853b16 common: Move bootcount functions to their header file by Simon Glass · Thu Nov 14 12:57:18 2019 -0700
  7. 6443d5d board/BuR/brppt2: initial commit by Hannes Schmelzer · Wed Jul 17 14:29:53 2019 +0200
  8. fb76807 Merge branch '2019-08-11-ti-imports' by Tom Rini · Mon Aug 12 18:47:53 2019 -0400
  9. 8208848 board/BuR/brsmarc1: initial commit by Hannes Schmelzer · Thu Aug 01 07:04:46 2019 +0200
  10. 6eaea25 env: Move env_get_ulong() to env.h by Simon Glass · Thu Aug 01 09:46:48 2019 -0600
  11. 07dc93c env: Move env_set_ulong() to env.h by Simon Glass · Thu Aug 01 09:46:47 2019 -0600
  12. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  13. df38176 board/BuR/common: fix detection for PSC/STM resetcontroller by Hannes Schmelzer · Fri May 10 11:22:00 2019 +0200
  14. 08cd4cb board/BuR/brxre1: use common resetcontroller implementation by Hannes Schmelzer · Wed Apr 10 14:13:16 2019 +0200
  15. 80624c0 board/BuR/brxre1: cosmetic cleanup by Hannes Schmelzer · Wed Apr 10 14:13:15 2019 +0200
  16. 44e3742 board/BuR/common: add br resetcontoller implementation by Hannes Schmelzer · Wed Apr 10 14:13:14 2019 +0200
  17. 6cd12ce board/BuR/common: add 'brdefaulip_setup' function by Hannes Schmelzer · Wed Apr 10 14:13:13 2019 +0200
  18. 9df7d73 board/BuR/common: cosmetic: move 'overwrite_console' up to more related stuff by Hannes Schmelzer · Wed Apr 10 14:13:12 2019 +0200
  19. 1386d41 board/BuR/common: prepare for compiling common into non AM33XX boards by Hannes Schmelzer · Wed Apr 10 14:13:11 2019 +0200
  20. 008c6b5 board/BuR/brxre1: convert do DM by Hannes Schmelzer · Wed Feb 06 13:25:59 2019 +0100
  21. 717ee36 board/BuR/brppt1: drop DM_I2C_COMPAT by Hannes Schmelzer · Thu Jan 31 09:24:45 2019 +0100
  22. ddc0220 board/BuR/brppt1: add makerule for generating production files by Hannes Schmelzer · Fri Jul 06 15:41:29 2018 +0200
  23. 5639eeb board/BuR/brppt1: convert brppt1 boards to driver model by Hannes Schmelzer · Fri Jul 06 15:41:28 2018 +0200
  24. 9b7c2c1 board/BuR/brppt1: implement more flexible boot process by Hannes Schmelzer · Fri Jul 06 15:41:26 2018 +0200
  25. de4225b board/BuR/common: refactor ft_board_setup(...) by Hannes Schmelzer · Fri Jul 06 15:41:25 2018 +0200
  26. 1c9ec96 board/BuR/brppt1: drop dead code (CONFIG_SPL_OS_BOOT) by Hannes Schmelzer · Fri Jul 06 15:41:24 2018 +0200
  27. 29bea94 board/BuR/common: fix PMIC mpu-pll setup by Hannes Schmelzer · Fri Jul 06 15:41:23 2018 +0200
  28. 7d35231 board/BuR/common: remove interface Label from summary screen by Hannes Schmelzer · Fri Jul 06 15:41:22 2018 +0200
  29. acd778f board/BuR/brppt1: drop LCD-support by Hannes Schmelzer · Fri Jul 06 15:41:21 2018 +0200
  30. a21ed27 board/BuR/common: make CONFIG_LCD optional by Hannes Schmelzer · Fri Jul 06 15:41:20 2018 +0200
  31. 3201cb8 board/BuR/common: drop simple-framebuffer setup by Hannes Schmelzer · Fri Jul 06 15:41:19 2018 +0200
  32. 90168e8 board/BuR: drop devicetree loading and lcd setup for linux-targets by Hannes Schmelzer · Fri Jul 06 15:41:18 2018 +0200
  33. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  34. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · Sun Apr 01 09:22:38 2018 +0000
  35. 6d23294 board/BuR: drop LCDC clock manipulation from board code by Hannes Schmelzer · Tue Jan 09 19:01:36 2018 +0100
  36. d6ace8e board/BuR: provide real clock-frequency instead a divider by Hannes Schmelzer · Tue Jan 09 19:01:35 2018 +0100
  37. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  38. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  39. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · Thu Aug 03 12:22:11 2017 -0600
  40. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  41. f373932 board: BuR: use get_nand_dev_by_index() by Grygorii Strashko · Mon Jun 26 19:13:05 2017 -0500
  42. d58c06d board/BuR/brxre1: fix MMC boot by Hannes Schmelzer · Tue Jun 13 14:11:29 2017 +0200
  43. 0a78017 mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC by Masahiro Yamada · Tue May 09 20:31:39 2017 +0900
  44. 8a9e9ac board/BuR/common: incorrect check of dtb by xypron.glpk@gmx.de · Fri May 05 20:57:32 2017 +0200
  45. e0e319a ti: boot: Register the MMC controllers in SPL in the same way as in u-boot by Jean-Jacques Hiblot · Wed Feb 01 11:39:14 2017 +0100
  46. 46dc5cb board/BuR: rename kwb board to brxre1 by Hannes Schmelzer · Wed Jun 22 12:36:14 2016 +0200
  47. 20ccb43 board/BuR: rename tseries board to brppt1 by Hannes Schmelzer · Wed Jun 22 12:36:13 2016 +0200
  48. 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · Mon May 30 13:57:55 2016 -0500
  49. 41bfcfb board/BuR: drop ETH-support in SPL-Stage by Hannes Schmelzer · Fri Feb 19 12:09:42 2016 +0100
  50. 73914df board/BuR/kwb: use bootvx(...) (with bootline feature) instead go(...) by Hannes Petermaier · Tue Sep 29 08:43:33 2015 +0200
  51. 058b17d board/BuR: simplify default IP-setup on B&R boards. by Hannes Petermaier · Tue Aug 25 13:55:41 2015 +0200
  52. 129fe97 board/BuR/common: support timer5 for pwm-backlight by Hannes Petermaier · Thu Jun 11 12:25:43 2015 +0200
  53. 7935f03 cosmetic: change Author/MAINTAINER Name from Petermaier to Schmelzer by Hannes Schmelzer · Thu May 28 15:41:12 2015 +0200
  54. 9826773 board/BuR/common: rename "usbupdate" environment to "usbscript" by Hannes Petermaier · Fri Apr 24 14:49:39 2015 +0200
  55. 1df983f board/BuR/tseries: Add simplefb support by Hannes Petermaier · Fri Apr 24 14:49:37 2015 +0200
  56. d35cb79 board/BuR/tseries: take usage of CONFIG_LCD_ROTATION by Hannes Petermaier · Fri Apr 24 14:49:35 2015 +0200
  57. ec17ed5 board/BuR/tseries: change pinmux by Hannes Petermaier · Wed Apr 08 07:38:35 2015 +0200
  58. 763f7f3 board/BuR/tseries: reactivate NAND-board by Hannes Petermaier · Wed Apr 08 07:38:34 2015 +0200
  59. 76d7b53 board/BuR/common: simplify access to devicetree by Hannes Petermaier · Wed Apr 08 07:38:33 2015 +0200
  60. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · Wed Apr 08 01:41:04 2015 -0500
  61. 7568744 board/BuR/common: remove unused function 'blink' by Hannes Petermaier · Thu Mar 19 10:43:16 2015 +0100
  62. 2e68d2b board/BuR/common: move I2C initialization from common part to board-specific by Hannes Petermaier · Thu Mar 19 10:43:15 2015 +0100
  63. c84a889 board/BuR/common: use SYS_CONSOLE_OVERWRITE by Hannes Petermaier · Tue Mar 17 15:31:21 2015 +0100
  64. 7c27799 board/BuR/kwb: Support modify bootcmd through reset-controller by Hannes Petermaier · Tue Feb 03 13:22:43 2015 +0100
  65. b6bb11d board/BuR/kwb: Form a bootline for vxWorks by Hannes Petermaier · Tue Feb 03 13:22:42 2015 +0100
  66. c96a9b1 board/BuR/kwb: switch to board HW-Rev3 by Hannes Petermaier · Tue Feb 03 13:22:39 2015 +0100
  67. b0ffc67 board/BuR/tseries: cosmetic changes by Hannes Petermaier · Tue Feb 03 13:22:38 2015 +0100
  68. e5f6bb0 board/BuR/tseries: Chg Pinmux - enable UART1 pins by Hannes Petermaier · Tue Feb 03 13:22:33 2015 +0100
  69. dd8c851 board/BuR/tseries: Chg pinmux - use free NAND Pins in non NAND-config as GPIO by Hannes Petermaier · Tue Feb 03 13:22:32 2015 +0100
  70. e3c3755 board/BuR/tseries: Change pinmux for GPIO2_28 from GPIO to PWM-Timeroutput by Hannes Petermaier · Tue Feb 03 13:22:31 2015 +0100
  71. 96bc6bb board/BuR/tseries: Enable HW-Watchdog by Hannes Petermaier · Tue Feb 03 13:22:28 2015 +0100
  72. 077f26c board/BuR/common: try to setup cpsw mac-address from the devicetree by Hannes Petermaier · Tue Feb 03 13:22:27 2015 +0100
  73. 69d0d7d board/BuR/common: Take usage of am335x LCD-Display by Hannes Petermaier · Tue Feb 03 13:22:26 2015 +0100
  74. 3bae15f kconfig: arm: introduce symbol for ARM CPUs by Georges Savoundararadj · Tue Oct 28 23:16:09 2014 +0100
  75. c61633c board/BuR: fix pinmux for MII Ethernet Interface by Hannes Petermaier · Fri Oct 03 07:30:15 2014 +0200
  76. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · Sun Sep 14 03:01:49 2014 +0900
  77. 9799f26 Add board MAINTAINERS files by Masahiro Yamada · Wed Jul 30 14:08:18 2014 +0900
  78. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · Wed Jul 30 14:08:14 2014 +0900
  79. 0b7d3d7 board/BuR/tseries: cosmetic changes by Hannes Petermaier · Wed Jun 04 10:37:12 2014 +0200
  80. f31a98d board/BuR/tseries: only run gpmc_init(...) in NAND-build by Hannes Petermaier · Wed Jun 04 10:26:29 2014 +0200
  81. 086b7a0 board/BuR/tseries: Add support for using 8-bit on eMMC by Hannes Petermaier · Wed Jun 04 10:25:32 2014 +0200
  82. 8e731ed Add board_mmc_init(...) function for init mmc1 only by Hannes Petermaier · Tue Apr 08 08:39:20 2014 +0200
  83. fc375ca board/BuR/kwb: fix usage of 'i2c_set_bus_speed' by Hannes Petermaier · Sat Mar 08 19:09:32 2014 +0100
  84. 12da051 board/BuR/common: fix phy addresses by Hannes Petermaier · Thu Mar 06 07:03:24 2014 +0100
  85. 4944f37 drivers: net: cpsw: add support to have phy address from cpsw platform data by Mugunthan V N · Tue Feb 18 07:31:52 2014 -0500
  86. 9436059 Add support for B&R KWB Motherboard by Hannes Petermaier · Fri Feb 07 14:06:50 2014 +0100
  87. fb00366 board: Add support for B&R T-Series Motherboard by Hannes Petermaier · Fri Feb 07 08:07:36 2014 +0100