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