| Commit message (Expand) | Author | Age | Files | Lines |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 3 | -7/+3 |
* | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada | 2018-03-05 | 1 | -1/+1 |
* | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 1 | -4/+4 |
* | board_f: Rename initdram() to dram_init() | Simon Glass | 2017-04-13 | 1 | -1/+1 |
* | board_f: Drop return value from initdram() | Simon Glass | 2017-04-05 | 1 | -3/+7 |
* | board_f: Drop board_type parameter from initdram() | Simon Glass | 2017-04-05 | 1 | -1/+1 |
* | dm: fsl_i2c: Rename I2C register structure | mario.six@gdsys.cc | 2016-05-17 | 1 | -13/+15 |
* | Use correct spelling of "U-Boot" | Bin Meng | 2016-02-06 | 1 | -1/+1 |
* | km/powerpc: fix ft_board_setup prototype for km82xx & km83xx | Valentin Longchamp | 2015-11-18 | 1 | -1/+1 |
* | powerpc/83xx: add support for kmtegr1 board | Valentin Longchamp | 2015-11-18 | 1 | -0/+1 |
* | km/powerpc: remove unneeded defines | Holger Brunck | 2015-11-18 | 1 | -3/+1 |
* | powerpc/83xx: add support for kmtepr2 board | Christoph Dietrich | 2015-11-18 | 1 | -0/+1 |
* | KM/IVM: remove ivm_read_eeprom(void) | Valentin Longchamp | 2015-02-16 | 1 | -1/+1 |
* | 83xx/km83xx: read the IVM eeprom earlier | Valentin Longchamp | 2015-02-16 | 1 | -1/+4 |
* | fdt: Allow ft_board_setup() to report failure | Simon Glass | 2014-11-21 | 1 | -1/+3 |
* | kconfig: remove redundant "string" type in arch and board Kconfigs | Masahiro Yamada | 2014-09-13 | 1 | -9/+0 |
* | Add board MAINTAINERS files | Masahiro Yamada | 2014-07-30 | 1 | -0/+19 |
* | kconfig: add board Kconfig and defconfig files | Masahiro Yamada | 2014-07-30 | 1 | -0/+47 |
* | Makefile: make directories by Makefile.build | Masahiro Yamada | 2013-11-17 | 1 | -4/+0 |
* | board: powerpc: convert makefiles to Kbuild style | Masahiro Yamada | 2013-11-01 | 1 | -20/+1 |
* | powerpc/83xx: remove staticness for qe_iop_conf_tab | Holger Brunck | 2013-10-09 | 1 | -1/+1 |
* | Merge branch 'next' of git://git.denx.de/u-boot-mpc83xx | Tom Rini | 2013-10-09 | 1 | -2/+7 |
|\ |
|
| * | powerpc/83xx/km: make local functions and structs static | Holger Brunck | 2013-05-21 | 1 | -2/+2 |
| * | powerpc/83xx/km: MV88e6122 errata fix for 1.9V | Holger Brunck | 2013-05-21 | 1 | -0/+5 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2013-07-24 | 1 | -15/+0 |
|\ \ |
|
| * | | i2c, fsl_i2c: switch to new multibus/multiadapter support | Heiko Schocher | 2013-07-23 | 1 | -15/+0 |
| |/ |
|
* | | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 3 | -38/+3 |
|/ |
|
* | powerpc/83xx/km: drop uneeded dtt_bus environment var | Holger Brunck | 2013-02-15 | 1 | -8/+4 |
* | powerpc/83xx/km: add MV88E6122 switch support for kmvect1 | Karlheinz Jerg | 2013-02-15 | 1 | -0/+67 |
* | km82xx, km83xx: move ethernet_present() from common to cpu specific | Karlheinz Jerg | 2013-02-15 | 1 | -1/+23 |
* | km83xx: add common support for km8309 boards | Gerlando Falauto | 2012-10-23 | 1 | -1/+1 |
* | doc: cleanup - move board READMEs into respective board directories | Wolfgang Denk | 2012-07-29 | 1 | -0/+91 |
* | powerpc/83xx/km: readout dip_switch on kmcoge5ne | Thomas Herzmann | 2012-06-15 | 1 | -0/+11 |
* | powerpc/83xx: configure CONFIG_POST for kmcoge5ne | Thomas Herzmann | 2012-06-15 | 1 | -0/+37 |
* | powerpc/83xx/km: added missing enable of application buffer | Stefan Bigler | 2012-06-15 | 1 | -0/+2 |
* | powerpc/83xx: add kmcoge5ne board support | Holger Brunck | 2012-06-15 | 1 | -1/+1 |
* | powerpc83xx/km: lock the window size to 2GiB befor fixing sdram size | Christian Herzig | 2012-06-15 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx | Wolfgang Denk | 2011-12-07 | 1 | -1/+1 |
|\ |
|
| * | powerpc/83xx: fix sdram initialization for keymile boards | Andreas Huber | 2011-11-11 | 1 | -1/+1 |
* | | mpc83xx: km83xx_i2c - fix gcc 4.6 compiler warning | Kim Phillips | 2011-11-16 | 1 | -2/+1 |
|/ |
|
* | powerpc/83xx: move km 83xx specific i2c code to km83xx_i2c | Holger Brunck | 2011-11-03 | 2 | -1/+89 |
* | punt unused clean/distclean targets | Mike Frysinger | 2011-10-15 | 1 | -6/+0 |
* | km/common: move ivm functions from to ivm.c | Holger Brunck | 2011-07-27 | 1 | -1/+1 |
* | keymile, common: add setting of some environment variables | Heiko Schocher | 2011-04-30 | 1 | -0/+6 |
* | ppc, 8321: cleanup tuxa1, tuda1 and suvd3 support | Heiko Schocher | 2011-04-30 | 1 | -1/+2 |
* | mpc832x: add support for the mpc8321 based suvd3 board | Heiko Schocher | 2011-04-30 | 2 | -0/+334 |