Age | Commit message (Expand) | Author |
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 |
2015-03-18 | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini |
2015-03-13 | common/board_f.c: Enable IMX watchdog in init_func_watchdog_init() | Stefan Roese |
2015-03-10 | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini |
2015-03-05 | common/board_f: implement type casting for gd structure | Alexey Brodkin |
2015-03-05 | m68k: Add generic board support for MCF547X/8X and MCF5445X | Alison Wang |
2015-03-05 | m68k: add generic-board support | angelo@sysam.it |
2015-03-04 | common: board: support systems with where RAM ends beyond 4GB | Stephen Warren |
2015-02-17 | avr32: add generic board support | Andreas Bießmann |
2015-02-17 | common/board_f: factor out reserve_stacks | Andreas Bießmann |
2015-02-12 | Introduce board_init_f_mem() to handle early memory layout | Simon Glass |