index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tegra20: add clock_set_pllout function
Lucas Stach
2012-10-15
5
-3
/
+67
*
tegra20: complete periph_id enum
Lucas Stach
2012-10-15
2
-0
/
+7
*
tegra: enable CONFIG_CMD_PART
Stephen Warren
2012-10-15
2
-0
/
+11
*
Tegra20: Move some include files to arch-tegra for sharing with Tegra30
Tom Warren
2012-10-15
50
-516
/
+630
*
Tegra20: Move some code files to common directories for upcoming Tegra30 patc...
Tom Warren
2012-10-15
18
-5
/
+149
*
tegra: Rename Medcom to Medcom-Wide
Thierry Reding
2012-10-15
5
-7
/
+7
*
tegra: Update Avionic Design vendor prefix
Thierry Reding
2012-10-15
3
-3
/
+3
*
tools: Add a README note about fw_printenv lock file
Joe Hershberger
2012-10-15
1
-0
/
+4
*
env: Check for NULL pointer in envmatch()
Joe Hershberger
2012-10-15
2
-0
/
+5
*
tools/env: Serialize calls to fw_*env
Joe Hershberger
2012-10-15
1
-22
/
+37
*
tools/env: Don't call env_init() in fw_getenv()
Joe Hershberger
2012-10-15
1
-3
/
+0
*
tools/env: Remove unneeded complexity
Joe Hershberger
2012-10-15
1
-20
/
+13
*
tools/env: Use a board-specific default env
Joe Hershberger
2012-10-15
3
-17
/
+35
*
common: cmd_bdinfo: fix type of value in print_lnum
Daniel Schwierzeck
2012-10-15
1
-1
/
+1
*
input: Add debugging for key matrix key codes
Simon Glass
2012-10-15
1
-0
/
+2
*
input: Allow key ghosting filter to be disabled
Simon Glass
2012-10-15
3
-4
/
+12
*
input: Separate out keyboard repeat/delay from init
Simon Glass
2012-10-15
3
-10
/
+22
*
input: Correct key_matrix fdt decoding
Simon Glass
2012-10-15
1
-4
/
+7
*
tools: Add cleanpatch
Fabio Estevam
2012-10-15
1
-0
/
+258
*
patman: Handle checkpatch.pl not providing file/line info
Simon Glass
2012-10-15
1
-2
/
+3
*
patman: Support Series-name tag to name a series
Simon Glass
2012-10-15
2
-2
/
+7
*
MAKEALL: add a -C/--check option to enable build checking
Kim Phillips
2012-10-15
1
-3
/
+7
*
add check infrastructure, default sparse
Kim Phillips
2012-10-15
2
-0
/
+26
*
sata.h: Make all sata/ata drivers include <sata.h>
Pavel Herrmann
2012-10-15
12
-18
/
+12
*
ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write)
Tom Rini
2012-10-15
1
-2
/
+2
*
sil_sata: Make sata_write() comply with <part.h>
Tom Rini
2012-10-15
1
-3
/
+3
*
sata_dwc: Make sata_write() use const void, per <part.h>
Tom Rini
2012-10-15
1
-1
/
+1
*
pata_bfin: Make sata_{read,write}() comply with <part.h>
Tom Rini
2012-10-15
1
-2
/
+2
*
fsl_sata: Make sata_{read,write}() comply with <part.h>
Tom Rini
2012-10-15
1
-4
/
+6
*
dwc_ahsata: Make sata_write() comply with <part.h>
Tom Rini
2012-10-15
1
-4
/
+4
*
ata_piix: sata_write must take a const void argument.
Tom Rini
2012-10-15
2
-2
/
+2
*
ata_piix: Fix checkpatch issues
Tom Rini
2012-10-15
2
-267
/
+232
*
usb.h: Add udc_disconnect prototype to usb.h
Lukasz Dalek
2012-10-15
1
-0
/
+11
*
pxa25x: Add support for USB ethernet gadget
Lukasz Dalek
2012-10-15
3
-0
/
+2222
*
usbether: Removed DEV_CONFIG_{CDC,SUBSET}
Lukasz Dalek
2012-10-15
1
-45
/
+30
*
usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}
Lukasz Dalek
2012-10-15
1
-5
/
+14
*
usbether: Fixed bug when using with PXA25X chips
Lukasz Dalek
2012-10-15
1
-1
/
+16
*
tegra20: add USB ULPI init code
Lucas Stach
2012-10-15
3
-27
/
+158
*
usb: ulpi: add indicator configuration function
Lucas Stach
2012-10-15
2
-6
/
+39
*
usb: ehci: don't print debug output
Lucas Stach
2012-10-15
1
-1
/
+1
*
tegra20: port to new ehci interface
Lucas Stach
2012-10-15
3
-16
/
+8
*
usb: add support for multiple usb controllers
Lucas Stach
2012-10-15
4
-56
/
+70
*
usb: ehci: rework to take advantage of new lowlevel interface
Lucas Stach
2012-10-15
25
-216
/
+195
*
usb: lowlevel interface change to support multiple controllers
Lucas Stach
2012-10-15
17
-34
/
+40
*
pmc405de and zeus: remove the env_ptr externs
Igor Grinberg
2012-10-15
2
-2
/
+0
*
ppc4xx: Remove AP1000 board support
Stefan Roese
2012-10-15
16
-3627
/
+3
*
ppc4xx: Remove ML2 board support
Stefan Roese
2012-10-15
11
-1067
/
+1
*
ppc4xx: Remove IOP480 support
Stefan Roese
2012-10-15
13
-804
/
+3
*
serial: Enhance the manual relocation
Marek Vasut
2012-10-15
1
-6
/
+14
*
serial: Compile drivers/serial/serial.c by default
Marek Vasut
2012-10-15
2
-2
/
+2
[prev]
[next]