History for barebox / common / module.c
2020-07-01
@David Dgien
module: Implement HAVE_MOD_ARCH_SPECIFIC ...
David Dgien authored on 29 Jun 2020 Sascha Hauer committed on 1 Jul 2020
@David Dgien
module: Fix module command registration ...
David Dgien authored on 29 Jun 2020 Sascha Hauer committed on 1 Jul 2020
@David Dgien
module: Fix adding module to list after layout ...
David Dgien authored on 29 Jun 2020 Sascha Hauer committed on 1 Jul 2020
2016-04-21
@Du Huanpeng
whole tree: remove trailing whitespaces ...
Du Huanpeng authored on 21 Apr 2016 Sascha Hauer committed on 21 Apr 2016
2013-06-21
@Sascha Hauer
module: remove duplicate ALIGN and __ALIGN_MASK definition ...
Sascha Hauer committed on 21 Jun 2013
2013-01-27
@Sascha Hauer
treewide: fix format specifiers ...
Sascha Hauer committed on 27 Jan 2013
2012-09-17
@Sascha Hauer
Treewide: remove address of the Free Software Foundation ...
Sascha Hauer committed on 17 Sep 2012
2011-03-10
@Sascha Hauer
module: CONFIG_COMMAND does not exist anymore, remove ifdefs ...
Sascha Hauer committed on 10 Mar 2011
2010-02-01
@Sascha Hauer
remove typedef cmd_tbl_t and replace it with struct command ...
Sascha Hauer committed on 1 Feb 2010
2009-12-15
@Sascha Hauer
rename U-Boot-v2 project to barebox ...
Sascha Hauer committed on 15 Dec 2009
2009-11-03
@Sascha Hauer
list: remove duplicated list.h ...
Sascha Hauer committed on 3 Nov 2009
2008-08-13
@Sascha Hauer
move several commands into extra files ...
Sascha Hauer committed on 13 Aug 2008
2008-04-04
@Sascha Hauer
Subject: [PATCH] [general] Fixed constant strings in data section issue ...
Sascha Hauer committed on 4 Apr 2008
2007-10-11
@Sascha Hauer
Collect modules in a linked list and implement lsmod.
Sascha Hauer committed on 11 Oct 2007
2007-10-07
@Sascha Hauer
__u_boot__symtab -> __usymtab
Sascha Hauer committed on 7 Oct 2007
2007-10-04
@Sascha Hauer
module.c: Due to an extra linking step we do not have u_boot_cmd_* ...
Sascha Hauer committed on 4 Oct 2007
2007-10-01
@Sascha Hauer
Resolve the symbols using an extra section and only resolve explicitly ...
Sascha Hauer committed on 1 Oct 2007
2007-09-28
@Sascha Hauer
Add module handling (mostly copied from Linux kernel and stripped down ...
Sascha Hauer committed on 28 Sep 2007