index
:
delta/barebox.git
doc
dts
efi
imx-ipu-v3
master
next
pu/kconfig
pu/mtd
pu/persistent-vars
stable/v2013.05
stable/v2013.06
stable/v2013.07
stable/v2013.08
stable/v2013.10
stable/v2014.05
stable/v2014.06
stable/v2014.06.0
stable/v2014.07
stable/v2014.08
stable/v2014.09
stable/v2014.10
stable/v2014.11
stable/v2014.12
stable/v2015.01
stable/v2015.02
stable/v2017.05
stable/v2017.06
stable/v2017.07
stable/v2017.11
stable/v2018.07
stable/v2018.09
stable/v2018.12
v2011.03-stable
work/am335x
work/efika-sb
work/fit-support
work/musb
work/mvebu-multisoc
git.pengutronix.de: git/barebox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
startup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
startup: Execute init scripts in alphabetical order
Sascha Hauer
2021-01-21
1
-12
/
+17
*
startup: export PATH variable
Sascha Hauer
2021-01-14
1
-0
/
+1
*
common: replace license statements with SPDX-License-Identifiers
Ahmad Fatoum
2020-11-27
1
-11
/
+1
*
Merge branch 'for-next/reboot-mode' into master
Sascha Hauer
2020-10-14
1
-0
/
+16
|
\
|
*
Merge branch 'for-next/magicvar-unique-id' into for-next/reboot-mode
Sascha Hauer
2020-10-07
1
-9
/
+6
|
|
\
|
*
|
defaultenv: provide defaults for generic reboot modes
Ahmad Fatoum
2020-09-29
1
-0
/
+16
*
|
|
Merge branch 'for-next/misc' into master
Sascha Hauer
2020-10-14
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
shutdown: flush console on barebox shutdown
Lucas Stach
2020-10-02
1
-0
/
+2
|
|
/
*
|
magicvar: Replace BAREBOX_MAGICVAR_NAMED with BAREBOX_MAGICVAR
Sascha Hauer
2020-10-02
1
-9
/
+6
|
/
*
Merge branch 'for-next/net' into master
Sascha Hauer
2020-09-25
1
-0
/
+3
|
\
|
*
Add workqueues
Sascha Hauer
2020-08-13
1
-0
/
+3
*
|
Add constructor support
Sascha Hauer
2020-09-18
1
-0
/
+15
|
/
*
startup: Add missing newline to notice message
Jules Maselbas
2020-08-03
1
-1
/
+1
*
Merge branch 'for-next/watchdog'
Sascha Hauer
2020-07-27
1
-0
/
+4
|
\
|
*
startup: inhibit watchdogs on non-interactive autoboot abort
Ahmad Fatoum
2020-06-23
1
-0
/
+4
*
|
startup: Fix do_autoboot_countdown() running multiple times
Sascha Hauer
2020-06-26
1
-1
/
+4
*
|
startup: register autoboot vars in initcall
Sascha Hauer
2020-06-26
1
-12
/
+14
|
/
*
common.h: move and rename lregion_overlap()
Masahiro Yamada
2020-05-05
1
-2
/
+12
*
treewide: remove references to CREDITS
Uwe Kleine-König
2020-04-27
1
-3
/
+0
*
startup: add $global.autoboot to make behavior configurable
Ahmad Fatoum
2020-04-27
1
-2
/
+15
*
startup: don't clobber original autoboot state
Ahmad Fatoum
2020-04-27
1
-4
/
+5
*
startup: rename AUTOBOOT_UNKNOWN to more descriptive AUTOBOOT_COUNTDOWN
Ahmad Fatoum
2020-04-27
1
-2
/
+2
*
Add magicvar description for autoboot variables
Sascha Hauer
2020-04-27
1
-0
/
+8
*
Allow usage of default environment without environment file storage
Albert Schwarzkopf
2019-12-11
1
-7
/
+17
*
startup: allow ctrl+c abort during boot sequence
Ahmad Fatoum
2019-08-30
1
-2
/
+2
*
startup: Fix typo in comment
Ladislav Michl
2019-08-23
1
-1
/
+1
*
startup: Register autoboot variables earlier
Ladislav Michl
2019-08-23
1
-7
/
+11
*
startup: Factor out the autoboot counter to separate function
Sascha Hauer
2019-07-03
1
-46
/
+88
*
startup: Create boot related variables where they are used
Sascha Hauer
2019-07-03
1
-10
/
+0
*
startup: Create global.linux.bootargs.dyn.* variables where they are needed
Sascha Hauer
2019-07-03
1
-6
/
+0
*
startup: remove unused editcmd variable
Sascha Hauer
2019-07-03
1
-3
/
+0
*
startup: execute /env/bin/init as part of the initial shell
Ian Abbott
2019-06-13
1
-4
/
+5
*
startup: Do not overwrite global.linux.bootargs.console
Sascha Hauer
2019-06-13
1
-3
/
+0
*
defaultenv: Convert init script to C
Sascha Hauer
2019-04-24
1
-19
/
+169
*
environment: bypass overlap check for mtd devices
Sascha Hauer
2018-10-12
1
-0
/
+3
*
environment: Fix overlapping partitions error message
Ladislav Michl
2018-10-12
1
-2
/
+2
*
environment: Do not use environment when overlapping with other partitions
Sascha Hauer
2018-09-26
1
-1
/
+51
*
Revert "startup: Load default environment earlier"
Sascha Hauer
2018-03-19
1
-3
/
+3
*
Merge branch 'for-next/tftp-workaround'
Sascha Hauer
2018-02-08
1
-0
/
+1
|
\
|
*
startup: create /tmp
Sascha Hauer
2018-01-23
1
-0
/
+1
*
|
startup: Load default environment earlier
Sascha Hauer
2018-02-06
1
-3
/
+3
|
/
*
include: move shell prototypes to shell.h
Sascha Hauer
2016-04-15
1
-0
/
+1
*
fs: Add pstore filesystem
Markus Pargmann
2015-12-10
1
-0
/
+5
*
login: rework login mechanism
Sascha Hauer
2015-08-28
1
-5
/
+2
*
exitcall: move board_shutdown to exitcall infrastructure
Herve Codina
2015-07-13
1
-5
/
+0
*
exitcall: move arch_shutdown to exitcall infrastructure
Herve Codina
2015-07-13
1
-3
/
+0
*
exitcall: move device_shutdown to exitcall infrastructure
Herve Codina
2015-07-13
1
-1
/
+0
*
exitcall: Add exitcall infrastructure
Herve Codina
2015-07-13
1
-0
/
+11
*
startup: introduce postenvironment_initcall
Sascha Hauer
2015-05-15
1
-10
/
+18
*
efi: mount efivarfs by default if enabled
Lucas Stach
2014-12-09
1
-0
/
+6
[next]