Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a08d0bde6fc4ec09d4d9acaef149e7b08a07ac38
/
common
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
abffd31
common: board: Dont relocate FDT incase of CONFIG_OF_EMBED
by Siva Durga Prasad Paladugu
· 9 years ago
51ace32
spl: mmc: Unify non/driver model spl_mmc_find_device()
by Simon Glass
· 9 years ago
4faf63b
spl: mmc: Rename 'mmc' variable to 'mmcp'
by Simon Glass
· 9 years ago
a2b771c
spl: mmc: Fix compiler warning with CONFIG_DM_MMC
by Simon Glass
· 9 years ago
27a9d26
common: cli_hush: avoid memory leak
by Peng Fan
· 9 years ago
74c8389
common/Makefile: Compile fdt_support is enabled in SPL
by Stefan Roese
· 9 years ago
b2b7c44
common: miiphyutil: avoid memory leak
by Peng Fan
· 9 years ago
b1e455a
common: mmc: unsigned char compared against 0
by Peng Fan
· 9 years ago
cd41c21
common: miiphyutil: no need to check name of mii_dev
by Peng Fan
· 9 years ago
ab80a11
common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACY
by Peng Fan
· 9 years ago
0db5f0b
common: cli_hush: avoid dead code
by Peng Fan
· 9 years ago
9029029
Merge branch 'master' of http://git.denx.de/u-boot-sparc
by Tom Rini
· 9 years ago
fc7784e
sparc: Update PROM initialization code for generic board
by Francois Retief
· 9 years ago
7d07d68
sparc: Update cpu_init.c to use generic timer infrastructure
by Francois Retief
· 9 years ago
e3051d9
sparc: Initial ground work for generic board initialization
by Francois Retief
· 9 years ago
6cf39d4
Revert "LCD: Add an option to skip registration as an stdio output"
by Anatolij Gustschin
· 9 years ago
85bcce3
dm: pci: Convert 'pci' command to driver model
by Simon Glass
· 9 years ago
b62a43b
pci: Move PCI header output code into its own function
by Simon Glass
· 9 years ago
6ed88ae
pci: Use a separate 'dev' variable for the PCI device
by Simon Glass
· 9 years ago
1d8193c
pci: Use common functions to read/write config
by Simon Glass
· 9 years ago
8743ea5
pci: Tidy up function comments in cmd_pci.c
by Simon Glass
· 9 years ago
723a523
dm: pci: Reorder functions in cmd_pci.c
by Simon Glass
· 9 years ago
eea22f7
pci: Refactor the pciinfo() function
by Simon Glass
· 9 years ago
3b6c418
pci: Use a separate variable for the bus number
by Simon Glass
· 9 years ago
13c7f47
pci: Use a common return in command processing
by Simon Glass
· 9 years ago
88c3645
dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM
by Simon Glass
· 9 years ago
7edd07d
dm: timer: Avoid using timer before it is ready
by Simon Glass
· 9 years ago
7a149fc
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 9 years ago
7840c4a
part:efi: add bootable parameter in gpt command
by Patrick Delaunay
· 9 years ago
309691b
gpt: command: Extend gpt command to support GPT table verification
by Lukasz Majewski
· 9 years ago
cc5f3d7
gpt: doc: Update gpt command's help description
by Lukasz Majewski
· 9 years ago
ad4e590
gpt: command: Remove duplicated check for empty partition description
by Lukasz Majewski
· 9 years ago
363ab7b
lib/tiny-printf.c: Add tiny printf function for space limited environments
by Stefan Roese
· 9 years ago
da8f104
common/console.c: Small coding style cleanup
by Stefan Roese
· 9 years ago
19136bb
common/console.c: Drop sandbox special-case console code
by Stefan Roese
· 9 years ago
a24ea7a
eeprom: Clean up checkpatch issues
by Marek Vasut
· 9 years ago
4d17f71
eeprom: Add support for selecting i2c bus
by Marek Vasut
· 9 years ago
f422ae7
eeprom: Add bus argument to eeprom_init()
by Marek Vasut
· 9 years ago
7a23721
eeprom: Pull out the RW loop
by Marek Vasut
· 9 years ago
d062c48
eeprom: Pull out transfer length computation
by Marek Vasut
· 9 years ago
4208679
eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS
by Marek Vasut
· 9 years ago
a1d4aeb
eeprom: Suck the ifdef into eeprom_init()
by Marek Vasut
· 9 years ago
d848b08
eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS
by Marek Vasut
· 9 years ago
2a632ffc
eeprom: Make eeprom_write_enable() weak
by Marek Vasut
· 9 years ago
6ae5957
eeprom: Pull out address computation
by Marek Vasut
· 9 years ago
78990c7
eeprom: Pull out the I/O code
by Marek Vasut
· 9 years ago
ae59bfc
eeprom: Zap CONFIG_SPI_X
by Marek Vasut
· 9 years ago
ff933f5
eeprom: Zap eeprom_probe()
by Marek Vasut
· 9 years ago
44a6ac4
eeprom: Zap CONFIG_SYS_EEPROM_X40430
by Marek Vasut
· 9 years ago
ee54144
eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS
by Marek Vasut
· 9 years ago
Next »