Age | Commit message (Expand) | Author | Files | Lines |
2016-05-17 | dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI | Simon Glass | 1 | -3/+3 |
2016-05-03 | Fix spelling of "occurred". | Vagrant Cascadian | 1 | -1/+1 |
2016-03-22 | Fix spelling of "transferred". | Vagrant Cascadian | 1 | -4/+4 |
2016-03-15 | dm: Drop the block_dev_desc_t typedef | Simon Glass | 1 | -2/+2 |
2016-01-15 | Fix GCC format-security errors and convert sprintfs. | Ben Whitten | 1 | -4/+4 |
2015-11-20 | Move console definitions into a new console.h file | Simon Glass | 2 | -0/+2 |
2015-11-20 | Drop CONFIG_ISA_KEYBOARD | Simon Glass | 1 | -4/+0 |
2015-11-05 | video: Drop DEV_FLAGS_SYSTEM flag | Bin Meng | 2 | -2/+2 |
2015-03-24 | remove unnecessary version.h includes | Rob Herring | 1 | -2/+0 |
2014-10-29 | kconfig: arm: introduce symbol for ARM CPUs | Georges Savoundararadj | 1 | -3/+0 |
2014-10-10 | PATI: fix broken SPI access | David Müller (ELSOFT AG) | 1 | -0/+5 |
2014-09-25 | MAINTAINERS: comment out blank M: field | Masahiro Yamada | 1 | -1/+1 |
2014-09-14 | kconfig: remove redundant "string" type in arch and board Kconfigs | Masahiro Yamada | 4 | -14/+0 |
2014-07-30 | Add board MAINTAINERS files | Masahiro Yamada | 4 | -0/+25 |
2014-07-30 | kconfig: add board Kconfig and defconfig files | Masahiro Yamada | 4 | -0/+68 |
2014-07-23 | stdio: Pass device pointer to stdio methods | Simon Glass | 3 | -8/+10 |
2014-07-23 | stdio: Remove redundant code around stdio_register() calls | Simon Glass | 1 | -2/+0 |
2014-07-08 | vcma9/lowlevel_init.S: trivial: terminate comment | Jeroen Hofstee | 1 | -1/+1 |
2014-03-10 | usb: create common header virtual root hub descriptors | Stephen Warren | 1 | -112/+3 |
2014-02-27 | arm: remove unneeded symbol offsets and _TEXT_BASE | Albert ARIBAUD | 1 | -4/+1 |
2014-01-25 | Remove obsolete _LINUX_CONFIG_H macro | Masahiro Yamada | 2 | -2/+0 |
2013-11-17 | Makefile: make directories by Makefile.build | Masahiro Yamada | 4 | -16/+0 |
2013-11-08 | cosmetic: remove empty lines at the top of file | Masahiro Yamada | 1 | -1/+0 |
2013-11-01 | board: powerpc: convert makefiles to Kbuild style | Masahiro Yamada | 3 | -64/+5 |
2013-11-01 | board: arm: convert makefiles to Kbuild style | Masahiro Yamada | 1 | -22/+3 |
2013-10-21 | usb: add enum usb_init_type parameter to usb_lowlevel_init | Troy Kisky | 1 | -1/+1 |
2013-09-20 | SPDX: fix IBM-pibs license identifier | Wolfgang Denk | 3 | -3/+3 |
2013-08-19 | SPDX-License-Identifier: convert PIBS licensed files | Wolfgang Denk | 3 | -68/+9 |
2013-07-24 | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 1 | -1/+1 |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 29 | -510/+29 |
2013-07-23 | i2c, ppc4xx_i2c: switch to new multibus/multiadapter support | Dirk Eibach | 1 | -1/+1 |
2013-04-03 | replace last __bss_end__ occurrences with __bss_end | Albert ARIBAUD | 1 | -1/+1 |
2013-04-02 | Consolidate bool type | York Sun | 3 | -19/+9 |
2013-03-13 | Refactor linker-generated arrays | Albert ARIBAUD | 1 | -1/+1 |
2012-10-22 | common: Discard the __u_boot_cmd section | Marek Vasut | 1 | -3/+0 |
2012-10-22 | common: Add .u_boot_list into all linker files | Marek Vasut | 1 | -0/+5 |
2012-10-15 | usb: lowlevel interface change to support multiple controllers | Lucas Stach | 1 | -2/+2 |
2012-07-29 | doc: cleanup - move board READMEs into respective board directories | Wolfgang Denk | 1 | -0/+375 |
2012-03-19 | usb: replace wait_ms() with mdelay() | Mike Frysinger | 1 | -4/+4 |
2012-01-09 | board/mpl/pati: use the CFI driver for the PATI board | David Müller | 1 | -2/+2 |
2012-01-09 | board/mpl/mip405: use the CFI driver for the MIP405/MIP405T board | David Müller | 2 | -3/+25 |
2012-01-09 | board/mpl/pip405: use the CFI driver for the PIP405 board | David Müller | 2 | -8/+26 |
2012-01-09 | board/mpl/common: remove the old legacy flash | David Müller | 3 | -896/+182 |
2011-12-12 | board/mpl/common/isa.c: Fix GCC 4.6 build warnings | David Müller (ELSOFT AG) | 1 | -3/+3 |
2011-12-02 | board/mpl/common/flash.c: Fix GCC 4.6 build warning | Wolfgang Denk | 1 | -2/+1 |
2011-11-17 | pip405.c: Fix GCC 4.6 build warnings | Stefan Roese | 1 | -4/+7 |
2011-11-17 | mip405.c: Fix GCC 4.6 build warnings | Stefan Roese | 1 | -7/+3 |
2011-11-09 | ARM: remove superfluous setting of arch_number in board specific code. | David Müller (ELSOFT AG) | 1 | -3/+0 |
2011-11-08 | board/mpl/common/flash.c: fix GCC 4.6 build warning | Wolfgang Denk | 1 | -14/+1 |
2011-10-16 | punt unused clean/distclean targets | Mike Frysinger | 4 | -24/+0 |