Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
b0c3c346c6d7ec44363037ad55fdfad4c3b474d1
/
common
e63bf1b
common: image-android-dt: Fix out-of-bounds access
by Eugeniu Rosca
· 6 years ago
cf8dcc5
common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled
by Abel Vesa
· 6 years ago
e1d7ed3
image: fdt: handle coalesced reserve region
by Patrick Delaunay
· 6 years ago
438dcab
spl: add debug print for early malloc usage
by Simon Goldschmidt
· 6 years ago
607d06d
preboot: Introduce CONFIG_USE_PREBOOT and migrate CONFIG_PREBOOT
by Masahiro Yamada
· 6 years ago
f0b05c9
log: Add a Kconfig option to set the default log level
by Simon Glass
· 6 years ago
6fc7e93
log: Fix up Kconfig log level names
by Simon Glass
· 6 years ago
dae5c2d
spl: implement CRC check on U-Boot uImage
by Simon Goldschmidt
· 6 years ago
7953601
usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGE
by Abel Vesa
· 6 years ago
f6c6df7
efi_loader: refactor switch to non-secure mode
by Heinrich Schuchardt
· 6 years ago
151b833
Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
bed44f4
Convert CONFIG_BOARD_TYPES to Kconfig
by Simon Glass
· 6 years ago
47870af
initcall: Move to inline function
by Alexander Graf
· 6 years ago
6a7b406
fdt: support booting with dtb in Android image
by Shawn Guo
· 6 years ago
7287597
spl: Kconfig: Enable SPI_FLASH_TINY by default for SPL
by Vignesh R
· 6 years ago
778572d
mtd: spi: Add lightweight SPI flash stack for SPL
by Vignesh R
· 6 years ago
0c6f187
mtd: spi: spi-nor-core: Add SFDP support
by Vignesh R
· 6 years ago
9cc2323
lmb: handle more than one DRAM BANK
by Simon Goldschmidt
· 6 years ago
f4b4092
spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4
by Tien Fong Chee
· 6 years ago
d8c3ea9
spl: fat/fs: Add option to include/exclude FAT write build in SPL
by Tien Fong Chee
· 6 years ago
0c3a9ed
spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT
by Tien Fong Chee
· 6 years ago
2f41ade
linker: Modify linker scripts to be more generic
by Tom Rini
· 6 years ago
2dd468d
dfu: Remove dependency on HUSH parser in SPL
by Andrew F. Davis
· 6 years ago
6536ca4
spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU
by Andrew F. Davis
· 6 years ago
2acc24f
Kconfig: Migrate BOUNCE_BUFFER
by Philipp Tomsich
· 6 years ago
2dcfa05
common: spl: Kconfig: spelling fixes
by Chris Packham
· 6 years ago
5b978da
bootm: use new common function lmb_init_and_reserve
by Simon Goldschmidt
· 6 years ago
e2237a2
fdt: parse "reserved-memory" for memory reservation
by Simon Goldschmidt
· 6 years ago
aac0c29
Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
03dcf17
common: command: Add support for $ auto-completion
by Boris Brezillon
· 6 years ago
80a48dd
common: command: Rework the 'cmd is repeatable' logic
by Boris Brezillon
· 6 years ago
6fb6144
common: command: Expose a generic helper to auto-complete sub commands
by Boris Brezillon
· 6 years ago
cbe07eb
common: command: Fix command auto-completion
by Boris Brezillon
· 6 years ago
f759773
common: Kconfig: miscellaneous spelling fixes
by Chris Packham
· 6 years ago
a4773c5
xyz-modem: Fix timeout loop waiting with WATCHDOG
by Lokesh Vutla
· 6 years ago
92e5cb8
spl: ymodem: Add support for loading gzip compressed uImage
by Marek Vasut
· 6 years ago
d8e9cf4
common: fdt_support: print hexadecimal numbers in debug
by Sekhar Nori
· 6 years ago
596be5f
image: fix compiling without CMD_FDT
by Simon Goldschmidt
· 6 years ago
f811e97
Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET
by Jean-Jacques Hiblot
· 6 years ago
522e035
Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 6 years ago
f6282cd
imx8m: Enable CONFIG_SPL_FIT_IMAGE_TINY for iMX8M
by Ye Li
· 6 years ago
6609c26
tools: add i.MX8M image support
by Peng Fan
· 6 years ago
e246bfc
SPL: Add HAB image authentication to FIT
by Ye Li
· 6 years ago
08337cd
riscv: bootm: Support booting VxWorks
by Bin Meng
· 6 years ago
f2a53c7
bootm: vxworks: Make do_bootm_vxworks() non-static
by Bin Meng
· 6 years ago
7ebfb37
bootm: vxworks: Make do_bootvx_fdt() static
by Bin Meng
· 6 years ago
7d98dbc
usb: musb-new: Add support for DM_USB
by Jean-Jacques Hiblot
· 6 years ago
0f46fb5
spl: net: dm: usb: bind the gadget before attempting to load the image
by Jean-Jacques Hiblot
· 6 years ago
d50d681
spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT
by Sekhar Nori
· 6 years ago
91ff686
blk: Rework guard around part_init call
by Tom Rini
· 6 years ago
48d299a
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
51c2345
Roll CRC16-CCITT into the hash infrastructure
by Philipp Tomsich
· 6 years ago
a740ee9
lib: merge CRC16-CCITT into u-boot/crc.h
by Philipp Tomsich
· 6 years ago
a06955a
usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers
by Jean-Jacques Hiblot
· 6 years ago
2cb132a
main: Drop more #ifdefs
by Simon Glass
· 6 years ago
9450ab2
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
9649c53
Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-video
by Tom Rini
· 6 years ago
96d82f6
video: use BMP_ALIGN_CENTER define from splash.h
by Anatolij Gustschin
· 6 years ago
4e92e60
cmd: add clear screen 'cls' command
by Anatolij Gustschin
· 6 years ago
f388e3b
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
by Tom Rini
· 6 years ago
c1cd921
board_r: fix build with DM_SPI
by Christophe Leroy
· 6 years ago
061daa0
rsa: add support of padding pss
by Philippe Reynes
· 6 years ago
2003156
rsa: add a structure for the padding
by Philippe Reynes
· 6 years ago
9ad0a79
fdt_support: fdt reservations on the sandbox
by Heinrich Schuchardt
· 6 years ago
f980c99
fdt: sandbox: correct use of ${fdtcontroladdr}
by Heinrich Schuchardt
· 6 years ago
7cbd2d2
malloc_simple: Add logging of allocations
by Simon Glass
· 6 years ago
3b975a1
tools: MediaTek: add MTK boot header generation to mkimage
by Ryder Lee
· 6 years ago
ef6ce46
board_r: Remove initr_spi
by Jagan Teki
· 6 years ago
35f9d9b
spi: Zap CONFIG_HARD_SPI
by Jagan Teki
· 6 years ago
efbeabe
spi: Remove unused mpc8xx code
by Jagan Teki
· 6 years ago
fe82ca8
spi: Remove used spi_init
by Jagan Teki
· 6 years ago
1af9bfd
usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/
by Sven Schwermer
· 6 years ago
fd09c20
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
by Sven Schwermer
· 6 years ago
ab58170
usb: Remove CMD_USB dependency for common code
by Sven Schwermer
· 6 years ago
b0edea3
spl: Add support for passing handoff info to U-Boot proper
by Simon Glass
· 6 years ago
36bcea6
sandbox: Allow puts() output before global_data is set up
by Simon Glass
· 6 years ago
c21f407
spl: Add a comment to spl_set_bd()
by Simon Glass
· 6 years ago
aedc08b
spl: Make SPL_DISABLE_BANNER_PRINT a positive option
by Simon Glass
· 6 years ago
d633006
spl: Add a define for SPL_TPL_PROMPT
by Simon Glass
· 6 years ago
2d424eb
spl: Support hash, input, pch, pci, rtc, tpm in SPL
by Simon Glass
· 6 years ago
f0293d3
bloblist: Locate bloblist in U-Boot
by Simon Glass
· 6 years ago
e945a72
spl: Set up the bloblist in SPL
by Simon Glass
· 6 years ago
9f407d4
Add core support for a bloblist to convey data from SPL
by Simon Glass
· 6 years ago
4d8d305
spl: Add support for logging in SPL and TPL
by Simon Glass
· 6 years ago
c0126bd
spl: Support bootstage, log, hash and early malloc in TPL
by Simon Glass
· 6 years ago
a2a63a3
sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()
by Simon Glass
· 6 years ago
f1c8568
image-sig: Ensure that hashed-nodes is null-terminated
by Konrad Beckmann
· 6 years ago
1473f6a
arm: at91: wdt: Convert watchdog driver to dm/dt
by Prasanthi Chellakumar
· 6 years ago
d0851c8
blk: Call part_init() in the post_probe() method
by Bin Meng
· 6 years ago
ecfe663
dm: cpu: Fix print_cpuinfo() output
by Bin Meng
· 6 years ago
5d6c61a
board_f: Use static print_cpuinfo if CONFIG_CPU is active
by Mario Six
· 6 years ago
fb3148a
common: build ymodem only on need
by Jun Nie
· 7 years ago
6b0afcc
common: Compile error with CONFIG_MULTI_DTB_FIT and not SPL
by Lars Povlsen
· 6 years ago
30c0740
spl: fix debug prints for tiny printf
by Simon Goldschmidt
· 6 years ago
6514bfc
fit: Add missing CR in debug output in fit_find_config_node()
by Stefan Roese
· 6 years ago
5764ea2
Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active"
by Bin Meng
· 6 years ago
f749b61
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 6 years ago
cf033e0
Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx
by Tom Rini
· 6 years ago
9215bb1
miiphy: Add function to retrieve MDIO bus list head
by Pankaj Bansal
· 6 years ago
a2b96ec
tools: add i.MX8/8X image support
by Peng Fan
· 6 years ago
Next »