Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
75e27da85391ee470360372bd3140776d0e3d892
75e27da
x86: qemu: fix ACPI Kconfig options
by Miao Yan
· 9 years ago
bcb3c8d
x86: qemu: Move qfw command over to cmd and add Kconfig entry
by Tom Rini
· 9 years ago
4258f80
x86: doc: Document ACPI support
by Bin Meng
· 9 years ago
0dbbf10
x86: doc: Minor update for accuracy
by Bin Meng
· 9 years ago
2b81f61
x86: Remove acpi=off boot parameter when ACPI is on
by Bin Meng
· 9 years ago
898cee5
x86: baytrail: Add .gitignore for ACPI enabled boards
by Bin Meng
· 9 years ago
8ee2957
x86: baytrail: Enable ACPI table generation for all boards
by Bin Meng
· 9 years ago
e9f5a79
x86: baytrail: Generate ACPI FADT/MADT tables
by Bin Meng
· 9 years ago
6c9f944
x86: baytrail: Add platform ASL files
by Bin Meng
· 9 years ago
3c5234e
x86: acpi: Return table length in acpi_create_madt_lapics()
by Bin Meng
· 9 years ago
88b08fb
x86: acpi: Add some generic ASL libraries
by Bin Meng
· 9 years ago
f662fe4
x86: acpi: Clean up table header revisions
by Bin Meng
· 9 years ago
3d938d1
x86: acpi: Align FACS table to a 64 byte boundary
by Bin Meng
· 9 years ago
a1ec7db
x86: acpi: Use u32 in table write routines
by Bin Meng
· 9 years ago
44256b0
x86: acpi: Adjust order in acpi_table.c
by Bin Meng
· 9 years ago
b063d5f
x86: acpi: Change fill_header()
by Bin Meng
· 9 years ago
6c39fa9
x86: acpi: Remove acpi_create_ssdt_generator()
by Bin Meng
· 9 years ago
bbcff8d
x86: acpi: Reorder code in acpi_table.h
by Bin Meng
· 9 years ago
6a42158
x86: acpi: Various changes to acpi_table.h
by Bin Meng
· 9 years ago
76f2746
x86: acpi: Remove unused codes
by Bin Meng
· 9 years ago
846e7f8
acpi: Output all errors/warnings/remarks when compiling ASL
by Bin Meng
· 9 years ago
11b2588
acpi: Specify U-Boot include path for ASL files
by Bin Meng
· 9 years ago
546e120
acpi: Explicitly spell out dsdt.c in the make rule
by Bin Meng
· 9 years ago
e598428
acpi: Change build log for ASL files
by Bin Meng
· 9 years ago
0651f62
x86: dts: Update to include ACTL register details
by Bin Meng
· 9 years ago
c3b03ea
x86: irq: Enable SCI on IRQ9
by Bin Meng
· 9 years ago
61ad371
x86: irq: Reserve IRQ9 for ACPI in PIC mode
by Bin Meng
· 9 years ago
d2d2218
x86: acpi: Fix compiler warnings in write_acpi_tables()
by Bin Meng
· 9 years ago
f0dd90c
x86: Fix build warning in tables.c when CONFIG_SEABIOS
by Bin Meng
· 9 years ago
c2f2b3b
x86: Drop asm/acpi.h
by Bin Meng
· 9 years ago
ce084b0
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
faefaae
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
e5cf427
dm: mmc: test: Add tests for MMC
by Simon Glass
· 9 years ago
4de8657
dm: sandbox: mmc: Enable building MMC code for sandbox
by Simon Glass
· 9 years ago
f9eebac
dm: mmc: sandbox: Add an SD-card emulation
by Simon Glass
· 9 years ago
59bc6f2
dm: mmc: Add support for driver-model block devices
by Simon Glass
· 9 years ago
a70a146
dm: mmc: Add a way to bind MMC devices with driver model
by Simon Glass
· 9 years ago
4bca666
dm: mmc: Implement the MMC functions for block devices
by Simon Glass
· 9 years ago
a6a15c4
dm: sandbox: Only enable the sandbox MMC driver when valid
by Simon Glass
· 9 years ago
984db5d
dm: mmc: Adjust mmc_switch_part() to use a struct mmc
by Simon Glass
· 9 years ago
356e0e6
dm: blk: Use the correct error code for blk_get_device_by_str()
by Simon Glass
· 9 years ago
e5db115
dm: mmc: Move the device list into a separate file
by Simon Glass
· 9 years ago
77ca42b
dm: mmc: Set up the device pointer when using the MMC uclass
by Simon Glass
· 9 years ago
8f5f722
dm: blk: Add a comment as to why the bdev member is needed
by Simon Glass
· 9 years ago
e3dfa91
dm: part: Drop the block_drvr table
by Simon Glass
· 9 years ago
b5210f2
dm: part: Use the legacy block driver for hardware partition support
by Simon Glass
· 9 years ago
13c2c29
dm: blk: Add functions to select a hardware partition
by Simon Glass
· 9 years ago
11f2bb6
dm: mmc: Use the new select_hwpart() API
by Simon Glass
· 9 years ago
316185a
dm: mmc: spl: Use the legacy block interface in SPL
by Simon Glass
· 9 years ago
8d60adb
dm: mmc: Add a function to obtain the block device
by Simon Glass
· 9 years ago
518a896
dm: mmc: Implement the select_hwpart() method
by Simon Glass
· 9 years ago
e774fd4
dm: mmc: Move mmc_switch_part() above its callers
by Simon Glass
· 9 years ago
39e5492
dm: blk: Free the block device name when unbound
by Simon Glass
· 9 years ago
7760ba2
dm: core: Allow device names to be freed automatically
by Simon Glass
· 9 years ago
77f7fb8
dm: blk: Fix allocation of block-device numbering
by Simon Glass
· 9 years ago
78e9e9a
dm: sandbox: Enable systemace
by Simon Glass
· 9 years ago
66014ef
dm: systemace: Add driver-mode block-device support
by Simon Glass
· 9 years ago
5fd962e
dm: systemace: Reorder function to avoid forward declarataions
by Simon Glass
· 9 years ago
966b695
dm: blk: Add a easier way to create a named block device
by Simon Glass
· 9 years ago
d089ba3
dm: blk: Allow blk_create_device() to allocate the device number
by Simon Glass
· 9 years ago
4a63e33
dm: sandbox: Enable SATA
by Simon Glass
· 9 years ago
7d741ac
dm: sata: Add support for driver-model block devices
by Simon Glass
· 9 years ago
151b935
dm: sandbox: Enable SCSI
by Simon Glass
· 9 years ago
5bf96dc
dm: scsi: Add support for driver-model block devices
by Simon Glass
· 9 years ago
4e7227c
dm: sandbox: Enable IDE
by Simon Glass
· 9 years ago
f94bea0
dm: ide: Add support for driver-model block devices
by Simon Glass
· 9 years ago
e498e57
dm: part: Drop the get_dev() method
by Simon Glass
· 9 years ago
025ed60
dm: sandbox: Drop the host_get_dev() function
by Simon Glass
· 9 years ago
77389b6
dm: blk: Drop the systemace.h header
by Simon Glass
· 9 years ago
64b5c10
dm: systemace: Drop the get_dev() function
by Simon Glass
· 9 years ago
9c54e48
dm: sata: Drop the get_dev() function
by Simon Glass
· 9 years ago
9a68432
dm: scsi: Drop the get_dev() function
by Simon Glass
· 9 years ago
fa25511
dm: mmc: Drop the get_dev() function
by Simon Glass
· 9 years ago
844ef1d
dm: ide: Drop the get_dev() function
by Simon Glass
· 9 years ago
cf43778
dm: usb: Drop the get_dev() function
by Simon Glass
· 9 years ago
61c7496
dm: disk: Use legacy block driver info for block device access
by Simon Glass
· 9 years ago
3665a40
dm: sata: Separate the non-command code into its own file
by Simon Glass
· 9 years ago
e11f0ef
dm: ide: Separate the non-command code into its own file
by Simon Glass
· 9 years ago
c8e89ab
dm: scsi: Separate the non-command code into its own file
by Simon Glass
· 9 years ago
4131ad5
dm: mmc: Add an implementation of the 'devnum' functions
by Simon Glass
· 9 years ago
4f7011a
dm: mmc: Add a legacy block interface for MMC
by Simon Glass
· 9 years ago
d317141
dm: usb: Add a legacy block interface for USB storage
by Simon Glass
· 9 years ago
a57299e
dm: sandbox: Add a legacy host block interface
by Simon Glass
· 9 years ago
f415a29
dm: systemace: Add a legacy block interface
by Simon Glass
· 9 years ago
3bf2ab9
dm: blk: Add a legacy block interface
by Simon Glass
· 9 years ago
8706b81
dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
by Simon Glass
· 9 years ago
9475e7e
dm: sata: Fix code style problems in cmd/sata.c
by Simon Glass
· 9 years ago
43a464a
dm: ide: Remove the forward declarations
by Simon Glass
· 9 years ago
73e4314
dm: ide: Correct various code style problems
by Simon Glass
· 9 years ago
5c7bf8e
dm: scsi: Fix up code style
by Simon Glass
· 9 years ago
8f81fa9
dm: scsi: Remove the forward declarations
by Simon Glass
· 9 years ago
732b432
sandbox: Add dummy SATA functions
by Simon Glass
· 9 years ago
471d867
sandbox: Add dummy SCSI functions
by Simon Glass
· 9 years ago
8d5e245
sandbox: Add string and 16-bit I/O functions
by Simon Glass
· 9 years ago
66823e1
Allow iotrace byte access to use an address of any size
by Simon Glass
· 9 years ago
85ee165
dm: Rename disk uclass to ahci
by Simon Glass
· 9 years ago
c78f5e0
pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE
by Simon Glass
· 9 years ago
2d552ca
dm: sandbox: Add a board for sandbox without CONFIG_BLK
by Simon Glass
· 9 years ago
86bc14f
Revert "dm: sandbox: Drop the pre-DM host implementation"
by Simon Glass
· 9 years ago
b8baa9f
gpio: exynos(s5p): remove gpio_xlate routine
by Eric Nelson
· 9 years ago
Next »