| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada | 2020-07-17 | 1 | -1/+1 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 2 | -1/+3 |
* | common: Drop linux/bug.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop bootstage.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Move RAM-sizing functions to init.h | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move get_tbclk() to time.h | Simon Glass | 2020-01-17 | 1 | -1/+1 |
* | common: Move pci_init_board() out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move some cache and MMU functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | arm: powerpc: Tidy up code style for cache functions | Simon Glass | 2019-12-02 | 1 | -1/+1 |
* | common: Move get_ticks() function out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | env: Move env_set() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | Drop CONFIG_INIT_CRITICAL | Bin Meng | 2018-11-26 | 1 | -3/+1 |
* | arm: remove prototype for get_timer_masked | Patrick Delaunay | 2018-10-10 | 1 | -22/+23 |
* | arm: remove prototype for udelay_masked | Patrick Delaunay | 2018-10-10 | 1 | -6/+0 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 8 | -17/+8 |
* | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | arm: Add explicit include of <asm/mach-types.h> | Simon Glass | 2017-06-05 | 1 | -0/+1 |
* | dm: Use dm.h header when driver mode is used | Simon Glass | 2017-06-01 | 1 | -1/+1 |
* | integrator: switch to DM serial port | Linus Walleij | 2015-08-12 | 1 | -0/+18 |
* | integrator: stop zeroing the gd flags | Linus Walleij | 2015-04-23 | 1 | -2/+0 |
* | ARM: integrator: move board select into mach-integrator/Kconfig | Masahiro Yamada | 2015-04-23 | 1 | -103/+0 |
* | remove unnecessary version.h includes | Rob Herring | 2015-03-24 | 1 | -1/+0 |
* | kconfig: arm: introduce symbol for ARM CPUs | Georges Savoundararadj | 2014-10-29 | 1 | -24/+0 |
* | kconfig: remove redundant "string" type in arch and board Kconfigs | Masahiro Yamada | 2014-09-13 | 1 | -32/+0 |
* | Add board MAINTAINERS files | Masahiro Yamada | 2014-07-30 | 1 | -0/+14 |
* | kconfig: add board Kconfig and defconfig files | Masahiro Yamada | 2014-07-30 | 1 | -0/+159 |
* | arm: remove unneeded symbol offsets and _TEXT_BASE | Albert ARIBAUD | 2014-02-26 | 1 | -1/+1 |
* | board: arm: convert makefiles to Kbuild style | Masahiro Yamada | 2013-11-01 | 1 | -24/+4 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | 6 | -6/+6 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 8 | -132/+8 |
* | doc: cleanup - move board READMEs into respective board directories | Wolfgang Denk | 2012-07-29 | 1 | -0/+110 |
* | integrator: remove fragile delay loop from PCI code | Linus Walleij | 2012-03-04 | 1 | -5/+2 |
* | integrator: rewrite the AP PCI driver | Linus Walleij | 2012-02-27 | 2 | -250/+532 |
* | integrator: stop calling pci_init() twice | Linus Walleij | 2012-02-27 | 1 | -3/+0 |
* | integrator: enable Vpp and disable flash protection | Linus Walleij | 2011-11-10 | 1 | -0/+20 |
* | integrator: add system controller header | Linus Walleij | 2011-11-10 | 1 | -0/+91 |
* | integrator: make flash writeable on boot | Linus Walleij | 2011-11-10 | 2 | -0/+77 |
* | integrator: use io-accessors for board init | Linus Walleij | 2011-11-10 | 1 | -4/+5 |
* | integrator: move text offset to config | Linus Walleij | 2011-11-10 | 1 | -5/+0 |
* | integrator: do not test first part of the memory | Linus Walleij | 2011-11-08 | 1 | -4/+15 |
* | punt unused clean/distclean targets | Mike Frysinger | 2011-10-15 | 1 | -6/+0 |
* | integrator: convert to new build system | Linus Walleij | 2011-09-03 | 1 | -220/+0 |
* | integratorap: support relocation | Linus Walleij | 2011-09-03 | 1 | -8/+7 |
* | integratorap: make the compile work again | Linus Walleij | 2011-09-03 | 1 | -1/+1 |
* | Timer: Remove reset_timer_masked() | Graeme Russ | 2011-07-26 | 1 | -9/+4 |
* | Timer: Remove reset_timer() for non-Nios2 arches | Graeme Russ | 2011-07-26 | 1 | -5/+0 |
* | Timer: Remove set_timer completely | Graeme Russ | 2011-07-26 | 1 | -6/+0 |
* | armv7: rename cache related CONFIG flags | Aneesh V | 2011-07-04 | 1 | -4/+4 |