Age | Commit message (Expand) | Author |
2017-10-02 | Provide a generic io.h & address mapping functions | Paul Burton |
2017-09-18 | efi_loader: rename __efi_hello_world_* | Heinrich Schuchardt |
2017-08-16 | env: Rename getenv/_f() to env_get() | Simon Glass |
2017-08-15 | env: Add an enum for environment state | Simon Glass |
2017-07-27 | spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN | Andy Yan |
2017-07-08 | powerpc: Partialy restore core of mpc8xx | Christophe Leroy |
2017-07-06 | avr32: Retire AVR32 for good | Andy Shevchenko |
2017-07-03 | powerpc: remove 4xx support | Heiko Schocher |
2017-06-16 | powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x | Heiko Schocher |
2017-06-12 | powerpc, 5xx: remove support for 5xx | Heiko Schocher |
2017-06-12 | powerpc, 8260: remove support for mpc8260 | Heiko Schocher |
2017-06-12 | powerpc, 8xx: remove support for 8xx | Heiko Schocher |
2017-06-05 | bootstage: Support relocating boostage data | Simon Glass |
2017-06-05 | bootstage: Convert to use malloc() | Simon Glass |
2017-06-01 | dm: gpio: Add live tree support | Simon Glass |
2017-06-01 | dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment | Simon Glass |
2017-06-01 | dm: gpio: Refactor to prepare for live tree support | Simon Glass |
2017-06-01 | dm: core: Add livetree definitions | Simon Glass |
2017-05-12 | asm-generic: global_data: change timebase_l/h to unsigned int | Peng Fan |
2017-04-05 | board_f: Drop board_type parameter from initdram() | Simon Glass |
2017-03-16 | spl: Add spl_early_init() | Eddie Cai |
2016-11-14 | efi: Add support for a hello world test program | Simon Glass |
2016-10-23 | Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig | Simon Glass |
2016-10-11 | Add _image_binary_end section declaration | Simon Glass |
2016-09-23 | Move error macros from <asm-generic/errno.h> to <linux/errno.h> | Masahiro Yamada |
2016-09-07 | global_data.h: Standardize tabs and alignment for comments | Robert P. J. Day |
2016-07-15 | armv8: Move secure_ram variable out of generic global data | York Sun |
2016-06-06 | Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze | Tom Rini |
2016-06-06 | env: Setup GD_FLG_ENV_DEFAULT flag when default environment are used | Michal Simek |
2016-06-03 | dm: gpio: Add methods for open drain setting | mario.six@gdsys.cc |
2016-05-17 | dm: gpio: add a default gpio xlate routine | Eric Nelson |
2016-03-17 | gpio: Use const where possible | Simon Glass |
2016-03-17 | gpio: Add a function to obtain a GPIO vector value | Simon Glass |
2016-02-08 | Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. | David Müller (ELSOFT AG) |
2016-02-06 | Use correct spelling of "U-Boot" | Bin Meng |
2016-01-20 | dm: common: Add memory reservation for the video uclass | Simon Glass |
2015-12-15 | Reserve secure memory | York Sun |
2015-11-19 | console: Add a console buffer | Simon Glass |
2015-11-05 | include: Add generic bitops headers | Fabio Estevam |
2015-11-04 | dm: spl: Support device tree when BSS is in a different section | Simon Glass |
2015-10-23 | dm: implement a Timer uclass | Thomas Chou |
2015-10-21 | linux/bitops.h: GENMASK copy from linux | Jagan Teki |
2015-08-17 | Revert "Align global_data to a 16-byte boundary" | Simon Glass |
2015-08-14 | Align global_data to a 16-byte boundary | Simon Glass |
2015-08-14 | common: Display >=4GiB memory bank size | Bin Meng |
2015-08-05 | Add a way to skip relocation | Simon Glass |
2015-08-05 | Reserve the top 16 flag bits for architecture-specific use | Simon Glass |
2015-07-21 | dm: spl: Allow device tree/driver model in board_init_f() | Simon Glass |
2015-07-21 | dm: gpio: Add dm_gpio_request() to manually request a GPIO | Simon Glass |
2015-07-21 | dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name | Simon Glass |