Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
42a5f890327fbf8c91c1f9b83eef7c65b530d636
/
common
/
Makefile
603a4c1
common: dfu: saperate the dfu common functionality
by B, Ravi
· 8 years ago
8b3c725
spl: dfu: add dfu support in SPL
by B, Ravi
· 8 years ago
98b685d
Use separate options for TPL support
by Simon Glass
· 8 years ago
36f067f
cmd: Split 'bootz' and 'booti' out from 'bootm'
by Tom Rini
· 8 years ago
17a48e4
hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER
by Masahiro Yamada
· 8 years ago
622a01c
autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c
by Masahiro Yamada
· 8 years ago
5021e3c
verified-boot: Minimal support for booting U-Boot proper from SPL
by Teddy Reed
· 8 years ago
3bba650
Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot
by Simon Glass
· 9 years ago
37dda1c
cmd: eeprom: add support for layout aware commands
by Nikita Kiryanov
· 9 years ago
3665a40
dm: sata: Separate the non-command code into its own file
by Simon Glass
· 9 years ago
e11f0ef
dm: ide: Separate the non-command code into its own file
by Simon Glass
· 9 years ago
c8e89ab
dm: scsi: Separate the non-command code into its own file
by Simon Glass
· 9 years ago
5da543c
common: env: support sata device
by Peng Fan
· 9 years ago
0ea4959
Allow command-line files to be dropped
by Simon Glass
· 9 years ago
8b42692
fdt: Allow libfdt to be used in SPL
by Simon Glass
· 9 years ago
e3ee2fb
Kconfig: Move CONFIG_FIT and related options to Kconfig
by Simon Glass
· 9 years ago
d1f4063
common: Add support for environment file in EXT4.
by Stuart Longland
· 9 years ago
fe6fbf3
Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.
by David Müller (ELSOFT AG)
· 9 years ago
29499a0
Move all command code into its own directory
by Simon Glass
· 9 years ago
68f5bf3
dm: lcd: Avoid using the lcd.h header file with driver model
by Simon Glass
· 9 years ago
74c8389
common/Makefile: Compile fdt_support is enabled in SPL
by Stefan Roese
· 9 years ago
6af49bc
sparse: Rename the file and header
by Maxime Ripard
· 9 years ago
33602a9
fastboot: Implement NAND backend
by Maxime Ripard
· 9 years ago
b1beb11
Move board_init_f_mem() into a common location
by Simon Glass
· 9 years ago
08b9dc2
drivers: Introduce a simplified remoteproc framework
by Nishanth Menon
· 9 years ago
bfafe5c
common/cmd_ethsw: Add generic commands for Ethernet Switches
by Codrin Ciubotariu
· 9 years ago
e32125a
update: tftp: dfu: Extend update_tftp() function to support DFU
by Lukasz Majewski
· 9 years ago
45158dd
dm: tpm: Add a 'tpmtest' command
by Simon Glass
· 9 years ago
62cb156
spl, common, serial: build SPL without serial support
by Heiko Schocher
· 9 years ago
2997bb4
efi: Add a command to display the memory map
by Simon Glass
· 9 years ago
6a92312
dm: regulator: add regulator command
by Przemyslaw Marczak
· 10 years ago
4d56977
dm: pmic: add pmic command
by Przemyslaw Marczak
· 10 years ago
9e8ff54
Add a 'cpu' command to print CPU information
by Simon Glass
· 10 years ago
13ba5d0
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 10 years ago
609d7fc
sandbox: Renamed sb command to host
by Sjoerd Simons
· 10 years ago
a3c8e86
common/lcd_console: introduce display/framebuffer rotation
by Hannes Petermaier
· 10 years ago
5df417b
common/armflash: Support for ARM flash images
by Linus Walleij
· 10 years ago
459316b
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 10 years ago
6bfc15a
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 10 years ago
b071e4c
lcd: dt: extract simplefb support
by Nikita Kiryanov
· 10 years ago
9607f7a
generic-board: show model name in board_init_f() too
by Masahiro Yamada
· 10 years ago
7f9ceea
common: convert compulab splash load code to common code
by Nikita Kiryanov
· 10 years ago
f6ebf6a
lcd: refactor lcd console stuff into its own file
by Nikita Kiryanov
· 10 years ago
d02389c
common: spl: Add interactive DDR debugger support for SPL image
by Alison Wang
· 10 years ago
7e08a1f
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
9f9eec3
fs: make it possible to read the filesystem UUID
by Christian Gmeiner
· 10 years ago
9489046
dm: Split the simple malloc() implementation into its own file
by Simon Glass
· 10 years ago
78cc673
common: Makefile: allow for spl builds with env_fat
by Felipe Balbi
· 10 years ago
4345a57
crypto/fsl: Add command for encapsulating/decapsulating blobs
by Ruchika Gupta
· 10 years ago
6968298
kbuild: refactor some makefiles
by Masahiro Yamada
· 10 years ago
c601567
usb/gadget: fastboot: implement sparse format
by Steve Rae
· 10 years ago
792ac48
usb/gadget: fastboot: add eMMC support for flash command
by Steve Rae
· 10 years ago
cc52ab0
common/Makefile: Consolidate SPL ENV options, correct inclusion
by Tom Rini
· 10 years ago
4dc47ca
Add an I/O tracing feature
by Simon Glass
· 10 years ago
3b5866d
bootm: Split out code from cmd_bootm.c
by Simon Glass
· 10 years ago
399ed9a
Move bootretry code into bootretry.c and clean up
by Simon Glass
· 11 years ago
d6d592f
Move command line API into cli.c
by Simon Glass
· 11 years ago
7b6a95a
Move autoboot code to autoboot.c
by Simon Glass
· 11 years ago
66b8c8b
Split out simple parser and readline into separate files
by Simon Glass
· 11 years ago
299f0be
Rename hush to cli_hush
by Simon Glass
· 11 years ago
9d4471e
usb/gadget: add the fastboot gadget
by Sebastian Siewior
· 11 years ago
686d667
image: add support for Android's boot image format
by Sebastian Siewior
· 11 years ago
d231bd9
Merge branch 'next'
by Tom Rini
· 11 years ago
bd1f7ef
Add lzmadec command
by Patrice Bouchand
· 11 years ago
c4d8a1b
aes: Add 'aes' command to access AES-128-CBC
by Marek Vasut
· 11 years ago
e5d1579
cros_ec: Move EC interface into common library
by Vadim Bendebury
· 11 years ago
63b1757
dm: Add a demonstration/example driver
by Simon Glass
· 11 years ago
f343378
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 11 years ago
958a8f8
arm: Switch to -mno-unaligned-access when supported by the compiler
by Tom Rini
· 11 years ago
06ab7dd
fs/fdos: Remove
by Tom Rini
· 11 years ago
0d68fb1
kbuild: use Linux Kernel build scripts
by Masahiro Yamada
· 11 years ago
59f15f2
kbuild: change out-of-tree build
by Masahiro Yamada
· 11 years ago
0c3ab85
common: spl: Add spl sata boot support
by Dan Murphy
· 11 years ago
a0d2802
common: Add new clk command
by Michal Simek
· 11 years ago
cb367e1
spl: common: Support for USB MSD FAT image loading
by Dan Murphy
· 11 years ago
b9b4713
Makefile: delete unnecessary CPPFLAGS settings
by Masahiro Yamada
· 11 years ago
8e0ad09
common: Delete unnecessary rules.
by Masahiro Yamada
· 11 years ago
55c745d
common: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
32dc389
cmd:thor: Support for TIZEN's download command (thordown)
by Lukasz Majewski
· 11 years ago
0d63f7c
powerpc/ppc4xx: Add fpgad command for dumping gdsys fpga registers
by Dirk Eibach
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
2a90ed0
video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO
by Robert Winkler
· 11 years ago
58fe7e5
image: Add signing infrastructure
by Simon Glass
· 11 years ago
a749ae0
Add a trace command
by Simon Glass
· 11 years ago
ded52a4
Makefile: move the common makefile line to public area
by Ying Zhang
· 12 years ago
602f7d3
common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL
by Ying Zhang
· 12 years ago
757a92f
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
c6bdabb
image: Split libfdt code into image-fdt.c
by Simon Glass
· 12 years ago
da0af36
image: Split FIT code into new image-fit.c
by Simon Glass
· 12 years ago
a671b70
blackfin: bf609: add softswitch config command
by Bob Liu
· 12 years ago
a8e8855
Add fuse API and commands
by Benoît Thébaudeau
· 12 years ago
0c5faa8
env: Add support for UBI environment
by Joe Hershberger
· 12 years ago
ac91b47
New command bootmenu: ANSI terminal boot menu support
by Pali Rohár
· 12 years ago
44a6ac9
usb:gadget: USB Mass Storage Gadget support
by Lukasz Majewski
· 12 years ago
db397fa
Introduce generic post-relocation board_r.c
by Simon Glass
· 12 years ago
c45e359
Introduce generic pre-relocation board_f.c
by Simon Glass
· 12 years ago
bf6ce79
sandbox: Add 'sb' command to access filesystem features
by Simon Glass
· 12 years ago
bafe41a
Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged
by Allen Martin
· 12 years ago
71497d0
env: Add environment variable flags
by Joe Hershberger
· 12 years ago
60fd3ad
env: Add support for callbacks to environment vars
by Joe Hershberger
· 12 years ago
Next »