| Commit message (Expand) | Author | Age | Files | Lines |
* | Add include/asm-generic/atomic.h | Chris Packham | 2018-09-25 | 1 | -0/+150 |
* | arch: types.h: factor out fixed width typedefs to int-ll64.h | Masahiro Yamada | 2018-09-10 | 2 | -0/+56 |
* | u-boot: remove driver lookup loop from env_save() | Nicholas Faustini | 2018-07-30 | 1 | -1/+1 |
* | fdt: Add device tree memory bindings | Michael Pratt | 2018-07-09 | 1 | -0/+1 |
* | efi_loader: allow unaligned memory access | Heinrich Schuchardt | 2018-06-03 | 1 | -0/+3 |
* | SPDX: Convert a few files that were missed before | Tom Rini | 2018-05-10 | 1 | -2/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 5 | -9/+5 |
* | powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx | Christophe Leroy | 2018-04-06 | 1 | -1/+1 |
* | env: Fix env_load_location | York Sun | 2018-02-16 | 1 | -0/+1 |
* | efi_loader: fix building crt0 on arm | Heinrich Schuchardt | 2018-02-10 | 1 | -0/+21 |
* | log: Add control over log formatting | Simon Glass | 2018-02-03 | 1 | -0/+1 |
* | atomic-long: Fix warnings on arm64 | Bradley Bolen | 2018-01-28 | 1 | -0/+2 |
* | env: Initialise all the environments | Maxime Ripard | 2018-01-27 | 1 | -0/+1 |
* | log: Plumb logging into the init sequence | Simon Glass | 2017-12-07 | 1 | -0/+1 |
* | log: Add an implementation of logging | Simon Glass | 2017-12-07 | 1 | -0/+5 |
* | Drop the log buffer | Simon Glass | 2017-12-07 | 1 | -1/+1 |
* | Provide a generic io.h & address mapping functions | Paul Burton | 2017-10-02 | 1 | -0/+110 |
* | efi_loader: rename __efi_hello_world_* | Heinrich Schuchardt | 2017-09-18 | 1 | -2/+2 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | env: Add an enum for environment state | Simon Glass | 2017-08-15 | 1 | -1/+1 |
* | spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN | Andy Yan | 2017-07-27 | 1 | -1/+1 |
* | powerpc: Partialy restore core of mpc8xx | Christophe Leroy | 2017-07-08 | 1 | -1/+1 |
* | avr32: Retire AVR32 for good | Andy Shevchenko | 2017-07-06 | 1 | -4/+0 |
* | powerpc: remove 4xx support | Heiko Schocher | 2017-07-03 | 1 | -34/+0 |
* | powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x | Heiko Schocher | 2017-06-16 | 1 | -5/+2 |
* | powerpc, 5xx: remove support for 5xx | Heiko Schocher | 2017-06-12 | 1 | -2/+1 |
* | powerpc, 8260: remove support for mpc8260 | Heiko Schocher | 2017-06-12 | 1 | -1/+1 |
* | powerpc, 8xx: remove support for 8xx | Heiko Schocher | 2017-06-12 | 1 | -1/+1 |
* | bootstage: Support relocating boostage data | Simon Glass | 2017-06-05 | 1 | -0/+1 |
* | bootstage: Convert to use malloc() | Simon Glass | 2017-06-05 | 1 | -0/+3 |
* | dm: gpio: Add live tree support | Simon Glass | 2017-06-01 | 1 | -5/+5 |
* | dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment | Simon Glass | 2017-06-01 | 1 | -1/+0 |
* | dm: gpio: Refactor to prepare for live tree support | Simon Glass | 2017-06-01 | 1 | -2/+4 |
* | dm: core: Add livetree definitions | Simon Glass | 2017-06-01 | 1 | -0/+3 |
* | asm-generic: global_data: change timebase_l/h to unsigned int | Peng Fan | 2017-05-12 | 1 | -2/+2 |
* | board_f: Drop board_type parameter from initdram() | Simon Glass | 2017-04-05 | 1 | -0/+6 |
* | spl: Add spl_early_init() | Eddie Cai | 2017-03-16 | 1 | -0/+1 |
* | efi: Add support for a hello world test program | Simon Glass | 2016-11-14 | 1 | -0/+2 |
* | Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig | Simon Glass | 2016-10-23 | 1 | -1/+1 |
* | Add _image_binary_end section declaration | Simon Glass | 2016-10-11 | 1 | -0/+1 |
* | Move error macros from <asm-generic/errno.h> to <linux/errno.h> | Masahiro Yamada | 2016-09-23 | 1 | -139/+0 |
* | global_data.h: Standardize tabs and alignment for comments | Robert P. J. Day | 2016-09-07 | 1 | -18/+17 |
* | armv8: Move secure_ram variable out of generic global data | York Sun | 2016-07-15 | 1 | -14/+0 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze | Tom Rini | 2016-06-06 | 1 | -0/+1 |
|\ |
|
| * | env: Setup GD_FLG_ENV_DEFAULT flag when default environment are used | Michal Simek | 2016-06-06 | 1 | -0/+1 |
* | | dm: gpio: Add methods for open drain setting | mario.six@gdsys.cc | 2016-06-03 | 1 | -0/+34 |
|/ |
|
* | dm: gpio: add a default gpio xlate routine | Eric Nelson | 2016-05-17 | 1 | -5/+14 |
* | gpio: Use const where possible | Simon Glass | 2016-03-17 | 1 | -5/+5 |
* | gpio: Add a function to obtain a GPIO vector value | Simon Glass | 2016-03-17 | 1 | -0/+12 |
* | Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. | David Müller (ELSOFT AG) | 2016-02-08 | 1 | -4/+0 |