Age | Commit message (Expand) | Author |
2016-08-15 | xtensa: add support for the xtensa processor architecture [1/2] | Chris Zankel |
2016-07-19 | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2016-07-15 | armv8: Add tlb_allocated to arch global data | York Sun |
2016-07-15 | armv8: Move secure_ram variable out of generic global data | York Sun |
2016-07-14 | board_f: prevent misleading "Watchdog enabled" output | Anatolij Gustschin |
2016-07-14 | board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=y | Anatolij Gustschin |
2016-05-27 | board_f: Don't require CONFIG_SYS_MONITOR_BASE | Simon Glass |
2016-03-17 | x86: Allow use of serial soon after relocation | Simon Glass |
2016-02-26 | timer: Set up the real timer after driver model is available | Simon Glass |
2016-02-08 | Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. | David Müller (ELSOFT AG) |
2016-01-20 | dm: common: Add memory reservation for the video uclass | Simon Glass |
2016-01-20 | common: Move LCD and video memory reservation together | Simon Glass |
2015-12-15 | common: Rewrite hiding the end of memory | York Sun |
2015-12-15 | Reserve secure memory | York Sun |
2015-12-09 | common: Remove timer_init() call for x86 | Bin Meng |
2015-12-05 | common: board: Dont relocate FDT incase of CONFIG_OF_EMBED | Siva Durga Prasad Paladugu |
2015-12-03 | sparc: Update PROM initialization code for generic board | Francois Retief |
2015-12-03 | sparc: Update cpu_init.c to use generic timer infrastructure | Francois Retief |
2015-11-19 | console: Add a console buffer | Simon Glass |
2015-11-19 | Move console definitions into a new console.h file | Simon Glass |
2015-11-19 | common/board_f.c: move mark_bootstage after arch_cpu_init_dm | Thomas Chou |
2015-11-13 | x86: Move timer_init() call a bit earlier | Bin Meng |
2015-11-12 | common: Simplify get_clocks() #ifdef | Peng Fan |
2015-11-06 | Merge branch 'master' of git://git.denx.de/u-boot-nios | Tom Rini |
2015-11-06 | common/board_f: enable setup_board_part1() for MIPS | Daniel Schwierzeck |
2015-11-06 | nios2: use common sequence for reserve_uboot | Thomas Chou |
2015-10-29 | common/board_f.c: change the macro name and remove it for PPC platforms | Gong Qianyu |
2015-10-24 | common/board_f.c: modify the macro to use get_clocks() more common | Gong Qianyu |
2015-10-24 | Move board_init_f_mem() into a common location | Simon Glass |
2015-10-23 | nios2: convert altera timer to driver model | Thomas Chou |
2015-10-23 | nios2: Switch to generic timer | Thomas Chou |
2015-08-28 | NDS32: Generic Board Support and Unsupport | Kun-Hua Huang |
2015-08-26 | x86: fsp: Delay x86_fsp_init() call a little bit | Bin Meng |
2015-08-17 | Revert "Align global_data to a 16-byte boundary" | Simon Glass |
2015-08-14 | x86: Switch to using generic global_data setup | Simon Glass |
2015-08-14 | Allow arch-specific setting of global_data in board_init_f_mem() | 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 | efi: Avoid using non-existent text base | Ben Stoltz |
2015-07-14 | x86: fsp: Move FspInitEntry call to board_init_f() | Bin Meng |
2015-04-29 | Fix comment nits in board_f.c | Simon Glass |
2015-04-23 | Move initf_malloc() to a common place | Simon Glass |
2015-04-23 | fdt: Rename setup_fdt() and make it prepare also | Simon Glass |
2015-04-23 | fdt: sandbox: Move setup code from board_f to fdtdec | Simon Glass |
2015-04-18 | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger |
2015-04-16 | dm: Add a new CPU init function which can use driver model | Simon Glass |
2015-04-03 | arc: clean-up init procedure | Alexey Brodkin |
2015-03-28 | m68k: fix 3 broken boards | angelo@sysam.it |
2015-03-28 | common/board_f: move board_init_f_mem() from #else CONFIG_X86 | Alexey Brodkin |