Age | Commit message (Expand) | Author |
2015-05-12 | arch: Make board selection choices optional | Joe Hershberger |
2015-04-18 | net: Remove the bd* parameter from net stack functions | Joe Hershberger |
2015-03-24 | remove unnecessary version.h includes | Rob Herring |
2015-02-09 | common: Move dram_init() declaration to common location | Michal Simek |
2014-12-08 | Kbuild: introduce Makefile in arch/$ARCH/ | Daniel Schwierzeck |
2014-11-23 | kbuild: use SoC-specific CONFIG to descend into SoC directory | Masahiro Yamada |
2014-11-23 | kbuild: Descend into SOC directory from CPU directory | Masahiro Yamada |
2014-09-13 | kconfig: remove redundant "string" type in arch and board Kconfigs | Masahiro Yamada |
2014-07-30 | kconfig: delete redundant CONFIG_${ARCH} definition | Masahiro Yamada |
2014-07-30 | kconfig: add board Kconfig and defconfig files | Masahiro Yamada |
2014-05-12 | bd_info: remove bi_barudrate member from struct bd_info | Masahiro Yamada |
2014-03-28 | kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib | Masahiro Yamada |
2014-03-07 | config.mk: specify the exact path to standalone linker script | Masahiro Yamada |
2014-03-04 | kbuild: fix CROSS_COMPILE settings in config.mk | Masahiro Yamada |
2014-02-19 | kbuild: add dummy obj-y to create built-in.o | Masahiro Yamada |
2014-02-19 | kbuild: change out-of-tree build | Masahiro Yamada |
2014-01-28 | nds32: add support for leopard and orca board boot flow auto detect | rick |
2013-11-01 | nds32: convert makefiles to Kbuild style | Masahiro Yamada |
2013-08-09 | nds32: introduce DMA allocation API | ken kuo |
2013-07-25 | Merge branch 'master' of git://git.denx.de/u-boot-nds32 | Tom Rini |
2013-07-25 | nds32: Enable FPU if the version of CPU supported | ken kuo |
2013-07-25 | nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiers | Tom Rini |
2013-07-25 | nds32: Convert Makefiles to use COBJS-y style | ken kuo |
2013-07-24 | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-07-24 | nds32: ag101/ag102: Fix setting lastdec and now values | Axel Lin |
2013-07-24 | nds32: Enable the function of passing parameters to Linux | ken kuo |
2013-07-24 | nds32: Enable two banks of SDRAM on Andes board | ken kuo |
2013-07-24 | nds32: introduce macros for bit manipulation | Gabor Juhos |
2013-07-23 | i2c: common changes for multibus/multiadapter support | Heiko Schocher |
2013-07-16 | Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM | Dirk Eibach |
2013-07-02 | avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux | Andreas Bießmann |
2013-05-08 | nds32: Use sections header to obtain link symbols | Kuan-Yu Kuo |
2013-05-01 | lib: consolidate hang() | Andreas Bießmann |
2013-04-01 | Consolidate bool type | York Sun |
2013-03-18 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini |
2013-03-15 | Change stub example to use asm-generic/sections.h | Simon Glass |
2013-03-15 | Introduce generic link section.h symbol files | Simon Glass |
2013-03-15 | Replace __bss_end__ with __bss_end | Simon Glass |
2013-03-12 | Refactor linker-generated arrays | Albert ARIBAUD |
2013-02-19 | malloc: make malloc_bin_reloc static | Gabor Juhos |
2013-02-18 | nds32: Add a basic errno.h | Simon Glass |
2013-02-04 | nds32: Use generic global_data | Simon Glass |
2013-02-01 | nds32: Drop tlb_addr from global data | Simon Glass |
2013-02-01 | Add architecture-specific global data | Simon Glass |
2012-10-22 | common: Discard the __u_boot_cmd section | Marek Vasut |
2012-10-22 | common: Convert the U-Boot commands to LG-arrays | Marek Vasut |
2012-10-22 | common: Add .u_boot_list into all linker files | Marek Vasut |
2012-10-19 | nds32: Change global data baudrate to int | Simon Glass |
2012-10-17 | nds32: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT | Nobuhiro Iwamatsu |