Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
161b1fe745394f34c4aa506edc964089785919f6
/
common
4f144a4
malloc: work around some memalign fragmentation issues
by Stephen Warren
· 9 years ago
cd85bec
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
19c3128
dm: env_sf: fix saveenv() to use driver model
by Gong Qianyu
· 9 years ago
b72ae19
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 9 years ago
9c3193f
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 9 years ago
bdbcbe7
usb: kbd: Prevent out of bound access
by Marek Vasut
· 9 years ago
3da5240
common/console.c: Remove unused inline functions
by Tom Rini
· 9 years ago
e92029c
env_mmc: support overriding mmc dev from board code
by Clemens Gruber
· 9 years ago
8d4f11c
bootm: fix size arg of flush_cache() in bootm_load_os().
by Purna Chandra Mandal
· 9 years ago
72a8cf8
Move all command code into its own directory
by Simon Glass
· 9 years ago
e32951b
lcd: fix the color testpattern in 16bit mode
by Andreas Neubacher
· 9 years ago
66280e8
gpio: Warn about invalid GPIOs used with the 'gpio' command
by Simon Glass
· 9 years ago
35a1f0d
stdio: Correct a build error with driver model
by Simon Glass
· 9 years ago
0ffe6ab
gpio: Allow 's' as an abbreviation for 'status'
by Simon Glass
· 9 years ago
931b24c
dm: pmic: Add 'reg status' to show all regulators
by Simon Glass
· 9 years ago
3ade5bc
dm: video: sandbox: Convert sandbox to use driver model for video
by Simon Glass
· 9 years ago
e3b81c1
dm: stdio: video: Plumb the video uclass into stdio
by Simon Glass
· 9 years ago
b01c792
dm: video: Implement the bmp command for driver model
by Simon Glass
· 9 years ago
5a54194
dm: common: Add memory reservation for the video uclass
by Simon Glass
· 9 years ago
8703ef3
common: Move LCD and video memory reservation together
by Simon Glass
· 9 years ago
6cbf5de
dm: lcd: Avoid using the lcd.h header file with driver model
by Simon Glass
· 9 years ago
9f29aeb
Revert "fdt_support: Add multi-serial support for stdout fixup"
by Bin Meng
· 9 years ago
4ef7909
usb: Define USB_MAX_STOR_DEV in only one place
by Simon Glass
· 9 years ago
72b335e
sandbox: Support the bmp command
by Simon Glass
· 9 years ago
4fbd258
i2c: Correct command return values
by Simon Glass
· 9 years ago
5b8031c
Add more SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
9c11135
image: fix getenv_bootm_size() function
by Masahiro Yamada
· 9 years ago
447b9cd
common: usb: fix checking condition
by Peng Fan
· 9 years ago
af7a555
x86: Fix board init breakage
by Simon Glass
· 9 years ago
192bc69
Fix GCC format-security errors and convert sprintfs.
by Ben Whitten
· 9 years ago
db18f54
common: env_flags: fix loop condition when using env_flags_varaccess_mask
by Peng Fan
· 9 years ago
bb08a6e
common: cli_simple: use strlcpy instead of strcpy
by Peng Fan
· 9 years ago
4e42e29
cmd_boot: Add a poweroff command
by Michael van Slingerland
· 9 years ago
02585eb
ums: support multiple LUNs at once
by Stephen Warren
· 9 years ago
873cc1d
mmc: store hwpart in the block device
by Stephen Warren
· 9 years ago
7c4213f
block: pass block dev not num to read/write/erase()
by Stephen Warren
· 9 years ago
adc421e
arm: move gd handling outside of C code
by Albert ARIBAUD
· 9 years ago
ecc3066
Fix board init code to respect the C runtime environment
by Albert ARIBAUD
· 9 years ago
774da4b
Merge git://git.denx.de/u-boot-net
by Tom Rini
· 9 years ago
48ad68d
hash.c: Conditionally compile hash_command, static hash_show
by Tom Rini
· 9 years ago
20e072f
image: check "bootm_low" and "bootm_size" if "initrd_high" is missing
by Masahiro Yamada
· 9 years ago
9fbdb94
dm: pci: scsi: Use driver-model PCI API
by Simon Glass
· 9 years ago
f3f1fae
dm: pci: Add a dm_ prefix to pci_bus_find_bdf()
by Simon Glass
· 9 years ago
fea6730
fix always succesful memory test
by Rasmus Villemoes
· 9 years ago
71105f5
fdt: fix address cell count checking in fdt_translate_address()
by Przemyslaw Marczak
· 9 years ago
8a83487
dm: usb: Add a remove() method for USB keyboards
by Simon Glass
· 9 years ago
70caa97
usb: Allow up to 7 storage devices
by Simon Glass
· 9 years ago
5d49b4c
common: nvedit: use snprintf instead of sprintf
by Peng Fan
· 9 years ago
5a68943
common: env: initialize scalar variable
by Peng Fan
· 9 years ago
09a7886
common: cli: avoid memory leak
by Peng Fan
· 9 years ago
faa7db2
usb: Move determination of TT hub address/port into separate function
by Stefan Brüns
· 9 years ago
c75f57f
usb: Alloc buffer for USB descriptor dynamically
by Stefan Brüns
· 9 years ago
bc393a7
fdt: Rewrite the logic in fdt_fixup_ethernet()
by Bin Meng
· 9 years ago
52d825c
fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()
by Bin Meng
· 9 years ago
123b701
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 9 years ago
e4b70d8
usb: kbd: don't use int xfers when polling via ctrl xfers
by Stephen Warren
· 9 years ago
35065cd
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 9 years ago
52bc7c7
eeprom: fix eeprom write procedure
by Alexey Brodkin
· 9 years ago
e6e3faa
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
9711f52
armv8/ls1043ardb: add SECURE BOOT target for NOR
by Aneesh Bansal
· 9 years ago
aabd7dd
common: Rewrite hiding the end of memory
by York Sun
· 9 years ago
e814952
Reserve secure memory
by York Sun
· 9 years ago
5915517
spl: mmc: use block device number, not hard-coded 0
by Eric Nelson
· 9 years ago
653447b
part: fix "part list ... -bootable varname" to use hex
by Stephen Warren
· 9 years ago
4363de6
spl: use panic_str instead of panic
by Sjoerd Simons
· 9 years ago
8405b8d
common: cli_hush: Fix up simple typo
by Nishanth Menon
· 9 years ago
b3b522f
VxWorks: fixup MAC address for VxWorks
by Miao Yan
· 9 years ago
2317cf0
common: Remove timer_init() call for x86
by Bin Meng
· 9 years ago
a0ae380
fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE
by Bin Meng
· 9 years ago
cbb2df2
CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set
by Tom Rini
· 9 years ago
e4099c8
i2c: cmd: Relocate subcommands when MANUAL_RELOC
by Michal Simek
· 9 years ago
e9acb9e
common: board: Dont relocate FDT incase of CONFIG_OF_EMBED
by Siva Durga Prasad Paladugu
· 9 years ago
b4857aa
spl: mmc: Unify non/driver model spl_mmc_find_device()
by Simon Glass
· 9 years ago
99c7a51
spl: mmc: Rename 'mmc' variable to 'mmcp'
by Simon Glass
· 9 years ago
d773a00
spl: mmc: Fix compiler warning with CONFIG_DM_MMC
by Simon Glass
· 9 years ago
c6bb23c
common: cli_hush: avoid memory leak
by Peng Fan
· 9 years ago
63ce348
common/Makefile: Compile fdt_support is enabled in SPL
by Stefan Roese
· 9 years ago
746da1b
common: miiphyutil: avoid memory leak
by Peng Fan
· 9 years ago
678e931
common: mmc: unsigned char compared against 0
by Peng Fan
· 9 years ago
d39449b
common: miiphyutil: no need to check name of mii_dev
by Peng Fan
· 9 years ago
2ea47be
common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACY
by Peng Fan
· 9 years ago
aa72252
common: cli_hush: avoid dead code
by Peng Fan
· 9 years ago
9eed48c
Merge branch 'master' of http://git.denx.de/u-boot-sparc
by Tom Rini
· 9 years ago
1e85cce
sparc: Update PROM initialization code for generic board
by Francois Retief
· 9 years ago
c97088c
sparc: Update cpu_init.c to use generic timer infrastructure
by Francois Retief
· 9 years ago
e17c520
sparc: Initial ground work for generic board initialization
by Francois Retief
· 9 years ago
f5bcfe1
Revert "LCD: Add an option to skip registration as an stdio output"
by Anatolij Gustschin
· 9 years ago
cab24b3
dm: pci: Convert 'pci' command to driver model
by Simon Glass
· 9 years ago
c4f32bb
pci: Move PCI header output code into its own function
by Simon Glass
· 9 years ago
32ec5b3
pci: Use a separate 'dev' variable for the PCI device
by Simon Glass
· 9 years ago
72ef5b6
pci: Use common functions to read/write config
by Simon Glass
· 9 years ago
c2be070
pci: Tidy up function comments in cmd_pci.c
by Simon Glass
· 9 years ago
49f835f
dm: pci: Reorder functions in cmd_pci.c
by Simon Glass
· 9 years ago
07a5887
pci: Refactor the pciinfo() function
by Simon Glass
· 9 years ago
ca7de76
pci: Use a separate variable for the bus number
by Simon Glass
· 9 years ago
bfa4191
pci: Use a common return in command processing
by Simon Glass
· 9 years ago
871bc92
dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM
by Simon Glass
· 9 years ago
881c124
dm: timer: Avoid using timer before it is ready
by Simon Glass
· 9 years ago
c1924d8
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 9 years ago
cfdaf4c
part:efi: add bootable parameter in gpt command
by Patrick Delaunay
· 9 years ago
Next »