Home
last modified time | relevance | path

Searched hist:dbe6f1eb (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dmbox.hdbe6f1eb Fri Dec 04 23:07:44 CST 2015 Stephen Warren <swarren@wwwdotorg.org> rpi: get rid of BCM2835_BOARD_REV_* macros

There are two numbering schemes for the RPi revision values; old and new
scheme. The values within each scheme overlap. Hence, it doesn't make
sense to have absolute/global names for the revision IDs. Get rid of the
names and just use the raw revision/type values to set up the array of
per-revision data.

This change makes most sense when coupled with the next change. However,
it's split out so that the mechanical cut/paste is separate from the
logic changes for easier review and problem bisection.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
/openbmc/u-boot/board/raspberrypi/rpi/
H A Drpi.cdbe6f1eb Fri Dec 04 23:07:44 CST 2015 Stephen Warren <swarren@wwwdotorg.org> rpi: get rid of BCM2835_BOARD_REV_* macros

There are two numbering schemes for the RPi revision values; old and new
scheme. The values within each scheme overlap. Hence, it doesn't make
sense to have absolute/global names for the revision IDs. Get rid of the
names and just use the raw revision/type values to set up the array of
per-revision data.

This change makes most sense when coupled with the next change. However,
it's split out so that the mechanical cut/paste is separate from the
logic changes for easier review and problem bisection.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>