Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d6ece3274db78ec831dad147ef86076698f9ef50
/
common
01f5be9
dm: usb: Convert USB storage to use driver-model for block devs
by Simon Glass
· 9 years ago
99e598e
dm: usb: Tidy up storage code ready for driver model conversion
by Simon Glass
· 9 years ago
6d74d7c
dm: usb: Avoid exceeding available array size for storage devices
by Simon Glass
· 9 years ago
2ee8ada
dm: block: Adjust device calls to go through helpers function
by Simon Glass
· 9 years ago
2f26fff
dm: block: Rename device number member dev to devnum
by Simon Glass
· 9 years ago
b89a844
dm: part: Rename some partition functions
by Simon Glass
· 9 years ago
e76ee97
dm: blk: Rename get_device_and_partition()
by Simon Glass
· 9 years ago
be1e9bb
dm: blk: Rename get_dev() to blk_get_dev()
by Simon Glass
· 9 years ago
e339475
dm: Drop the block_dev_desc_t typedef
by Simon Glass
· 9 years ago
317581e
malloc: remove !gd handling
by Stephen Warren
· 9 years ago
8e4f80f
timer: Set up the real timer after driver model is available
by Simon Glass
· 9 years ago
51026aa
Revert "image-fit: Fix signature checking"
by Simon Glass
· 9 years ago
5b539a0
image: Correct the OS location code to work on sandbox
by Simon Glass
· 9 years ago
834dd88
spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS
by Guillaume GARDET
· 9 years ago
41bfe43
tools: fix env_flags build
by Lubomir Rintel
· 9 years ago
f4a63c9
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 9 years ago
86f0746
dm: video: Add a temporary work-around for old stdout var
by Simon Glass
· 9 years ago
ff94579
Revert "common/memsize.c: Simplify RAM size detection"
by Hans de Goede
· 9 years ago
fe6fbf3
Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.
by David Müller (ELSOFT AG)
· 9 years ago
b970a89
board_r: fix a typo in comment block
by Masahiro Yamada
· 9 years ago
bee2f4b
image: fix getenv_bootm_size() function again
by Masahiro Yamada
· 9 years ago
d901851
malloc: solve dead code issue in memalign()
by Stephen Warren
· 9 years ago
3ef69de
common/memsize.c: Simplify RAM size detection
by Eddy Petrișor
· 9 years ago
734fb04
hush: Add rudimentary support for PS1 and PS2
by Marek Vasut
· 9 years ago
755e12d
hush: Pull out U-Boot prompt display and read functionality
by Marek Vasut
· 9 years ago
4e336ee
tools: env validate: pass values as 0-based array
by Andreas Fenkart
· 9 years ago
3d93c94
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Tom Rini
· 9 years ago
7557405
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
c9fa9a5
autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set
by Stefan Roese
· 9 years ago
54ca0c7
malloc: work around some memalign fragmentation issues
by Stephen Warren
· 9 years ago
d51b77e
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
6d85a60
dm: env_sf: fix saveenv() to use driver model
by Gong Qianyu
· 9 years ago
4eaebbc
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 9 years ago
f79dbf9
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 9 years ago
0082cd1
usb: kbd: Prevent out of bound access
by Marek Vasut
· 9 years ago
11b34d6
common/console.c: Remove unused inline functions
by Tom Rini
· 9 years ago
f7b6144
env_mmc: support overriding mmc dev from board code
by Clemens Gruber
· 9 years ago
ddf69ac
bootm: fix size arg of flush_cache() in bootm_load_os().
by Purna Chandra Mandal
· 9 years ago
29499a0
Move all command code into its own directory
by Simon Glass
· 9 years ago
9f9b56a
lcd: fix the color testpattern in 16bit mode
by Andreas Neubacher
· 9 years ago
f5330a4
gpio: Warn about invalid GPIOs used with the 'gpio' command
by Simon Glass
· 9 years ago
c5667f4
stdio: Correct a build error with driver model
by Simon Glass
· 9 years ago
8aba11d
gpio: Allow 's' as an abbreviation for 'status'
by Simon Glass
· 9 years ago
0875f24
dm: pmic: Add 'reg status' to show all regulators
by Simon Glass
· 9 years ago
38a2ae2
dm: video: sandbox: Convert sandbox to use driver model for video
by Simon Glass
· 9 years ago
0005cb2
dm: stdio: video: Plumb the video uclass into stdio
by Simon Glass
· 9 years ago
68b2627
dm: video: Implement the bmp command for driver model
by Simon Glass
· 9 years ago
fce58f5
dm: common: Add memory reservation for the video uclass
by Simon Glass
· 9 years ago
1008da0
common: Move LCD and video memory reservation together
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
b819911
Revert "fdt_support: Add multi-serial support for stdout fixup"
by Bin Meng
· 9 years ago
9eb361b
usb: Define USB_MAX_STOR_DEV in only one place
by Simon Glass
· 9 years ago
cd161d8
sandbox: Support the bmp command
by Simon Glass
· 9 years ago
63f5785
i2c: Correct command return values
by Simon Glass
· 9 years ago
e237880
Add more SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
620e823
image: fix getenv_bootm_size() function
by Masahiro Yamada
· 9 years ago
45f4b5c
common: usb: fix checking condition
by Peng Fan
· 9 years ago
cfac2e7
x86: Fix board init breakage
by Simon Glass
· 9 years ago
34fd6c9
Fix GCC format-security errors and convert sprintfs.
by Ben Whitten
· 9 years ago
fff4320
common: env_flags: fix loop condition when using env_flags_varaccess_mask
by Peng Fan
· 9 years ago
00ed2df
common: cli_simple: use strlcpy instead of strcpy
by Peng Fan
· 9 years ago
2451dec
cmd_boot: Add a poweroff command
by Michael van Slingerland
· 9 years ago
9e7d588
ums: support multiple LUNs at once
by Stephen Warren
· 9 years ago
1e0f92a
mmc: store hwpart in the block device
by Stephen Warren
· 9 years ago
e73f296
block: pass block dev not num to read/write/erase()
by Stephen Warren
· 9 years ago
85260bb
arm: move gd handling outside of C code
by Albert ARIBAUD
· 9 years ago
6cb4c46
Fix board init code to respect the C runtime environment
by Albert ARIBAUD
· 9 years ago
de857fa
Merge git://git.denx.de/u-boot-net
by Tom Rini
· 9 years ago
6173838
hash.c: Conditionally compile hash_command, static hash_show
by Tom Rini
· 9 years ago
f93592c
image: check "bootm_low" and "bootm_size" if "initrd_high" is missing
by Masahiro Yamada
· 9 years ago
7c3f62a
dm: pci: scsi: Use driver-model PCI API
by Simon Glass
· 9 years ago
84283d5
dm: pci: Add a dm_ prefix to pci_bus_find_bdf()
by Simon Glass
· 9 years ago
abd06c9
fix always succesful memory test
by Rasmus Villemoes
· 9 years ago
0f6ba87
fdt: fix address cell count checking in fdt_translate_address()
by Przemyslaw Marczak
· 9 years ago
3c3ba90
dm: usb: Add a remove() method for USB keyboards
by Simon Glass
· 9 years ago
1dae494
usb: Allow up to 7 storage devices
by Simon Glass
· 9 years ago
46c99d4
common: nvedit: use snprintf instead of sprintf
by Peng Fan
· 9 years ago
1bef00d
common: env: initialize scalar variable
by Peng Fan
· 9 years ago
6322551
common: cli: avoid memory leak
by Peng Fan
· 9 years ago
a010568
usb: Move determination of TT hub address/port into separate function
by Stefan Brüns
· 9 years ago
4aa3627
usb: Alloc buffer for USB descriptor dynamically
by Stefan Brüns
· 9 years ago
bfb93cc
fdt: Rewrite the logic in fdt_fixup_ethernet()
by Bin Meng
· 9 years ago
719271a
fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()
by Bin Meng
· 9 years ago
1e6f4ff
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 9 years ago
1fd879e
usb: kbd: don't use int xfers when polling via ctrl xfers
by Stephen Warren
· 9 years ago
05c2de8
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 9 years ago
90eed7f
eeprom: fix eeprom write procedure
by Alexey Brodkin
· 9 years ago
f5d90db
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
b3e9820
armv8/ls1043ardb: add SECURE BOOT target for NOR
by Aneesh Bansal
· 9 years ago
5073937
common: Rewrite hiding the end of memory
by York Sun
· 9 years ago
5d286cd
Reserve secure memory
by York Sun
· 9 years ago
d09e59f
spl: mmc: use block device number, not hard-coded 0
by Eric Nelson
· 9 years ago
78bb0c1
part: fix "part list ... -bootable varname" to use hex
by Stephen Warren
· 9 years ago
9f08e44
spl: use panic_str instead of panic
by Sjoerd Simons
· 9 years ago
0978ef3
common: cli_hush: Fix up simple typo
by Nishanth Menon
· 9 years ago
46f2daa
VxWorks: fixup MAC address for VxWorks
by Miao Yan
· 9 years ago
3161764
common: Remove timer_init() call for x86
by Bin Meng
· 9 years ago
d9a0093
fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE
by Bin Meng
· 9 years ago
23415e5
CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set
by Tom Rini
· 9 years ago
28990ed
i2c: cmd: Relocate subcommands when MANUAL_RELOC
by Michal Simek
· 9 years ago
Next »